nextcloud/settings/l10n/es.php

93 lines
7.2 KiB
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
2012-08-24 04:07:18 +04:00
"Unable to load list from App Store" => "Imposible cargar la lista desde el App Store",
2013-02-07 03:11:04 +04:00
"Authentication error" => "Error de autenticación",
2013-02-09 03:14:08 +04:00
"Unable to change display name" => "Incapaz de cambiar el nombre",
2012-09-05 04:05:39 +04:00
"Group already exists" => "El grupo ya existe",
"Unable to add group" => "No se pudo añadir el grupo",
2012-09-17 04:07:23 +04:00
"Could not enable app. " => "No puedo habilitar la app.",
2012-08-24 04:07:18 +04:00
"Email saved" => "Correo guardado",
"Invalid email" => "Correo no válido",
2012-09-05 04:05:39 +04:00
"Unable to delete group" => "No se pudo eliminar el grupo",
"Unable to delete user" => "No se pudo eliminar el usuario",
2011-08-13 07:13:10 +04:00
"Language changed" => "Idioma cambiado",
2013-01-12 03:10:58 +04:00
"Invalid request" => "Solicitud no válida",
2012-12-02 03:03:12 +04:00
"Admins can't remove themself from the admin group" => "Los administradores no se pueden eliminar a ellos mismos del grupo de administrador",
2012-09-06 04:06:37 +04:00
"Unable to add user to group %s" => "Imposible añadir el usuario al grupo %s",
"Unable to remove user from group %s" => "Imposible eliminar al usuario del grupo %s",
2013-02-06 03:06:28 +04:00
"Couldn't update app." => "No se puedo actualizar la aplicacion.",
"Update to {appversion}" => "Actualizado a {appversion}",
2012-07-26 04:02:50 +04:00
"Disable" => "Desactivar",
"Enable" => "Activar",
2013-02-06 03:06:28 +04:00
"Please wait...." => "Espere por favor....",
"Updating...." => "Actualizando....",
"Error while updating app" => "Error mientras se actualizaba",
2013-02-02 03:08:15 +04:00
"Error" => "Error",
2013-02-06 03:06:28 +04:00
"Updated" => "Actualizado",
2012-08-24 04:07:18 +04:00
"Saving..." => "Guardando...",
2013-02-13 03:05:40 +04:00
"deleted" => "borrado",
"undo" => "deshacer",
2013-02-23 03:05:33 +04:00
"Unable to remove user" => "No se puede quitar el usuario",
2013-02-12 18:12:46 +04:00
"Groups" => "Grupos",
"Group Admin" => "Grupo admin",
"Delete" => "Eliminar",
2013-02-23 03:05:33 +04:00
"add group" => "Añadir Grupo",
"A valid username must be provided" => "Se debe usar un nombre de usuario valido",
"Error creating user" => "Error al crear usuario",
"A valid password must be provided" => "Se debe usar una contraseña valida",
2012-05-09 14:41:01 +04:00
"__language_name__" => "Castellano",
2013-02-13 03:05:40 +04:00
"Security Warning" => "Advertencia de seguridad",
2013-02-23 03:05:33 +04:00
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Su directorio de datos y sus archivos son probablemente accesibles desde internet. El archivo .htaccess que ownCloud provee no está funcionando. Sugerimos fuertemente que configure su servidor web de manera que el directorio de datos ya no esté accesible o mueva el directorio de datos fuera del documento raíz de su servidor web.",
"Setup Warning" => "Advertencia de Configuración",
2013-02-13 03:05:40 +04:00
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Su servidor web aún no está configurado adecuadamente para permitir sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.",
"Please double check the <a href='%s'>installation guides</a>." => "Por favor, vuelva a comprobar las <a href='%s'>guías de instalación</a>.",
2013-02-23 03:05:33 +04:00
"Module 'fileinfo' missing" => "Modulo 'fileinfo' perdido",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "El modulo PHP 'fileinfo' no se encuentra. Sugerimos habilitar este modulo para tener mejorres resultados con la detección mime-type",
"Internet connection not working" => "La conexion a internet no esta funcionando",
"This ownCloud server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features of ownCloud." => "Este servidor ownCloud no tiene conexion de internet. Esto quiere decir que algunas caracteristicas como montar almacenamiento externo, notificaciones sobre actualizaciones o la instalacion de apps de terceros no funcionaran. Es posible que no pueda acceder remotamente a los archivos ni enviar notificaciones por correo. Sugerimos habilitar la conexión a internet para este servidor si quiere tener todas las caracteristicas de ownCloud.",
2013-02-21 03:15:58 +04:00
"Sharing" => "Compartiendo",
2013-02-13 03:05:40 +04:00
"More" => "Más",
2013-02-12 18:12:46 +04:00
"Version" => "Version",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
2012-05-13 21:59:44 +04:00
"Add your App" => "Añade tu aplicación",
2012-10-10 04:09:28 +04:00
"More Apps" => "Más aplicaciones",
2011-08-28 03:13:16 +04:00
"Select an App" => "Seleccionar una aplicación",
2012-08-24 04:07:18 +04:00
"See application page at apps.owncloud.com" => "Echa un vistazo a la web de aplicaciones apps.owncloud.com",
2012-09-06 04:06:37 +04:00
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licenciado por <span class=\"author\"></span>",
2013-02-02 03:08:15 +04:00
"Update" => "Actualizar",
2012-12-30 03:05:52 +04:00
"User Documentation" => "Documentación del usuario",
"Administrator Documentation" => "Documentación del adminsitrador",
"Online Documentation" => "Documentación en linea",
"Forum" => "Foro",
"Bugtracker" => "Rastreador de Bugs",
"Commercial Support" => "Soporte Comercial",
2012-11-10 03:02:29 +04:00
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Ha usado <strong>%s</strong> de <strong>%s</strong> disponibles",
2013-02-23 03:05:33 +04:00
"Get the apps to sync your files" => "Obtener las apps para sincronizar sus archivos",
2013-02-12 03:21:45 +04:00
"Show First Run Wizard again" => "Mostrar asistente para iniciar otra vez",
2012-12-20 03:13:09 +04:00
"Password" => "Contraseña",
2012-09-23 04:04:41 +04:00
"Your password was changed" => "Su contraseña ha sido cambiada",
2012-05-09 14:41:01 +04:00
"Unable to change your password" => "No se ha podido cambiar tu contraseña",
2011-08-23 13:20:37 +04:00
"Current password" => "Contraseña actual",
"New password" => "Nueva contraseña:",
2011-08-23 13:20:37 +04:00
"Change password" => "Cambiar contraseña",
2013-02-07 03:11:04 +04:00
"Display Name" => "Nombre a mostrar",
2013-02-09 03:14:08 +04:00
"Your display name was changed" => "Su nombre fue cambiado",
"Unable to change your display name" => "Incapaz de cambiar su nombre",
"Change display name" => "Cambiar nombre",
2012-05-09 14:41:01 +04:00
"Email" => "Correo electrónico",
"Your email address" => "Tu dirección de correo",
"Fill in an email address to enable password recovery" => "Escribe una dirección de correo electrónico para restablecer la contraseña",
2011-08-18 13:46:49 +04:00
"Language" => "Idioma",
2012-05-09 14:41:01 +04:00
"Help translate" => "Ayúdanos a traducir",
2012-12-30 03:05:52 +04:00
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Use esta dirección para conectarse a su cuenta de ownCloud en el administrador de archivos",
2013-02-06 03:06:28 +04:00
"Login Name" => "Nombre de usuario",
2011-08-23 13:20:37 +04:00
"Create" => "Crear",
2012-12-31 03:05:31 +04:00
"Default Storage" => "Almacenamiento Predeterminado",
"Unlimited" => "Ilimitado",
2012-05-13 21:59:44 +04:00
"Other" => "Otro",
2012-12-31 03:05:31 +04:00
"Storage" => "Alamacenamiento",
2013-02-06 03:06:28 +04:00
"change display name" => "Cambiar nombre a mostrar",
"set new password" => "Configurar nueva contraseña",
2013-02-12 18:12:46 +04:00
"Default" => "Predeterminado"
);