forked from GNUsocial/gnu-social
[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,100 +17,187 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. TRANS: Error text shown a user tries to untrack a search query they're not subscribed to.
|
||||
#. TRANS: %s is the keyword for the search.
|
||||
#: lib/searchsubuntrackcommand.php:22
|
||||
#, php-format
|
||||
msgid "You are not tracking the search \"%s\"."
|
||||
#. TRANS: Module description.
|
||||
#: SearchSubPlugin.php:91
|
||||
msgid "Module to allow following all messages with a given search."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Message given having failed to cancel a search subscription by untrack command.
|
||||
#. TRANS: %s is the keyword for the query.
|
||||
#: lib/searchsubuntrackcommand.php:31
|
||||
#, php-format
|
||||
msgid "Could not end a search subscription for query \"%s\"."
|
||||
#. TRANS: SearchSub plugin menu item on user settings page.
|
||||
#. TRANS: Sub menu for searches.
|
||||
#: SearchSubPlugin.php:198 SearchSubPlugin.php:262
|
||||
msgctxt "MENU"
|
||||
msgid "Searches"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Message given having removed a search subscription by untrack command.
|
||||
#. TRANS: %s is the keyword for the search.
|
||||
#: lib/searchsubuntrackcommand.php:38
|
||||
#. TRANS: SearchSub plugin tooltip for user settings menu item.
|
||||
#: SearchSubPlugin.php:200
|
||||
msgid "Configure search subscriptions"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Help message for IM/SMS command "track <word>"
|
||||
#: SearchSubPlugin.php:239
|
||||
msgctxt "COMMANDHELP"
|
||||
msgid "Start following notices matching the given search query."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Help message for IM/SMS command "untrack <word>"
|
||||
#: SearchSubPlugin.php:241
|
||||
msgctxt "COMMANDHELP"
|
||||
msgid "Stop following notices matching the given search query."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Help message for IM/SMS command "track off"
|
||||
#. TRANS: Help message for IM/SMS command "untrack all"
|
||||
#: SearchSubPlugin.php:243 SearchSubPlugin.php:245
|
||||
msgctxt "COMMANDHELP"
|
||||
msgid "Disable all tracked search subscriptions."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Help message for IM/SMS command "tracks"
|
||||
#. TRANS: Help message for IM/SMS command "tracking"
|
||||
#: SearchSubPlugin.php:247 SearchSubPlugin.php:249
|
||||
msgctxt "COMMANDHELP"
|
||||
msgid "List all your search subscriptions."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Form legend.
|
||||
#: forms/searchsub.php:94
|
||||
msgid "Subscribe to this search"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button text for subscribing to a search.
|
||||
#: forms/searchsub.php:122
|
||||
msgctxt "BUTTON"
|
||||
msgid "Subscribe"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button title for subscribing to a search.
|
||||
#: forms/searchsub.php:126
|
||||
msgid "Subscribe to this search."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Form legend.
|
||||
#: forms/searchunsub.php:74
|
||||
msgid "Unsubscribe from this search"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button text for unsubscribing from a text search.
|
||||
#: forms/searchunsub.php:88
|
||||
msgctxt "BUTTON"
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button title for unsubscribing from a text search.
|
||||
#: forms/searchunsub.php:92
|
||||
msgid "Unsubscribe from this search."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Error text shown a user tries to track a search query they're already subscribed to.
|
||||
#: lib/searchsubtrackcommand.php:37
|
||||
#, php-format
|
||||
msgid "You are no longer subscribed to the search \"%s\"."
|
||||
msgid "You are already tracking the search \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#: lib/searchsubtrackcommand.php:46
|
||||
#, php-format
|
||||
msgid "Could not start a search subscription for query \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#: lib/searchsubtrackcommand.php:54
|
||||
#, php-format
|
||||
msgid "You are subscribed to the search \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Error text shown a user tries to disable all a search subscriptions with track off command, but has none.
|
||||
#: lib/searchsubtrackoffcommand.php:14 lib/searchsubtrackingcommand.php:14
|
||||
#: lib/searchsubtrackoffcommand.php:30 lib/searchsubtrackingcommand.php:30
|
||||
msgid "You are not tracking any searches."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Message given having failed to cancel one of the search subs with 'track off' command.
|
||||
#. TRANS: %s is the search for which the subscription removal failed.
|
||||
#: lib/searchsubtrackoffcommand.php:25
|
||||
#: lib/searchsubtrackoffcommand.php:42
|
||||
#, php-format
|
||||
msgid "Error disabling search subscription for query \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Message given having disabled all search subscriptions with 'track off'.
|
||||
#: lib/searchsubtrackoffcommand.php:32
|
||||
#: lib/searchsubtrackoffcommand.php:50
|
||||
msgid "Disabled all your search subscriptions."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Separator for list of tracked searches.
|
||||
#: lib/searchsubtrackingcommand.php:24
|
||||
#: lib/searchsubtrackingcommand.php:40
|
||||
msgctxt "SEPARATOR"
|
||||
msgid "\", \""
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Message given having disabled all search subscriptions with 'track off'.
|
||||
#. TRANS: %s is a list of searches. Separator default is '", "'.
|
||||
#: lib/searchsubtrackingcommand.php:28
|
||||
#: lib/searchsubtrackingcommand.php:45
|
||||
#, php-format
|
||||
msgid "You are tracking searches for: \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Error text shown a user tries to track a search query they're already subscribed to.
|
||||
#: lib/searchsubtrackcommand.php:21
|
||||
#. TRANS: Error text shown a user tries to untrack a search query they're not subscribed to.
|
||||
#. TRANS: %s is the keyword for the search.
|
||||
#: lib/searchsubuntrackcommand.php:38
|
||||
#, php-format
|
||||
msgid "You are already tracking the search \"%s\"."
|
||||
msgid "You are not tracking the search \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Message given having failed to set up a search subscription by track command.
|
||||
#: lib/searchsubtrackcommand.php:29
|
||||
#: lib/searchsubuntrackcommand.php:48
|
||||
#, php-format
|
||||
msgid "Could not start a search subscription for query \"%s\"."
|
||||
msgid "Could not end a search subscription for query \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Message given having added a search subscription by track command.
|
||||
#: lib/searchsubtrackcommand.php:35
|
||||
#: lib/searchsubuntrackcommand.php:57
|
||||
#, php-format
|
||||
msgid "You are subscribed to the search \"%s\"."
|
||||
msgid "You are no longer subscribed to the search \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client error displayed trying to perform any request method other than POST.
|
||||
#. TRANS: Do not translate POST.
|
||||
#: actions/searchsub.php:61
|
||||
msgid "This action only accepts POST requests."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client error displayed when the session token is not okay.
|
||||
#: actions/searchsub.php:70
|
||||
msgid "There was a problem with your session token. Try again, please."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
|
||||
#: actions/searchsub.php:80
|
||||
msgid "Not logged in."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client error displayed trying to subscribe to a non-existing profile.
|
||||
#: actions/searchsub.php:89
|
||||
msgid "No such profile."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Page title when search subscription succeeded.
|
||||
#: actions/searchsub.php:116
|
||||
msgid "Subscribed"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Header for subscriptions overview for a user (first page).
|
||||
#. TRANS: %s is a user nickname.
|
||||
#: actions/searchsubs.php:49
|
||||
#: actions/searchsubs.php:35
|
||||
#, php-format
|
||||
msgid "%s's search subscriptions"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Header for subscriptions overview for a user (not first page).
|
||||
#. TRANS: %1$s is a user nickname, %2$d is the page number.
|
||||
#: actions/searchsubs.php:53
|
||||
#: actions/searchsubs.php:40
|
||||
#, php-format
|
||||
msgid "%1$s's search subscriptions, page %2$d"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Page notice for page with an overview of all search subscriptions
|
||||
#. TRANS: of the logged in user's own profile.
|
||||
#: actions/searchsubs.php:65
|
||||
#: actions/searchsubs.php:55
|
||||
msgid ""
|
||||
"You have subscribed to receive all notices on this site matching the "
|
||||
"following searches:"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Page notice for page with an overview of all subscriptions of a user other
|
||||
#. TRANS: than the logged in user. %s is the user nickname.
|
||||
#: actions/searchsubs.php:70
|
||||
#: actions/searchsubs.php:64
|
||||
#, php-format
|
||||
msgid ""
|
||||
"%s has subscribed to receive all notices on this site matching the following "
|
||||
@@ -130,120 +217,17 @@ msgstr ""
|
||||
#. TRANS: than the logged in user that has no search subscriptions. %s is the user nickname.
|
||||
#. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none
|
||||
#. TRANS: as an anonymous user. %s is the user nickname.
|
||||
#: actions/searchsubs.php:120 actions/searchsubs.php:126
|
||||
#: actions/searchsubs.php:120 actions/searchsubs.php:125
|
||||
#, php-format
|
||||
msgid "%s is not subscribed to any searches."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Search subscription list item. %1$s is a URL to a notice search,
|
||||
#. TRANS: %2$s are the search criteria, %3$s is a datestring.
|
||||
#: actions/searchsubs.php:166
|
||||
#, php-format
|
||||
msgid "\"<a href=\"%1$s\">%2$s</a>\" since %3$s"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client error displayed trying to perform any request method other than POST.
|
||||
#. TRANS: Do not translate POST.
|
||||
#: actions/searchsub.php:78
|
||||
msgid "This action only accepts POST requests."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client error displayed when the session token is not okay.
|
||||
#: actions/searchsub.php:87
|
||||
msgid "There was a problem with your session token. Try again, please."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
|
||||
#: actions/searchsub.php:97
|
||||
msgid "Not logged in."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client error displayed trying to subscribe to a non-existing profile.
|
||||
#: actions/searchsub.php:106
|
||||
msgid "No such profile."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Page title when search subscription succeeded.
|
||||
#: actions/searchsub.php:132
|
||||
msgid "Subscribed"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Page title when search unsubscription succeeded.
|
||||
#: actions/searchunsub.php:76
|
||||
#: actions/searchunsub.php:59
|
||||
msgid "Unsubscribed"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Plugin description.
|
||||
#: SearchSubPlugin.php:99
|
||||
msgid "Plugin to allow following all messages with a given search."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: SearchSub plugin menu item on user settings page.
|
||||
#. TRANS: Sub menu for searches.
|
||||
#: SearchSubPlugin.php:202 SearchSubPlugin.php:265
|
||||
msgctxt "MENU"
|
||||
msgid "Searches"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: SearchSub plugin tooltip for user settings menu item.
|
||||
#: SearchSubPlugin.php:204
|
||||
msgid "Configure search subscriptions"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Help message for IM/SMS command "track <word>"
|
||||
#: SearchSubPlugin.php:242
|
||||
msgctxt "COMMANDHELP"
|
||||
msgid "Start following notices matching the given search query."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Help message for IM/SMS command "untrack <word>"
|
||||
#: SearchSubPlugin.php:244
|
||||
msgctxt "COMMANDHELP"
|
||||
msgid "Stop following notices matching the given search query."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Help message for IM/SMS command "track off"
|
||||
#. TRANS: Help message for IM/SMS command "untrack all"
|
||||
#: SearchSubPlugin.php:246 SearchSubPlugin.php:248
|
||||
msgctxt "COMMANDHELP"
|
||||
msgid "Disable all tracked search subscriptions."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Help message for IM/SMS command "tracks"
|
||||
#. TRANS: Help message for IM/SMS command "tracking"
|
||||
#: SearchSubPlugin.php:250 SearchSubPlugin.php:252
|
||||
msgctxt "COMMANDHELP"
|
||||
msgid "List all your search subscriptions."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Form legend.
|
||||
#: forms/searchsub.php:110
|
||||
msgid "Subscribe to this search"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button text for subscribing to a search.
|
||||
#: forms/searchsub.php:134
|
||||
msgctxt "BUTTON"
|
||||
msgid "Subscribe"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button title for subscribing to a search.
|
||||
#: forms/searchsub.php:138
|
||||
msgid "Subscribe to this search."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Form legend.
|
||||
#: forms/searchunsub.php:90
|
||||
msgid "Unsubscribe from this search"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button text for unsubscribing from a text search.
|
||||
#: forms/searchunsub.php:102
|
||||
msgctxt "BUTTON"
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Button title for unsubscribing from a text search.
|
||||
#: forms/searchunsub.php:106
|
||||
msgid "Unsubscribe from this search."
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user