Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Feb 17, 2016
1 parent c319889 commit 4c066c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions src/Locale/user_tools.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2016-02-16 23:14+0000\n"
"POT-Creation-Date: 2016-02-17 00:30+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
Expand Down Expand Up @@ -78,7 +78,7 @@ msgstr ""
msgid "Token verified!"
msgstr ""

#: C:/xampp/htdocs/hema/vendor/burzum/cakephp-user-tools/src/Controller/Component/UserToolComponent.php:771
#: C:/xampp/htdocs/hema/vendor/burzum/cakephp-user-tools/src/Controller/Component/UserToolComponent.php:776
msgid "No token present!"
msgstr ""

Expand All @@ -98,14 +98,10 @@ msgstr ""
msgid "Wrong password, please try again."
msgstr ""

#: C:/xampp/htdocs/hema/vendor/burzum/cakephp-user-tools/src/Model/Behavior/UserBehavior.php:668
#: C:/xampp/htdocs/hema/vendor/burzum/cakephp-user-tools/src/Model/Behavior/UserBehavior.php:668;705
msgid "User not found."
msgstr ""

#: C:/xampp/htdocs/hema/vendor/burzum/cakephp-user-tools/src/Model/Behavior/UserBehavior.php:705
msgid "User not found"
msgstr ""

#: C:/xampp/htdocs/hema/vendor/burzum/cakephp-user-tools/src/Model/Behavior/UserBehavior.php:751
msgid "Invalid user"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Behavior/UserBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ public function getUser($value, $options = []) {
*/
protected function _getUser($value, $options = []) {
$defaults = [
'notFoundErrorMessage' => __d('user_tools', 'User not found'),
'notFoundErrorMessage' => __d('user_tools', 'User not found.'),
'field' => $this->_table->alias() . '.' . $this->_table->primaryKey()
];
$options = Hash::merge($defaults, $options);
Expand Down

0 comments on commit 4c066c5

Please sign in to comment.