Skip to content

Commit

Permalink
Merge pull request #1295 from dasgarner/release23
Browse files Browse the repository at this point in the history
Release 2.3.14
  • Loading branch information
dasgarner authored Jan 10, 2022
2 parents 85d2cc8 + bb3dfe2 commit 5e45f9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction
Xibo - Digital Signage - https://xibo.org.uk
Copyright (C) 2006-2021 Xibo Signage Ltd and Contributors.
Copyright (C) 2006-2022 Xibo Signage Ltd and Contributors.



Expand Down Expand Up @@ -133,7 +133,7 @@ find ./locale ./cache ./lib ./web -iname "*.php" -print0 | xargs -0 xgettext --
To import translations:

```bash
bzr pull lp:~dangarner/xibo/swift-translations
bzr pull lp:~dangarner/xibo/wolf-translations
```

Convert to `mo` format:
Expand Down
2 changes: 1 addition & 1 deletion lib/Helper/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
class Environment
{
public static $WEBSITE_VERSION_NAME = '2.3.13';
public static $WEBSITE_VERSION_NAME = '2.3.14';
public static $XMDS_VERSION = '5';
public static $XLF_VERSION = 3;
public static $VERSION_REQUIRED = '7.0.8';
Expand Down
12 changes: 6 additions & 6 deletions locale/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-13 14:37+0000\n"
"POT-Creation-Date: 2022-01-08 13:35+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -15396,13 +15396,13 @@ msgstr ""
msgid "Unable to generate schedule, unknown event"
msgstr ""

#: lib/Entity/Schedule.php:1521 lib/Entity/Schedule.php:1532
#: lib/Entity/Schedule.php:1527 lib/Entity/Schedule.php:1538
#: lib/Controller/Schedule.php:319 lib/Controller/Schedule.php:330
#, php-format
msgid "%s scheduled on %s"
msgstr ""

#: lib/Entity/Schedule.php:1530 lib/Controller/Schedule.php:328
#: lib/Entity/Schedule.php:1536 lib/Controller/Schedule.php:328
#: lib/Controller/Schedule.php:541
msgid "Private Item"
msgstr ""
Expand Down Expand Up @@ -17613,17 +17613,17 @@ msgstr ""
msgid "Failed to write to database after %d retries. Please try again later."
msgstr ""

#: lib/Xmds/Soap.php:2027
#: lib/Xmds/Soap.php:2026
#, php-format
msgid "Recovery for Display %s"
msgstr ""

#: lib/Xmds/Soap.php:2028
#: lib/Xmds/Soap.php:2027
#, php-format
msgid "Display ID %d is now back online %s"
msgstr ""

#: lib/Xmds/Soap.php:2099
#: lib/Xmds/Soap.php:2098
msgid "Bandwidth allowance exceeded"
msgstr ""

Expand Down

0 comments on commit 5e45f9d

Please sign in to comment.