mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
[nsfw] Suppress warnings about failed regexp compilation
- Add failed regexp compilation system messages on addon settings submit - Address https://github.com/friendica/friendica/issues/11992#issuecomment-1336418781
This commit is contained in:
parent
9524632cdc
commit
b1442ebfd1
2 changed files with 25 additions and 6 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-18 11:57-0500\n"
|
||||
"POT-Creation-Date: 2022-12-10 14:42-0500\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"
|
||||
|
@ -43,12 +43,17 @@ msgstr ""
|
|||
msgid "Content Filter (NSFW and more)"
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:140
|
||||
#: nsfw.php:96
|
||||
#, php-format
|
||||
msgid "Regular expression \"%s\" fails to compile"
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:154
|
||||
#, php-format
|
||||
msgid "Filtered tag: %s"
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:142
|
||||
#: nsfw.php:156
|
||||
#, php-format
|
||||
msgid "Filtered word: %s"
|
||||
msgstr ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue