-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1398 from voltan/develop
Update message module
- Loading branch information
Showing
53 changed files
with
2,109 additions
and
1,084 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.message-single { | ||
padding: 15px 5px; | ||
border-bottom: 1px solid #ccc; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?php | ||
/** | ||
* Pi Engine (http://pialog.org) | ||
* | ||
* @link http://code.pialog.org for the Pi Engine source repository | ||
* @copyright Copyright (c) Pi Engine http://pialog.org | ||
* @license http://pialog.org/license.txt New BSD License | ||
*/ | ||
|
||
/** | ||
* @author Hossein Azizabadi <[email protected]> | ||
*/ | ||
return array( | ||
// Admin section | ||
'admin' => array( | ||
array( | ||
'title' => _a('List'), | ||
'controller' => 'list', | ||
'permission' => 'list', | ||
), | ||
array( | ||
'title' => _a('Prune'), | ||
'controller' => 'prune', | ||
'permission' => 'prune', | ||
), | ||
), | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/** | ||
* Pi Engine (http://pialog.org) | ||
* | ||
* @link http://code.pialog.org for the Pi Engine source repository | ||
* @copyright Copyright (c) Pi Engine http://pialog.org | ||
* @license http://pialog.org/license.txt New BSD License | ||
*/ | ||
|
||
/** | ||
* @author Hossein Azizabadi <[email protected]> | ||
*/ | ||
return array( | ||
// Admin section | ||
'admin' => array( | ||
'list' => array( | ||
'title' => _a('List'), | ||
'access' => array(), | ||
), | ||
'prune' => array( | ||
'title' => _a('Prune'), | ||
'access' => array(), | ||
), | ||
), | ||
); |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,36 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Pi-message\n" | ||
"POT-Creation-Date: 2013-11-10 13:57+0800\n" | ||
"PO-Revision-Date: 2013-11-10 13:58+0800\n" | ||
"POT-Creation-Date: 2016-02-25 15:54+0330\n" | ||
"PO-Revision-Date: 2016-02-25 15:54+0330\n" | ||
"Last-Translator: Taiwen Jiang <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: en\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 1.5.7\n" | ||
"X-Generator: Poedit 1.8.5\n" | ||
"X-Poedit-KeywordsList: _a;_t\n" | ||
"X-Poedit-Basepath: .\n" | ||
"X-Poedit-SearchPath-0: C:\\wamp\\www\\master\\usr\\module\\message\n" | ||
"X-Poedit-Basepath: ../..\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
|
||
#: C:\wamp\www\master\usr\module\message/config/module.php:17 | ||
#: config/module.php:17 | ||
msgid "Message" | ||
msgstr "" | ||
|
||
#: C:\wamp\www\master\usr\module\message/config/module.php:19 | ||
#: config/module.php:19 | ||
msgid "A module to send message" | ||
msgstr "" | ||
|
||
#: C:\wamp\www\master\usr\module\message/config/navigation.php:13 | ||
msgid "Private message" | ||
#: config/navigation.php:16 config/page.php:17 config/permission.php:17 | ||
msgid "List" | ||
msgstr "" | ||
|
||
#: C:\wamp\www\master\usr\module\message/config/navigation.php:19 | ||
msgid "Notification" | ||
#: config/navigation.php:26 config/page.php:22 config/permission.php:21 | ||
msgid "Prune" | ||
msgstr "" | ||
|
||
#: C:\wamp\www\master\usr\module\message/config/navigation.php:25 | ||
msgid "New message" | ||
msgstr "" | ||
|
||
#: C:\wamp\www\master\usr\module\message/config/user.php:20 | ||
#: config/user.php:20 | ||
msgid "Messages" | ||
msgstr "" | ||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Pi-message\n" | ||
"POT-Creation-Date: 2013-11-10 13:58+0800\n" | ||
"PO-Revision-Date: 2013-11-10 13:58+0800\n" | ||
"POT-Creation-Date: 2015-10-23 10:13+0330\n" | ||
"PO-Revision-Date: 2015-10-23 10:13+0330\n" | ||
"Last-Translator: Taiwen Jiang <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: en\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 1.5.7\n" | ||
"X-Generator: Poedit 1.8.5\n" | ||
"X-Poedit-KeywordsList: _b\n" | ||
"X-Poedit-Basepath: .\n" | ||
"X-Poedit-SearchPath-0: C:\\wamp\\www\\master\\usr\\module\\message\n" | ||
"X-Poedit-Basepath: ../..\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
|
||
#~ msgid "Checked all" | ||
#~ msgstr "All Categories" |
Binary file not shown.
Oops, something went wrong.