parent
c9ff859316
commit
20fe43eab6
17 changed files with 5746 additions and 2386 deletions
@ -0,0 +1,374 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||||
# |
||||
#, fuzzy |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: PACKAGE VERSION\n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"POT-Creation-Date: 2015-09-08 13:44+0300\n" |
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"Language: \n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
|
||||
#: django_messages/admin.py:21 |
||||
msgid "group" |
||||
msgstr "" |
||||
|
||||
#: django_messages/admin.py:22 |
||||
msgid "Creates the message optionally for all users or a group of users." |
||||
msgstr "" |
||||
|
||||
#: django_messages/admin.py:30 |
||||
msgid "All users" |
||||
msgstr "" |
||||
|
||||
#: django_messages/admin.py:48 django_messages/models.py:94 |
||||
msgid "Message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/admin.py:55 |
||||
msgid "Date/time" |
||||
msgstr "" |
||||
|
||||
#: django_messages/apps.py:6 django_messages/models.py:95 |
||||
msgid "Messages" |
||||
msgstr "" |
||||
|
||||
#: django_messages/fields.py:56 |
||||
#, python-format |
||||
msgid "The following usernames are incorrect: %(users)s" |
||||
msgstr "" |
||||
|
||||
#: django_messages/forms.py:17 django_messages/forms.py:66 |
||||
#: django_messages/models.py:55 |
||||
#: django_messages/templates/django_messages/inbox.html:10 |
||||
#: django_messages/templates/django_messages/outbox.html:10 |
||||
#: django_messages/templates/django_messages/trash.html:10 |
||||
#: django_messages/templates/django_messages/view.html:8 |
||||
msgid "Subject" |
||||
msgstr "" |
||||
|
||||
#: django_messages/forms.py:18 django_messages/forms.py:46 |
||||
#: django_messages/forms.py:67 django_messages/models.py:56 |
||||
msgid "Body" |
||||
msgstr "" |
||||
|
||||
#: django_messages/forms.py:65 django_messages/models.py:58 |
||||
#: django_messages/templates/django_messages/outbox.html:10 |
||||
#: django_messages/templates/django_messages/view.html:14 |
||||
msgid "Recipient" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:9 |
||||
msgid "Message Received" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:9 |
||||
msgid "you have received a message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:10 |
||||
msgid "Message Sent" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:10 |
||||
msgid "you have sent a message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:11 |
||||
msgid "Message Replied" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:11 |
||||
msgid "you have replied to a message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:12 |
||||
msgid "Reply Received" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:12 |
||||
msgid "you have received a reply to a message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:13 |
||||
msgid "Message Deleted" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:13 |
||||
msgid "you have deleted a message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:14 |
||||
msgid "Message Recovered" |
||||
msgstr "" |
||||
|
||||
#: django_messages/management.py:14 |
||||
msgid "you have undeleted a message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/models.py:57 |
||||
#: django_messages/templates/django_messages/inbox.html:10 |
||||
#: django_messages/templates/django_messages/trash.html:10 |
||||
#: django_messages/templates/django_messages/view.html:10 |
||||
msgid "Sender" |
||||
msgstr "" |
||||
|
||||
#: django_messages/models.py:59 |
||||
msgid "Parent message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/models.py:60 |
||||
msgid "sent at" |
||||
msgstr "" |
||||
|
||||
#: django_messages/models.py:61 |
||||
msgid "read at" |
||||
msgstr "" |
||||
|
||||
#: django_messages/models.py:62 |
||||
msgid "replied at" |
||||
msgstr "" |
||||
|
||||
#: django_messages/models.py:63 |
||||
msgid "Sender deleted at" |
||||
msgstr "" |
||||
|
||||
#: django_messages/models.py:64 |
||||
msgid "Recipient deleted at" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/base.html:9 |
||||
#: django_messages/templates/django_messages/inbox.html:6 |
||||
#: django_messages/templates/django_messages/new_message.html:13 |
||||
msgid "Inbox" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/base.html:10 |
||||
#: django_messages/templates/django_messages/outbox.html:6 |
||||
msgid "Sent Messages" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/base.html:11 |
||||
msgid "New Message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/base.html:12 |
||||
msgid "Trash" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/compose.html:4 |
||||
msgid "Compose Message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/compose.html:10 |
||||
msgid "Send" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/inbox.html:10 |
||||
msgid "Received" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/inbox.html:10 |
||||
#: django_messages/templates/django_messages/outbox.html:10 |
||||
#: django_messages/templates/django_messages/trash.html:10 |
||||
msgid "Action" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/inbox.html:22 |
||||
#: django_messages/templates/django_messages/outbox.html:19 |
||||
#: django_messages/templates/django_messages/trash.html:19 |
||||
#: django_messages/templates/django_messages/view.html:13 |
||||
msgid "DATETIME_FORMAT" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/inbox.html:23 |
||||
#: django_messages/templates/django_messages/outbox.html:20 |
||||
msgid "delete" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/inbox.html:29 |
||||
#: django_messages/templates/django_messages/outbox.html:26 |
||||
#: django_messages/templates/django_messages/trash.html:26 |
||||
msgid "No messages." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/new_message.html:4 |
||||
#, python-format |
||||
msgid "" |
||||
"Hello %(recipient)s,\n" |
||||
"\n" |
||||
"you received a private message from %(sender)s with\n" |
||||
"the following contents:" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/new_message.html:12 |
||||
#, python-format |
||||
msgid "Sent from %(site_url)s" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/new_message.html:14 |
||||
#: django_messages/templates/django_messages/view.html:20 |
||||
msgid "Reply" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/outbox.html:10 |
||||
msgid "Sent" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/trash.html:6 |
||||
msgid "Deleted Messages" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/trash.html:10 |
||||
#: django_messages/templates/django_messages/view.html:12 |
||||
msgid "Date" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/trash.html:20 |
||||
msgid "undelete" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/trash.html:29 |
||||
msgid "" |
||||
"Deleted Messages are removed from the trash at unregular intervals, don't " |
||||
"rely on this feature for long-time storage." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/view.html:6 |
||||
msgid "View Message" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/django_messages/view.html:22 |
||||
msgid "Delete" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_deleted/full.txt:1 |
||||
#, python-format |
||||
msgid "You have deleted the message '%(message)s'." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_deleted/notice.html:1 |
||||
#, python-format |
||||
msgid "" |
||||
"You have deleted the message <a href=\"%(message_url)s\">%(message)s</a>." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_received/full.txt:1 |
||||
#, python-format |
||||
msgid "" |
||||
"%(message_sender)s has sent you a message:\n" |
||||
"\n" |
||||
"%(message)s\n" |
||||
"\n" |
||||
"%(message_body)s\n" |
||||
"\n" |
||||
"http://%(current_site)s%(message_url)s" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_received/notice.html:2 |
||||
#, python-format |
||||
msgid "" |
||||
"You have received the message <a href=\"%(message_url)s\">%(message)s</a> " |
||||
"from %(message_sender)s." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_received/short.txt:1 |
||||
#: django_messages/templates/notification/messages_reply_received/short.txt:1 |
||||
#, python-format |
||||
msgid "%(notice)s by %(message_sender)s" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_recovered/full.txt:1 |
||||
#, python-format |
||||
msgid "You have recovered the message '%(message)s'." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_recovered/notice.html:1 |
||||
#, python-format |
||||
msgid "" |
||||
"You have recovered the message <a href=\"%(message_url)s\">%(message)s</a>." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_replied/full.txt:1 |
||||
#, python-format |
||||
msgid "" |
||||
"You have replied to '%(message_parent_msg)s' from %(message_recipient)s." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_replied/notice.html:2 |
||||
#, python-format |
||||
msgid "" |
||||
"You have replied to <a href=\"%(message_url)s\">%(message_parent_msg)s</a> " |
||||
"from %(message_recipient)s." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_reply_received/full.txt:1 |
||||
#, python-format |
||||
msgid "" |
||||
"%(message_sender)s replied to '%(message_parent_msg)s':\n" |
||||
"\n" |
||||
"%(message)s\n" |
||||
"\n" |
||||
"%(message_body)s\n" |
||||
"\n" |
||||
"http://%(current_site)s%(message_url)s" |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_reply_received/notice.html:2 |
||||
#, python-format |
||||
msgid "%(message_sender)s has sent you a reply to %(message_parent_msg)s." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_sent/full.txt:1 |
||||
#, python-format |
||||
msgid "You have sent the message '%(message)s' to %(message_recipient)s." |
||||
msgstr "" |
||||
|
||||
#: django_messages/templates/notification/messages_sent/notice.html:2 |
||||
#, python-format |
||||
msgid "" |
||||
"You have sent the message <a href=\"%(message_url)s\">%(message)s</a> to " |
||||
"%(message_recipient)s." |
||||
msgstr "" |
||||
|
||||
#: django_messages/utils.py:26 |
||||
#, python-format |
||||
msgid "" |
||||
"%(sender)s wrote:\n" |
||||
"%(body)s" |
||||
msgstr "" |
||||
|
||||
#: django_messages/utils.py:54 |
||||
#, python-format |
||||
msgid "Re%(prefix)s: %(subject)s" |
||||
msgstr "" |
||||
|
||||
#: django_messages/utils.py:60 |
||||
#, python-format |
||||
msgid "New Message: %(subject)s" |
||||
msgstr "" |
||||
|
||||
#: django_messages/views.py:78 django_messages/views.py:114 |
||||
msgid "Message successfully sent." |
||||
msgstr "" |
||||
|
||||
#: django_messages/views.py:121 |
||||
#, python-format |
||||
msgid "Re: %(subject)s" |
||||
msgstr "" |
||||
|
||||
#: django_messages/views.py:157 |
||||
msgid "Message successfully deleted." |
||||
msgstr "" |
||||
|
||||
#: django_messages/views.py:184 |
||||
msgid "Message successfully recovered." |
||||
msgstr "" |
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,122 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||||
# |
||||
#, fuzzy |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: PACKAGE VERSION\n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"POT-Creation-Date: 2015-09-08 13:44+0300\n" |
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"Language: \n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
|
||||
#: password_reset/forms.py:14 |
||||
msgid "Sorry, this user doesn't exist." |
||||
msgstr "" |
||||
|
||||
#: password_reset/forms.py:31 |
||||
msgid "Username" |
||||
msgstr "" |
||||
|
||||
#: password_reset/forms.py:32 |
||||
msgid "Email" |
||||
msgstr "" |
||||
|
||||
#: password_reset/forms.py:33 |
||||
msgid "Для восстановления пароля укажите email, который Вы регистрировали" |
||||
msgstr "" |
||||
|
||||
#: password_reset/forms.py:83 |
||||
msgid "Unable to find user." |
||||
msgstr "" |
||||
|
||||
#: password_reset/forms.py:89 |
||||
msgid "New password" |
||||
msgstr "" |
||||
|
||||
#: password_reset/forms.py:93 |
||||
msgid "New password (confirm)" |
||||
msgstr "" |
||||
|
||||
#: password_reset/forms.py:98 |
||||
msgid "The two passwords didn't match." |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/recovery_done.html:3 |
||||
msgid "New password set" |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/recovery_done.html:6 |
||||
msgid "" |
||||
"Your password has successfully been reset. You can use it right now on the " |
||||
"login page." |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/recovery_email.txt:1 |
||||
#, python-format |
||||
msgid "Dear %(username)s," |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/recovery_email.txt:3 |
||||
#, python-format |
||||
msgid "" |
||||
"You -- or someone pretending to be you -- has requested a password reset on " |
||||
"%(domain)s." |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/recovery_email.txt:5 |
||||
msgid "You can set your new password by following this link:" |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/recovery_email.txt:9 |
||||
msgid "" |
||||
"If you don't want to reset your password, simply ignore this email and it " |
||||
"will stay unchanged." |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/recovery_email_subject.txt:1 |
||||
#, python-format |
||||
msgid "Password recovery on %(domain)s" |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/recovery_form.html:5 |
||||
msgid "Password recovery" |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/recovery_form.html:10 |
||||
msgid "Recover my password" |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/reset.html:5 |
||||
#, python-format |
||||
msgid "" |
||||
"Sorry, this password reset link is invalid. You can still <a href=" |
||||
"\"%(recovery_url)s\">request a new one</a>." |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/reset.html:7 |
||||
#, python-format |
||||
msgid "Hi, <strong>%(username)s</strong>. Please choose your new password." |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/reset.html:11 |
||||
msgid "Set new password" |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/reset_sent.html:4 |
||||
msgid "Password recovery sent" |
||||
msgstr "" |
||||
|
||||
#: password_reset/templates/password_reset/reset_sent.html:7 |
||||
#, python-format |
||||
msgid "" |
||||
"An email was sent to <strong>%(email)s</strong> %(ago)s ago. Use the link in " |
||||
"it to set a new password." |
||||
msgstr "" |
||||
Loading…
Reference in new issue