es.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. $spanish = array(
  24. 'webcam:upload' => "Subir Imágen",
  25. 'webcam:capture' => "O usa tú Webcam",
  26. 'webcam:saveerror' => "El encodeo JPEG no se ha recibido de forma correcta",
  27. 'webcam:webcam_input' => "Selecciona debajo si prefieres usar Adobe Flash (privativo e inseguro) o HTML5 (libre)",
  28. 'webcam:webcam_registration' => "Quiéres utilizar la webcam durante el registro?",
  29. 'profile:currentavatar' => "Imágen actual del perfil",
  30. 'webcam:tab:acquire' => 'Webcam',
  31. 'webcam:acquire:info' => 'Haz click en el vídeo para sacar una fotografía y en "Subir" para salvarla.',
  32. 'webcam:acquire:register:info' => 'Haz click en el Vídeo para tomar una fotografía',
  33. 'webcam:tab:upload' => 'Subir',
  34. 'webcam:tab:url' => 'URL',
  35. 'webcam:url:info' => 'Introduce el enlace externo a la imágen',
  36. 'webcam:webcam_error' => "No es posible acceder a la webcam",
  37. 'webcam:no_avatar_selected' => "Tienes que subir una imagen, introducir un enlace a una imagen o sacarte una fotografía con la webcam y subirla.",
  38. 'webcam:no_image_selected' => "Tienes que elegir una foto ante de subirla!",
  39. 'option:no' => "No",
  40. 'option:yes' => "Si",
  41. );
  42. add_translation("es", $spanish);