-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Telonor
authored and
Telonor
committed
Mar 30, 2016
1 parent
abde5aa
commit b3a5583
Showing
3 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-03-29 15:56+0300\n" | ||
"POT-Creation-Date: 2016-03-30 13:17+0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -22,18 +22,13 @@ msgstr "" | |
#: validators.py:23 | ||
#, python-format | ||
msgid "Must be %s characters or more" | ||
msgstr "Должно содержать минимум %s символов" | ||
msgstr "Должен содержать минимум %s символов" | ||
|
||
#: validators.py:27 | ||
#, python-format | ||
msgid "Must be %s characters or less" | ||
msgstr "Должно содержать не более %s символов" | ||
msgstr "Должен содержать не более %s символов" | ||
|
||
#: validators.py:32 | ||
#, python-format | ||
msgid "Passwords must be at least %s characters and of sufficient complexity" | ||
msgstr "Пароль должен содержать минимум %s символов достаточной сложности" | ||
|
||
#: validators.py:39 | ||
#: validators.py:38 | ||
msgid "Password is too weak" | ||
msgstr "Пароль слишком слаб" |
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