Bookmark.pot 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2019-06-08 18:20+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #. TRANS: Plugin description.
  20. #: BookmarkPlugin.php:188
  21. msgid "Plugin for posting bookmarks. "
  22. msgstr ""
  23. #. TRANS: Link text in proile leading to import form.
  24. #. TRANS: Title for page to import del.icio.us bookmark backups on.
  25. #: BookmarkPlugin.php:231 actions/importdelicious.php:60
  26. msgid "Import del.icio.us bookmarks"
  27. msgstr ""
  28. #. TRANS: Menu item in sample plugin.
  29. #: BookmarkPlugin.php:259
  30. msgid "Bookmarks"
  31. msgstr ""
  32. #. TRANS: Menu item title in sample plugin.
  33. #: BookmarkPlugin.php:261
  34. msgid "A list of your bookmarks"
  35. msgstr ""
  36. #. TRANS: Application title.
  37. #: BookmarkPlugin.php:345
  38. msgctxt "TITLE"
  39. msgid "Bookmark"
  40. msgstr ""
  41. #. TRANS: Client exception thrown when a bookmark in an import file is incorrectly formatted.
  42. #: lib/deliciousbackupimporter.php:181
  43. msgid "No <A> tag in a <DT>."
  44. msgstr ""
  45. #. TRANS: Client exception thrown when a bookmark in an import file is private.
  46. #: lib/deliciousbackupimporter.php:190
  47. msgid "Skipping private bookmark."
  48. msgstr ""
  49. #. TRANS: Title for mini-posting window loaded from bookmarklet.
  50. #. TRANS: %s is the StatusNet site name.
  51. #: actions/bookmarkpopup.php:57
  52. #, php-format
  53. msgid "Bookmark on %s"
  54. msgstr ""
  55. #. TRANS: Client exception thrown when an unknown URL is provided.
  56. #: actions/noticebyurl.php:70
  57. msgid "Unknown URL."
  58. msgstr ""
  59. #. TRANS: Title of notice stream of notices with a given attachment (first page).
  60. #. TRANS: %s is the URL.
  61. #: actions/noticebyurl.php:93
  62. #, php-format
  63. msgid "Notices linking to %s"
  64. msgstr ""
  65. #. TRANS: Title of notice stream of notices with a given attachment (all but first page).
  66. #. TRANS: %1$s is the URL, %2$s is the page number.
  67. #: actions/noticebyurl.php:97
  68. #, php-format
  69. msgid "Notices linking to %1$s, page %2$d"
  70. msgstr ""
  71. #. TRANS: Page title for sample plugin.
  72. #: actions/bookmarks.php:128
  73. msgid "Log in"
  74. msgstr ""
  75. #. TRANS: Page title for sample plugin. %s is a user nickname.
  76. #: actions/bookmarks.php:131
  77. #, php-format
  78. msgid "%s's bookmarks"
  79. msgstr ""
  80. #. TRANS: Client exception thrown when trying to import bookmarks without being logged in.
  81. #: actions/importdelicious.php:79
  82. msgid "Only logged-in users can import del.icio.us backups."
  83. msgstr ""
  84. #. TRANS: Client exception thrown when trying to import bookmarks without having the rights to do so.
  85. #: actions/importdelicious.php:86
  86. msgid "You may not restore your account."
  87. msgstr ""
  88. #. TRANS: Client exception thrown when trying to import bookmarks and upload fails.
  89. #. TRANS: Client exception thrown when a file upload has failed.
  90. #: actions/importdelicious.php:124 actions/importdelicious.php:147
  91. msgid "No uploaded file."
  92. msgstr ""
  93. #. TRANS: Client exception thrown when an uploaded file is too large.
  94. #: actions/importdelicious.php:132
  95. msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
  96. msgstr ""
  97. #. TRANS: Client exception thrown when an uploaded file is too large.
  98. #: actions/importdelicious.php:137
  99. msgid ""
  100. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
  101. "the HTML form."
  102. msgstr ""
  103. #. TRANS: Client exception thrown when a file was only partially uploaded.
  104. #: actions/importdelicious.php:142
  105. msgid "The uploaded file was only partially uploaded."
  106. msgstr ""
  107. #. TRANS: Client exception thrown when a temporary folder is not present.
  108. #: actions/importdelicious.php:150
  109. msgid "Missing a temporary folder."
  110. msgstr ""
  111. #. TRANS: Client exception thrown when writing to disk is not possible.
  112. #: actions/importdelicious.php:153
  113. msgid "Failed to write file to disk."
  114. msgstr ""
  115. #. TRANS: Client exception thrown when a file upload has been stopped.
  116. #: actions/importdelicious.php:156
  117. msgid "File upload stopped by extension."
  118. msgstr ""
  119. #. TRANS: Client exception thrown when a file upload operation has failed.
  120. #: actions/importdelicious.php:161
  121. msgid "System error uploading file."
  122. msgstr ""
  123. #. TRANS: Server exception thrown when a file upload cannot be found.
  124. #. TRANS: %s is the file that could not be found.
  125. #. TRANS: Exception thrown when a file upload cannot be found.
  126. #. TRANS: %s is the file that could not be found.
  127. #: actions/importdelicious.php:170 scripts/importbookmarks.php:68
  128. #, php-format
  129. msgid "No such file \"%s\"."
  130. msgstr ""
  131. #. TRANS: Server exception thrown when a file upload is incorrect.
  132. #. TRANS: %s is the irregular file.
  133. #. TRANS: Exception thrown when a file upload is incorrect.
  134. #. TRANS: %s is the irregular file.
  135. #: actions/importdelicious.php:176 scripts/importbookmarks.php:74
  136. #, php-format
  137. msgid "Not a regular file: \"%s\"."
  138. msgstr ""
  139. #. TRANS: Server exception thrown when a file upload is not readable.
  140. #. TRANS: %s is the file that could not be read.
  141. #. TRANS: Exception thrown when a file upload is not readable.
  142. #. TRANS: %s is the file that could not be read.
  143. #: actions/importdelicious.php:182 scripts/importbookmarks.php:80
  144. #, php-format
  145. msgid "File \"%s\" not readable."
  146. msgstr ""
  147. #. TRANS: Success message after importing bookmarks.
  148. #: actions/importdelicious.php:221
  149. msgid ""
  150. "Bookmarks have been imported. Your bookmarks should now appear in search and "
  151. "your profile page."
  152. msgstr ""
  153. #. TRANS: Busy message for importing bookmarks.
  154. #: actions/importdelicious.php:225
  155. msgid "Bookmarks are being imported. Please wait a few minutes for results."
  156. msgstr ""
  157. #. TRANS: Form instructions for importing bookmarks.
  158. #: actions/importdelicious.php:307
  159. msgid "You can upload a backed-up delicious.com bookmarks file."
  160. msgstr ""
  161. #. TRANS: Button text on form to import bookmarks.
  162. #: actions/importdelicious.php:335
  163. msgctxt "BUTTON"
  164. msgid "Upload"
  165. msgstr ""
  166. #. TRANS: Button title on form to import bookmarks.
  167. #: actions/importdelicious.php:339
  168. msgid "Upload the file."
  169. msgstr ""
  170. #. TRANS: Title for action to create a new bookmark.
  171. #: actions/newbookmark.php:57
  172. msgid "New bookmark"
  173. msgstr ""
  174. #. TRANS: Client exception thrown when trying to create a new bookmark without a title.
  175. #: actions/newbookmark.php:79
  176. msgid "Bookmark must have a title."
  177. msgstr ""
  178. #. TRANS: Client exception thrown when trying to create a new bookmark without a URL.
  179. #: actions/newbookmark.php:84
  180. msgid "Bookmark must have an URL."
  181. msgstr ""
  182. #. TRANS: Client exception thrown when referring to a non-existing bookmark.
  183. #: actions/showbookmark.php:59 actions/showbookmark.php:67
  184. msgid "No such bookmark."
  185. msgstr ""
  186. #. TRANS: Title for bookmark.
  187. #. TRANS: %1$s is a user nickname, %2$s is a bookmark title.
  188. #: actions/showbookmark.php:84
  189. #, php-format
  190. msgid "%1$s's bookmark for \"%2$s\""
  191. msgstr ""
  192. #. TRANS: Client exception thrown when a bookmark is formatted incorrectly.
  193. #: classes/Bookmark.php:172
  194. msgid "Expected exactly 1 link rel=related in a Bookmark, got more than that."
  195. msgstr ""
  196. #. TRANS: Client exception thrown when a bookmark is formatted incorrectly.
  197. #: classes/Bookmark.php:177
  198. msgid "Expected exactly 1 link rel=related in a Bookmark, got 0."
  199. msgstr ""
  200. #: classes/Bookmark.php:181
  201. msgid "You must provide a non-empty title."
  202. msgstr ""
  203. #: classes/Bookmark.php:184
  204. msgid "Only web bookmarks can be posted (HTTP or HTTPS)."
  205. msgstr ""
  206. #: classes/Bookmark.php:189
  207. msgid "You have already bookmarked this URL."
  208. msgstr ""
  209. #. TRANS: Server exception thrown when a bookmark has multiple attachments.
  210. #: classes/Bookmark.php:230
  211. msgid "Bookmark notice with the wrong number of attachments."
  212. msgstr ""
  213. #. TRANS: Rendered bookmark content.
  214. #. TRANS: %1$s is a URL, %2$s the bookmark title, %3$s is the bookmark description,
  215. #. TRANS: %4$s is space separated list of hash tags.
  216. #: classes/Bookmark.php:339
  217. #, php-format
  218. msgid ""
  219. "<span class=\"xfolkentry\"><a class=\"taggedlink\" href=\"%1$s\">%2$s</a> "
  220. "<span class=\"description\">%3$s</span> <span class=\"meta\">%4$s</span></"
  221. "span>"
  222. msgstr ""
  223. #. TRANS: %s is the filename that contains a backup for a user.
  224. #: scripts/importbookmarks.php:84
  225. #, php-format
  226. msgid "Getting backup from file \"%s\"."
  227. msgstr ""
  228. #. TRANS: Field label on form for adding a new bookmark.
  229. #: forms/initialbookmark.php:78 forms/bookmark.php:121
  230. msgctxt "LABEL"
  231. msgid "URL"
  232. msgstr ""
  233. #. TRANS: Button text for action to save a new bookmark.
  234. #: forms/initialbookmark.php:92
  235. msgctxt "BUTTON"
  236. msgid "Add"
  237. msgstr ""
  238. #. TRANS: Field label on form for adding a new bookmark.
  239. #: forms/bookmark.php:143
  240. msgctxt "LABEL"
  241. msgid "Title"
  242. msgstr ""
  243. #. TRANS: Field label on form for adding a new bookmark.
  244. #: forms/bookmark.php:153
  245. msgctxt "LABEL"
  246. msgid "Notes"
  247. msgstr ""
  248. #. TRANS: Field label on form for adding a new bookmark.
  249. #: forms/bookmark.php:162
  250. msgctxt "LABEL"
  251. msgid "Tags"
  252. msgstr ""
  253. #. TRANS: Field title on form for adding a new bookmark.
  254. #: forms/bookmark.php:165
  255. msgid "Comma- or space-separated list of tags."
  256. msgstr ""
  257. #. TRANS: Button text for action to save a new bookmark.
  258. #: forms/bookmark.php:188
  259. msgctxt "BUTTON"
  260. msgid "Save"
  261. msgstr ""