Bookmark.pot 9.5 KB

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