files_encryption.po 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. # Tuấn Kiệt Hồ <hotuankiet_2000@yahoo.com>, 2013
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: ownCloud\n"
  10. "Report-Msgid-Bugs-To: translations@owncloud.org\n"
  11. "POT-Creation-Date: 2013-11-03 12:38-0500\n"
  12. "PO-Revision-Date: 2013-11-03 17:38+0000\n"
  13. "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
  14. "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: vi\n"
  19. "Plural-Forms: nplurals=1; plural=0;\n"
  20. #: ajax/adminrecovery.php:29
  21. msgid "Recovery key successfully enabled"
  22. msgstr ""
  23. #: ajax/adminrecovery.php:34
  24. msgid ""
  25. "Could not enable recovery key. Please check your recovery key password!"
  26. msgstr ""
  27. #: ajax/adminrecovery.php:48
  28. msgid "Recovery key successfully disabled"
  29. msgstr ""
  30. #: ajax/adminrecovery.php:53
  31. msgid ""
  32. "Could not disable recovery key. Please check your recovery key password!"
  33. msgstr ""
  34. #: ajax/changeRecoveryPassword.php:49
  35. msgid "Password successfully changed."
  36. msgstr "Đã đổi mật khẩu."
  37. #: ajax/changeRecoveryPassword.php:51
  38. msgid "Could not change the password. Maybe the old password was not correct."
  39. msgstr "Không thể đổi mật khẩu. Có lẽ do mật khẩu cũ không đúng."
  40. #: ajax/updatePrivateKeyPassword.php:52
  41. msgid "Private key password successfully updated."
  42. msgstr ""
  43. #: ajax/updatePrivateKeyPassword.php:54
  44. msgid ""
  45. "Could not update the private key password. Maybe the old password was not "
  46. "correct."
  47. msgstr ""
  48. #: files/error.php:12
  49. msgid ""
  50. "Encryption app not initialized! Maybe the encryption app was re-enabled "
  51. "during your session. Please try to log out and log back in to initialize the"
  52. " encryption app."
  53. msgstr ""
  54. #: files/error.php:16
  55. #, php-format
  56. msgid ""
  57. "Your private key is not valid! Likely your password was changed outside of "
  58. "%s (e.g. your corporate directory). You can update your private key password"
  59. " in your personal settings to recover access to your encrypted files."
  60. msgstr ""
  61. #: files/error.php:19
  62. msgid ""
  63. "Can not decrypt this file, probably this is a shared file. Please ask the "
  64. "file owner to reshare the file with you."
  65. msgstr ""
  66. #: files/error.php:22 files/error.php:27
  67. msgid ""
  68. "Unknown error please check your system settings or contact your "
  69. "administrator"
  70. msgstr ""
  71. #: hooks/hooks.php:59
  72. msgid "Missing requirements."
  73. msgstr ""
  74. #: hooks/hooks.php:60
  75. msgid ""
  76. "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
  77. "together with the PHP extension is enabled and configured properly. For now,"
  78. " the encryption app has been disabled."
  79. msgstr ""
  80. #: hooks/hooks.php:273
  81. msgid "Following users are not set up for encryption:"
  82. msgstr ""
  83. #: js/settings-admin.js:13
  84. msgid "Saving..."
  85. msgstr "Đang lưu..."
  86. #: templates/invalid_private_key.php:8
  87. msgid "Go directly to your "
  88. msgstr ""
  89. #: templates/invalid_private_key.php:8
  90. msgid "personal settings"
  91. msgstr ""
  92. #: templates/settings-admin.php:4 templates/settings-personal.php:3
  93. msgid "Encryption"
  94. msgstr "Mã hóa"
  95. #: templates/settings-admin.php:7
  96. msgid ""
  97. "Enable recovery key (allow to recover users files in case of password loss):"
  98. msgstr ""
  99. #: templates/settings-admin.php:11
  100. msgid "Recovery key password"
  101. msgstr ""
  102. #: templates/settings-admin.php:14
  103. msgid "Repeat Recovery key password"
  104. msgstr ""
  105. #: templates/settings-admin.php:21 templates/settings-personal.php:51
  106. msgid "Enabled"
  107. msgstr "Bật"
  108. #: templates/settings-admin.php:29 templates/settings-personal.php:59
  109. msgid "Disabled"
  110. msgstr "Tắt"
  111. #: templates/settings-admin.php:34
  112. msgid "Change recovery key password:"
  113. msgstr ""
  114. #: templates/settings-admin.php:40
  115. msgid "Old Recovery key password"
  116. msgstr ""
  117. #: templates/settings-admin.php:47
  118. msgid "New Recovery key password"
  119. msgstr ""
  120. #: templates/settings-admin.php:53
  121. msgid "Repeat New Recovery key password"
  122. msgstr ""
  123. #: templates/settings-admin.php:58
  124. msgid "Change Password"
  125. msgstr "Đổi Mật khẩu"
  126. #: templates/settings-personal.php:9
  127. msgid "Your private key password no longer match your log-in password:"
  128. msgstr ""
  129. #: templates/settings-personal.php:12
  130. msgid "Set your old private key password to your current log-in password."
  131. msgstr ""
  132. #: templates/settings-personal.php:14
  133. msgid ""
  134. " If you don't remember your old password you can ask your administrator to "
  135. "recover your files."
  136. msgstr ""
  137. #: templates/settings-personal.php:22
  138. msgid "Old log-in password"
  139. msgstr ""
  140. #: templates/settings-personal.php:28
  141. msgid "Current log-in password"
  142. msgstr ""
  143. #: templates/settings-personal.php:33
  144. msgid "Update Private Key Password"
  145. msgstr ""
  146. #: templates/settings-personal.php:42
  147. msgid "Enable password recovery:"
  148. msgstr ""
  149. #: templates/settings-personal.php:44
  150. msgid ""
  151. "Enabling this option will allow you to reobtain access to your encrypted "
  152. "files in case of password loss"
  153. msgstr ""
  154. #: templates/settings-personal.php:60
  155. msgid "File recovery settings updated"
  156. msgstr ""
  157. #: templates/settings-personal.php:61
  158. msgid "Could not update file recovery"
  159. msgstr ""