ca.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. /**
  3. * ElggPG -- Translation strings for Catalan
  4. *
  5. * @package Lorea
  6. * @subpackage ElggPG
  7. *
  8. * Copyright 2011-2013 Lorea Faeries <federation@lorea.org>
  9. *
  10. * This file is part of the ElggPG plugin for Elgg.
  11. *
  12. * ElggPG is free software: you can redistribute it and/or modify it
  13. * under the terms of the GNU Affero General Public License as
  14. * published by the Free Software Foundation, either version 3 of the
  15. * License, or (at your option) any later version.
  16. *
  17. * ElggPG is distributed in the hope that it will be useful, but
  18. * WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  20. * Affero General Public License for more details.
  21. *
  22. * You should have received a copy of the GNU Affero General Public
  23. * License along with this program. If not, see
  24. * <http://www.gnu.org/licenses/>.
  25. */
  26. $language = array(
  27. 'elggpg:profileinstructions' => "Sobre la teva clau pública" ,
  28. 'elggpg:identity' => "Identitat asociada" ,
  29. 'elggpg:manage' => "Xifrat" ,
  30. 'elggpg:download' => "Descarrega" ,
  31. 'elggpg:river:addkey' => "%s ha pujat la seva clau pública GPG" ,
  32. 'elggpg:public_key:imported' => "Clau importada" ,
  33. 'elggpg:date' => "Data" ,
  34. 'elggpg:size' => "Bits" ,
  35. 'elggpg:sendamessage' => "Envia un missatge xifrat" ,
  36. 'elggpg:view' => "Veure claus de xifrat" ,
  37. 'elggpg:nopublickey' => "Aquesta persona no té cap clau GPG" ,
  38. 'elggpg:manage:header' => "Clau pública GPG" ,
  39. 'elggpg:upload' => "Puja una clau nova"
  40. );
  41. add_translation('ca', $language);