es.php 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?php
  2. /**
  3. * Translation strings for Spanish by psy@faeries
  4. *
  5. * @package Lorea
  6. *
  7. * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
  8. *
  9. * This program is free software: you can redistribute it and/or
  10. * modify it under the terms of the GNU Affero General Public License
  11. * as published by the Free Software Foundation, either version 3 of
  12. * the License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public
  20. * License along with this program. If not, see
  21. * <http://www.gnu.org/licenses/>.
  22. */
  23. $language = array(
  24. 'elggpg' => 'Llave GPG',
  25. 'profile:openpgp_publickey' => 'Llave GPG',
  26. 'profile:openpgp_publickey:help' => 'Qué es ésto?',
  27. 'elggpg:nosubject'=>'Sin asunto',
  28. 'elggpg:profileinstructions'=>'Informaci&oacute;n acerca de tu llave p&uacute;blica',
  29. 'elggpg:identity'=>'Identidad asociada',
  30. 'elggpg:manage'=>'Configurar cifrado',
  31. 'elggpg:download'=>'Descargar',
  32. 'river:addkey:user:default'=>'%s ha subido su llave p&uacute;blica GPG',
  33. 'elggpg:public_key:imported'=>'Llave importada',
  34. 'elggpg:date'=>'Fecha',
  35. 'elggpg:size'=>'Bits',
  36. 'elggpg:sendamessage'=>'Enviar un mensaje cifrado',
  37. 'elggpg:view'=>'Ver llaves de cifrado',
  38. 'elggpg:nopublickey'=>'Esta habitante no tiene ninguna llave GPG',
  39. 'elggpg:manage:header'=>'LLave p&uacute;blica GPG',
  40. 'elggpg:upload'=>'Subir una llave nueva',
  41. 'elggpg:manage:header'=>'Llave pública GPG',
  42. 'elggpg:upload'=>'Subir tu llave pública GPG',
  43. 'elggpg:upload:error'=>'Ha ocurrido un error subiendo la llave GPG. Intenta de nuevo!',
  44. 'elggpg:label:name' => 'Nombre',
  45. 'elggpg:label:email' => 'Email',
  46. 'elggpg:label:comment' => 'Comentario',
  47. 'elggpg:label:fingerprint' => 'Huella electrónica',
  48. 'elggpg:created'=>'Creada',
  49. 'elggpg:expires'=>'Expira',
  50. 'elggpg:type' => 'Tipo',
  51. 'elggpg:type:encrypt' => 'Para cifrar',
  52. 'elggpg:type:sign' => 'Para firmar',
  53. 'elggpg:name'=>'Nombre',
  54. 'elggpg:email'=>'Email',
  55. 'elggpg:notifications' => "Notificaciones cifradas",
  56. 'elggpg:notifications:enabled' => "Las notificaciones cifradas están <strong>activadas</strong>. Recibirás todas las notificaciones por correo de la red cifradas con tu llave GPG.",
  57. 'elggpg:notifications:disabled' => "Las notificaciones cifradas están <strong>desactivadas</strong>. No estás recibiendo las notificaciones por correo desde la red cifradas. Deberías activarlo!",
  58. 'elggpg:notifications:settings' => "Click aquí para configurar el cifrado",
  59. 'elggpg:upload:unchanged'=>'Se ha subido la misma llave pública que hay almacenada',
  60. 'elggpg:upload:imported'=>'Llave pública importada: %s',
  61. 'elggpg:email:encrypted'=>'Recibir notificaciones por correo cifradas',
  62. 'elggpg:comment'=>'Comentario',
  63. 'elggpg:subkey:showdetails' => 'Mostrar detalles de las subclaves',
  64. 'elggpg:raw:show' => 'Mostrar RAW',
  65. 'elggpg:subkey:id'=>'ID de la subclave',
  66. 'elggpg:expires:never'=>'Nunca',
  67. 'elggpg:delete:confirm' => 'Si borras la llave GPG, recibirás los mensajes sin cifrar a partir de ahora',
  68. 'elggpg:deleted' => 'Llave pública borrada',
  69. 'elggpg:delete:error' => 'Ha habido un error al borrar la llave pública. Intenta de nuevo!',
  70. 'elggpg:messageforyou'=>'El mensaje de debajo ha sido cifrado para ti',
  71. 'elggpg:encrypt:emails' => 'Quiéres recibir todos nuestros correos cifrados con tu llave pública GPG?',
  72. 'elggpg:encrypt:site_messages' => 'También todos los mensajes internos/privados?',
  73. 'elggpg:import:report'=>'Importada: %s\n Sin cambios: %s\n Nuevos ids de habitante: %s\n Nuevas subclaves: %s\n Secreto importado: %s\n Secreto sin cambios: %s\n Nuevas firmas: %s\n Llaves descartadas: %s',
  74. );
  75. add_translation('es', $language);