Bookmark.pot 8.6 KB

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