Skip to content

Commit b9fd4ab

Browse files
committed
add czech (cs) translations stub
1 parent 95fafe5 commit b9fd4ab

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-06-27 23:05+0200\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
20+
21+
#: .\registration\serializers.py:67
22+
msgid "View is not defined, pass it as a context variable"
23+
msgstr ""
24+
25+
#: .\registration\serializers.py:72
26+
msgid "Define adapter_class in view"
27+
msgstr ""
28+
29+
#: .\registration\serializers.py:91
30+
msgid "Define callback_url in view"
31+
msgstr ""
32+
33+
#: .\registration\serializers.py:95
34+
msgid "Define client_class in view"
35+
msgstr ""
36+
37+
#: .\registration\serializers.py:116
38+
msgid "Incorrect input. access_token or code is required."
39+
msgstr ""
40+
41+
#: .\registration\serializers.py:125
42+
msgid "Incorrect value"
43+
msgstr ""
44+
45+
#: .\registration\serializers.py:139
46+
msgid "User is already registered with this e-mail address."
47+
msgstr ""
48+
49+
#: .\registration\serializers.py:185
50+
msgid "A user is already registered with this e-mail address."
51+
msgstr ""
52+
53+
#: .\registration\serializers.py:193
54+
msgid "The two password fields didn't match."
55+
msgstr ""
56+
57+
#: .\registration\views.py:51
58+
msgid "Verification e-mail sent."
59+
msgstr ""
60+
61+
#: .\registration\views.py:98
62+
msgid "ok"
63+
msgstr ""
64+
65+
#: .\serializers.py:30
66+
msgid "Must include \"email\" and \"password\"."
67+
msgstr ""
68+
69+
#: .\serializers.py:41
70+
msgid "Must include \"username\" and \"password\"."
71+
msgstr ""
72+
73+
#: .\serializers.py:54
74+
msgid "Must include either \"username\" or \"email\" and \"password\"."
75+
msgstr ""
76+
77+
#: .\serializers.py:95
78+
msgid "User account is disabled."
79+
msgstr ""
80+
81+
#: .\serializers.py:98
82+
msgid "Unable to log in with provided credentials."
83+
msgstr ""
84+
85+
#: .\serializers.py:107
86+
msgid "E-mail is not verified."
87+
msgstr ""
88+
89+
#: .\views.py:127
90+
msgid "Successfully logged out."
91+
msgstr ""
92+
93+
#: .\views.py:175
94+
msgid "Password reset e-mail has been sent."
95+
msgstr ""
96+
97+
#: .\views.py:201
98+
msgid "Password has been reset with the new password."
99+
msgstr ""
100+
101+
#: .\views.py:223
102+
msgid "New password has been saved."
103+
msgstr ""

0 commit comments

Comments
 (0)