files_encryption.po 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: ownCloud\n"
  9. "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
  10. "POT-Creation-Date: 2013-08-21 08:10-0400\n"
  11. "PO-Revision-Date: 2013-08-19 19:20+0000\n"
  12. "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
  13. "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: ro\n"
  18. "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
  19. #: ajax/adminrecovery.php:29
  20. msgid "Recovery key successfully enabled"
  21. msgstr ""
  22. #: ajax/adminrecovery.php:34
  23. msgid ""
  24. "Could not enable recovery key. Please check your recovery key password!"
  25. msgstr ""
  26. #: ajax/adminrecovery.php:48
  27. msgid "Recovery key successfully disabled"
  28. msgstr ""
  29. #: ajax/adminrecovery.php:53
  30. msgid ""
  31. "Could not disable recovery key. Please check your recovery key password!"
  32. msgstr ""
  33. #: ajax/changeRecoveryPassword.php:49
  34. msgid "Password successfully changed."
  35. msgstr ""
  36. #: ajax/changeRecoveryPassword.php:51
  37. msgid "Could not change the password. Maybe the old password was not correct."
  38. msgstr ""
  39. #: ajax/updatePrivateKeyPassword.php:51
  40. msgid "Private key password successfully updated."
  41. msgstr ""
  42. #: ajax/updatePrivateKeyPassword.php:53
  43. msgid ""
  44. "Could not update the private key password. Maybe the old password was not "
  45. "correct."
  46. msgstr ""
  47. #: files/error.php:7
  48. msgid ""
  49. "Your private key is not valid! Likely your password was changed outside the "
  50. "ownCloud system (e.g. your corporate directory). You can update your private"
  51. " key password in your personal settings to recover access to your encrypted "
  52. "files."
  53. msgstr ""
  54. #: hooks/hooks.php:41
  55. msgid "Missing requirements."
  56. msgstr ""
  57. #: hooks/hooks.php:42
  58. msgid ""
  59. "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
  60. "together with the PHP extension is enabled and configured properly. For now,"
  61. " the encryption app has been disabled."
  62. msgstr ""
  63. #: hooks/hooks.php:249
  64. msgid "Following users are not set up for encryption:"
  65. msgstr ""
  66. #: js/settings-admin.js:11
  67. msgid "Saving..."
  68. msgstr "Se salvează..."
  69. #: templates/invalid_private_key.php:5
  70. msgid ""
  71. "Your private key is not valid! Maybe the your password was changed from "
  72. "outside."
  73. msgstr ""
  74. #: templates/invalid_private_key.php:7
  75. msgid "You can unlock your private key in your "
  76. msgstr ""
  77. #: templates/invalid_private_key.php:7
  78. msgid "personal settings"
  79. msgstr ""
  80. #: templates/settings-admin.php:5 templates/settings-personal.php:4
  81. msgid "Encryption"
  82. msgstr "Încriptare"
  83. #: templates/settings-admin.php:10
  84. msgid ""
  85. "Enable recovery key (allow to recover users files in case of password loss):"
  86. msgstr ""
  87. #: templates/settings-admin.php:14
  88. msgid "Recovery key password"
  89. msgstr ""
  90. #: templates/settings-admin.php:21 templates/settings-personal.php:54
  91. msgid "Enabled"
  92. msgstr ""
  93. #: templates/settings-admin.php:29 templates/settings-personal.php:62
  94. msgid "Disabled"
  95. msgstr ""
  96. #: templates/settings-admin.php:34
  97. msgid "Change recovery key password:"
  98. msgstr ""
  99. #: templates/settings-admin.php:41
  100. msgid "Old Recovery key password"
  101. msgstr ""
  102. #: templates/settings-admin.php:48
  103. msgid "New Recovery key password"
  104. msgstr ""
  105. #: templates/settings-admin.php:53
  106. msgid "Change Password"
  107. msgstr ""
  108. #: templates/settings-personal.php:11
  109. msgid "Your private key password no longer match your log-in password:"
  110. msgstr ""
  111. #: templates/settings-personal.php:14
  112. msgid "Set your old private key password to your current log-in password."
  113. msgstr ""
  114. #: templates/settings-personal.php:16
  115. msgid ""
  116. " If you don't remember your old password you can ask your administrator to "
  117. "recover your files."
  118. msgstr ""
  119. #: templates/settings-personal.php:24
  120. msgid "Old log-in password"
  121. msgstr ""
  122. #: templates/settings-personal.php:30
  123. msgid "Current log-in password"
  124. msgstr ""
  125. #: templates/settings-personal.php:35
  126. msgid "Update Private Key Password"
  127. msgstr ""
  128. #: templates/settings-personal.php:45
  129. msgid "Enable password recovery:"
  130. msgstr ""
  131. #: templates/settings-personal.php:47
  132. msgid ""
  133. "Enabling this option will allow you to reobtain access to your encrypted "
  134. "files in case of password loss"
  135. msgstr ""
  136. #: templates/settings-personal.php:63
  137. msgid "File recovery settings updated"
  138. msgstr ""
  139. #: templates/settings-personal.php:64
  140. msgid "Could not update file recovery"
  141. msgstr ""