File tree Expand file tree Collapse file tree 5 files changed +26
-5
lines changed
Expand file tree Collapse file tree 5 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " phpbbde/movemessage" ,
33 "type" : " phpbb-extension" ,
4- "description" : " Adds messages into viewtopic when a topic was moved" ,
4+ "description" : " Adds messages into viewtopic when a topic was moved. " ,
55 "homepage" : " https://github.com/phpbb-de/phpbb-ext-movemessage" ,
66 "version" : " 1.0.0" ,
7- "time" : " 2013-11-13 " ,
7+ "time" : " 2015-04-29 " ,
88 "license" : " GPL-2.0" ,
99 "authors" : [
1010 {
Original file line number Diff line number Diff line change 33/**
44*
55* @package phpBB.de Move Message
6- * @copyright (c) 2014 phpBB.de
6+ * @copyright (c) 2015 phpBB.de
77* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
88*
99*/
Original file line number Diff line number Diff line change 33* Move Message [Deutsch — Du]
44*
55* @package phpBB.de Move Message
6- * @copyright (c) 2014 phpBB.de
6+ * @copyright (c) 2015 phpBB.de
77* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
88*/
99
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Move Message [Deutsch — Sie]
4+ *
5+ * @package phpBB.de Move Message
6+ * @copyright (c) 2015 phpBB.de
7+ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8+ */
9+
10+ if (!defined ('IN_PHPBB ' ))
11+ {
12+ exit ;
13+ }
14+ if (empty ($ lang ) || !is_array ($ lang ))
15+ {
16+ $ lang = array ();
17+ }
18+
19+ $ lang = array_merge ($ lang , array (
20+ 'MOVED_MESSAGE ' => 'Verschoben von <strong>%1$s</strong> nach <strong>%2$s</strong> am %3$s durch <strong>%4$s</strong> ' ,
21+ ));
Original file line number Diff line number Diff line change 33* Move Message [English]
44*
55* @package phpBB.de Move Message
6- * @copyright (c) 2014 phpBB.de
6+ * @copyright (c) 2015 phpBB.de
77* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
88*/
99
You can’t perform that action at this time.
0 commit comments