Bookmark.pot 8.9 KB

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