version, strings

This commit is contained in:
nobody 2021-10-26 12:56:47 -07:00
parent e982783b84
commit f0e2fb6bea
2 changed files with 8 additions and 7 deletions

View file

@ -17,7 +17,7 @@ use Zotlabs\Daemon\Run;
* @brief This file defines some global constants and includes the central App class.
*/
define ( 'STD_VERSION', '21.10.25' );
define ( 'STD_VERSION', '21.10.27' );
define ( 'ZOT_REVISION', '10.0' );
define ( 'DB_UPDATE_VERSION', 1253 );

View file

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 21.10.25\n"
"Project-Id-Version: 21.10.27\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-24 14:40-0700\n"
"POT-Creation-Date: 2021-10-26 12:54-0700\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"
@ -6671,16 +6671,17 @@ msgstr ""
msgid "Restricted or Premium Channel"
msgstr ""
#: Zotlabs/Module/Notifications.php:60
#: Zotlabs/Module/Notifications.php:60 Zotlabs/Module/Notify.php:70
msgid "No more system notifications."
msgstr ""
#: Zotlabs/Module/Notifications.php:64
#: Zotlabs/Module/Notifications.php:64 Zotlabs/Module/Notify.php:74
msgid "System Notifications"
msgstr ""
#: Zotlabs/Module/Notify.php:37
msgid "A notification with that id was not found for channel "
#: Zotlabs/Module/Notify.php:38
#, php-format
msgid "A notification with that id was not found for channel '%s'"
msgstr ""
#: Zotlabs/Module/Acl.php:277