[VersionBump] 2.0.0alpha0
Ran composer update and locale updater
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-08-14 14:51+0100\n"
|
||||
"POT-Creation-Date: 2020-08-04 01:05+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,31 +17,83 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. TRANS: Plugin description.
|
||||
#: BookmarkPlugin.php:189
|
||||
msgid "Plugin for posting bookmarks. "
|
||||
#. TRANS: Client exception thrown when a bookmark is formatted incorrectly.
|
||||
#: classes/Bookmark.php:172
|
||||
msgid "Expected exactly 1 link rel=related in a Bookmark, got more than that."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Link text in proile leading to import form.
|
||||
#. TRANS: Title for page to import del.icio.us bookmark backups on.
|
||||
#: BookmarkPlugin.php:232 actions/importdelicious.php:60
|
||||
msgid "Import del.icio.us bookmarks"
|
||||
#. TRANS: Client exception thrown when a bookmark is formatted incorrectly.
|
||||
#: classes/Bookmark.php:177
|
||||
msgid "Expected exactly 1 link rel=related in a Bookmark, got 0."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Menu item in sample plugin.
|
||||
#: BookmarkPlugin.php:260
|
||||
msgid "Bookmarks"
|
||||
#: classes/Bookmark.php:181
|
||||
msgid "You must provide a non-empty title."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Menu item title in sample plugin.
|
||||
#: BookmarkPlugin.php:262
|
||||
msgid "A list of your bookmarks"
|
||||
#: classes/Bookmark.php:184
|
||||
msgid "Only web bookmarks can be posted (HTTP or HTTPS)."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Application title.
|
||||
#: BookmarkPlugin.php:346
|
||||
msgctxt "TITLE"
|
||||
msgid "Bookmark"
|
||||
#: classes/Bookmark.php:189
|
||||
msgid "You have already bookmarked this URL."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Server exception thrown when a bookmark has multiple attachments.
|
||||
#: classes/Bookmark.php:230
|
||||
msgid "Bookmark notice with the wrong number of attachments."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Rendered bookmark content.
|
||||
#. TRANS: %1$s is a URL, %2$s the bookmark title, %3$s is the bookmark description,
|
||||
#. TRANS: %4$s is space separated list of hash tags.
|
||||
#: classes/Bookmark.php:339
|
||||
#, php-format
|
||||
msgid ""
|
||||
"<span class=\"xfolkentry\"><a class=\"taggedlink\" href=\"%1$s\">%2$s</a> "
|
||||
"<span class=\"description\">%3$s</span> <span class=\"meta\">%4$s</span></"
|
||||
"span>"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label on form for adding a new bookmark.
|
||||
#: forms/initialbookmark.php:78 forms/bookmark.php:121
|
||||
msgctxt "LABEL"
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button text for action to save a new bookmark.
|
||||
#: forms/initialbookmark.php:92
|
||||
msgctxt "BUTTON"
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label on form for adding a new bookmark.
|
||||
#: forms/bookmark.php:143
|
||||
msgctxt "LABEL"
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label on form for adding a new bookmark.
|
||||
#: forms/bookmark.php:153
|
||||
msgctxt "LABEL"
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label on form for adding a new bookmark.
|
||||
#: forms/bookmark.php:162
|
||||
msgctxt "LABEL"
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field title on form for adding a new bookmark.
|
||||
#: forms/bookmark.php:165
|
||||
msgid "Comma- or space-separated list of tags."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button text for action to save a new bookmark.
|
||||
#: forms/bookmark.php:188
|
||||
msgctxt "BUTTON"
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when a bookmark in an import file is incorrectly formatted.
|
||||
@@ -54,11 +106,49 @@ msgstr ""
|
||||
msgid "Skipping private bookmark."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for mini-posting window loaded from bookmarklet.
|
||||
#. TRANS: %s is the StatusNet site name.
|
||||
#: actions/bookmarkpopup.php:57
|
||||
#. TRANS: Exception thrown when a file upload cannot be found.
|
||||
#. TRANS: %s is the file that could not be found.
|
||||
#. TRANS: Server exception thrown when a file upload cannot be found.
|
||||
#. TRANS: %s is the file that could not be found.
|
||||
#: scripts/importbookmarks.php:64 actions/importdelicious.php:170
|
||||
#, php-format
|
||||
msgid "Bookmark on %s"
|
||||
msgid "No such file \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when a file upload is incorrect.
|
||||
#. TRANS: %s is the irregular file.
|
||||
#. TRANS: Server exception thrown when a file upload is incorrect.
|
||||
#. TRANS: %s is the irregular file.
|
||||
#: scripts/importbookmarks.php:70 actions/importdelicious.php:176
|
||||
#, php-format
|
||||
msgid "Not a regular file: \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when a file upload is not readable.
|
||||
#. TRANS: %s is the file that could not be read.
|
||||
#. TRANS: Server exception thrown when a file upload is not readable.
|
||||
#. TRANS: %s is the file that could not be read.
|
||||
#: scripts/importbookmarks.php:76 actions/importdelicious.php:182
|
||||
#, php-format
|
||||
msgid "File \"%s\" not readable."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: %s is the filename that contains a backup for a user.
|
||||
#: scripts/importbookmarks.php:80
|
||||
#, php-format
|
||||
msgid "Getting backup from file \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when referring to a non-existing bookmark.
|
||||
#: actions/showbookmark.php:59 actions/showbookmark.php:67
|
||||
msgid "No such bookmark."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for bookmark.
|
||||
#. TRANS: %1$s is a user nickname, %2$s is a bookmark title.
|
||||
#: actions/showbookmark.php:84
|
||||
#, php-format
|
||||
msgid "%1$s's bookmark for \"%2$s\""
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when an unknown URL is provided.
|
||||
@@ -80,6 +170,21 @@ msgstr ""
|
||||
msgid "Notices linking to %1$s, page %2$d"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for action to create a new bookmark.
|
||||
#: actions/newbookmark.php:57
|
||||
msgid "New bookmark"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when trying to create a new bookmark without a title.
|
||||
#: actions/newbookmark.php:79
|
||||
msgid "Bookmark must have a title."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when trying to create a new bookmark without a URL.
|
||||
#: actions/newbookmark.php:84
|
||||
msgid "Bookmark must have an URL."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Page title for sample plugin.
|
||||
#: actions/bookmarks.php:128
|
||||
msgid "Log in"
|
||||
@@ -91,6 +196,19 @@ msgstr ""
|
||||
msgid "%s's bookmarks"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for mini-posting window loaded from bookmarklet.
|
||||
#. TRANS: %s is the StatusNet site name.
|
||||
#: actions/bookmarkpopup.php:57
|
||||
#, php-format
|
||||
msgid "Bookmark on %s"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for page to import del.icio.us bookmark backups on.
|
||||
#. TRANS: Link text in proile leading to import form.
|
||||
#: actions/importdelicious.php:60 BookmarkPlugin.php:232
|
||||
msgid "Import del.icio.us bookmarks"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when trying to import bookmarks without being logged in.
|
||||
#: actions/importdelicious.php:79
|
||||
msgid "Only logged-in users can import del.icio.us backups."
|
||||
@@ -144,33 +262,6 @@ msgstr ""
|
||||
msgid "System error uploading file."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Server exception thrown when a file upload cannot be found.
|
||||
#. TRANS: %s is the file that could not be found.
|
||||
#. TRANS: Exception thrown when a file upload cannot be found.
|
||||
#. TRANS: %s is the file that could not be found.
|
||||
#: actions/importdelicious.php:170 scripts/importbookmarks.php:68
|
||||
#, php-format
|
||||
msgid "No such file \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Server exception thrown when a file upload is incorrect.
|
||||
#. TRANS: %s is the irregular file.
|
||||
#. TRANS: Exception thrown when a file upload is incorrect.
|
||||
#. TRANS: %s is the irregular file.
|
||||
#: actions/importdelicious.php:176 scripts/importbookmarks.php:74
|
||||
#, php-format
|
||||
msgid "Not a regular file: \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Server exception thrown when a file upload is not readable.
|
||||
#. TRANS: %s is the file that could not be read.
|
||||
#. TRANS: Exception thrown when a file upload is not readable.
|
||||
#. TRANS: %s is the file that could not be read.
|
||||
#: actions/importdelicious.php:182 scripts/importbookmarks.php:80
|
||||
#, php-format
|
||||
msgid "File \"%s\" not readable."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Success message after importing bookmarks.
|
||||
#: actions/importdelicious.php:221
|
||||
msgid ""
|
||||
@@ -199,114 +290,23 @@ msgstr ""
|
||||
msgid "Upload the file."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for action to create a new bookmark.
|
||||
#: actions/newbookmark.php:57
|
||||
msgid "New bookmark"
|
||||
#. TRANS: Plugin description.
|
||||
#: BookmarkPlugin.php:189
|
||||
msgid "Plugin for posting bookmarks. "
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when trying to create a new bookmark without a title.
|
||||
#: actions/newbookmark.php:79
|
||||
msgid "Bookmark must have a title."
|
||||
#. TRANS: Menu item in sample plugin.
|
||||
#: BookmarkPlugin.php:260
|
||||
msgid "Bookmarks"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when trying to create a new bookmark without a URL.
|
||||
#: actions/newbookmark.php:84
|
||||
msgid "Bookmark must have an URL."
|
||||
#. TRANS: Menu item title in sample plugin.
|
||||
#: BookmarkPlugin.php:262
|
||||
msgid "A list of your bookmarks"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when referring to a non-existing bookmark.
|
||||
#: actions/showbookmark.php:59 actions/showbookmark.php:67
|
||||
msgid "No such bookmark."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for bookmark.
|
||||
#. TRANS: %1$s is a user nickname, %2$s is a bookmark title.
|
||||
#: actions/showbookmark.php:84
|
||||
#, php-format
|
||||
msgid "%1$s's bookmark for \"%2$s\""
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when a bookmark is formatted incorrectly.
|
||||
#: classes/Bookmark.php:172
|
||||
msgid "Expected exactly 1 link rel=related in a Bookmark, got more than that."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when a bookmark is formatted incorrectly.
|
||||
#: classes/Bookmark.php:177
|
||||
msgid "Expected exactly 1 link rel=related in a Bookmark, got 0."
|
||||
msgstr ""
|
||||
|
||||
#: classes/Bookmark.php:181
|
||||
msgid "You must provide a non-empty title."
|
||||
msgstr ""
|
||||
|
||||
#: classes/Bookmark.php:184
|
||||
msgid "Only web bookmarks can be posted (HTTP or HTTPS)."
|
||||
msgstr ""
|
||||
|
||||
#: classes/Bookmark.php:189
|
||||
msgid "You have already bookmarked this URL."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Server exception thrown when a bookmark has multiple attachments.
|
||||
#: classes/Bookmark.php:230
|
||||
msgid "Bookmark notice with the wrong number of attachments."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Rendered bookmark content.
|
||||
#. TRANS: %1$s is a URL, %2$s the bookmark title, %3$s is the bookmark description,
|
||||
#. TRANS: %4$s is space separated list of hash tags.
|
||||
#: classes/Bookmark.php:339
|
||||
#, php-format
|
||||
msgid ""
|
||||
"<span class=\"xfolkentry\"><a class=\"taggedlink\" href=\"%1$s\">%2$s</a> "
|
||||
"<span class=\"description\">%3$s</span> <span class=\"meta\">%4$s</span></"
|
||||
"span>"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: %s is the filename that contains a backup for a user.
|
||||
#: scripts/importbookmarks.php:84
|
||||
#, php-format
|
||||
msgid "Getting backup from file \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label on form for adding a new bookmark.
|
||||
#: forms/initialbookmark.php:78 forms/bookmark.php:121
|
||||
msgctxt "LABEL"
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button text for action to save a new bookmark.
|
||||
#: forms/initialbookmark.php:92
|
||||
msgctxt "BUTTON"
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label on form for adding a new bookmark.
|
||||
#: forms/bookmark.php:143
|
||||
msgctxt "LABEL"
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label on form for adding a new bookmark.
|
||||
#: forms/bookmark.php:153
|
||||
msgctxt "LABEL"
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label on form for adding a new bookmark.
|
||||
#: forms/bookmark.php:162
|
||||
msgctxt "LABEL"
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field title on form for adding a new bookmark.
|
||||
#: forms/bookmark.php:165
|
||||
msgid "Comma- or space-separated list of tags."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button text for action to save a new bookmark.
|
||||
#: forms/bookmark.php:188
|
||||
msgctxt "BUTTON"
|
||||
msgid "Save"
|
||||
#. TRANS: Application title.
|
||||
#: BookmarkPlugin.php:346
|
||||
msgctxt "TITLE"
|
||||
msgid "Bookmark"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user