en.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?php
  2. /**
  3. * ElggPG -- Translation strings for English
  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' => 'gpg key',
  28. 'profile:openpgp_publickey' => 'Encryption key',
  29. 'profile:openpgp_publickey:help' => 'What\'s that?',
  30. 'elggpg:profileinstructions'=>'This is your public key information',
  31. 'elggpg:identity'=>'Associated identity',
  32. 'elggpg:manage'=>'Manage encryption',
  33. 'elggpg:nosubject'=>'No subject',
  34. 'elggpg:download'=>'Download',
  35. 'elggpg:date'=>'Date',
  36. 'elggpg:size'=>'Size',
  37. 'river:addkey:user:default'=>'%s uploaded her %s',
  38. 'elggpg:public_key:imported'=>'Key imported',
  39. 'elggpg:sendamessage'=>'Send an encrypted message',
  40. 'elggpg:nopublickey'=>'User has no public key',
  41. 'elggpg:manage:header'=>'GPG Public Key',
  42. 'elggpg:upload'=>'Upload a new public key',
  43. 'elggpg:upload:error'=>'There was an error uploading the pubic key',
  44. 'elggpg:label:name' => 'Name',
  45. 'elggpg:label:email' => 'Email',
  46. 'elggpg:label:comment' => 'Comment',
  47. 'elggpg:label:fingerprint' => 'Fingerprint',
  48. 'elggpg:created'=>'Created',
  49. 'elggpg:expires'=>'Expires',
  50. 'elggpg:type' => 'Type',
  51. 'elggpg:type:encrypt' => 'To encrypt',
  52. 'elggpg:type:sign' => 'To sign',
  53. 'elggpg:name'=>'Name',
  54. 'elggpg:email'=>'Email',
  55. 'elggpg:notifications' => "Encrypted notifications",
  56. 'elggpg:notifications:enabled' => "Encrypted notifications are <strong>enabled</strong>. You will recieve encrypted all e-mails you receive from this site.",
  57. 'elggpg:notifications:disabled' => "Encrypted notifications are <strong>disabled</strong>. You won't recieve encrypted e-mails from this site.",
  58. 'elggpg:notifications:settings' => "Click here to manage your encryption settings.",
  59. 'elggpg:upload:unchanged'=>'Same public key uploaded',
  60. 'elggpg:upload:imported'=>'Imported public key %s',
  61. 'elggpg:email:encrypted'=>'Receive encrypted email notifications',
  62. 'elggpg:comment'=>'Comment',
  63. 'elggpg:subkey:showdetails' => 'Show subkeys details',
  64. 'elggpg:raw:show' => 'Show RAW',
  65. 'elggpg:subkey:id'=>'Subkey ID',
  66. 'elggpg:expires:never'=>'Never',
  67. 'elggpg:delete:confirm' => 'If you delete the GPG key, you will receive unencrypted messages since now',
  68. 'elggpg:deleted' => 'Deleted public key',
  69. 'elggpg:delete:error' => 'Error while deleting public key',
  70. 'elggpg:messageforyou'=>'The message below has been encrypted for you',
  71. 'elggpg:encrypt:emails' => 'Do you want to receive all our e-mails encrypted with your GPG key?',
  72. 'elggpg:encrypt:site_messages' => 'Also all private messages?',
  73. 'elggpg:import:report'=>'Imported: %s\n Unchanged: %s\n New user ids: %s\n New subkeys: %s\n Secret imported: %s\n Secret unchanged: %s\n New signatures: %s\n Skipped keys: %s',
  74. );
  75. add_translation("en", $language);