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