Skip to content

Commit d4d2477

Browse files
committed
Added es_CO translation
1 parent e2cad1a commit d4d2477

File tree

8 files changed

+600
-0
lines changed

8 files changed

+600
-0
lines changed
578 Bytes
Binary file not shown.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2+
# This file is distributed under the same license as the PACKAGE package.
3+
#
4+
# , 2014.
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: django-quiz-essay\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2014-10-02 16:32+0000\n"
10+
"PO-Revision-Date: 2016-03-24 15:57-0500\n"
11+
"Language-Team: American English <[email protected]>\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: 8bit\n"
15+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
16+
"X-Generator: Poedit 1.8.4\n"
17+
"Last-Translator: \n"
18+
"Language: es_CO\n"
19+
20+
#: models.py:23
21+
msgid "Essay style question"
22+
msgstr "Pregunta estilo ensayo"
23+
24+
#: models.py:24
25+
msgid "Essay style questions"
26+
msgstr "Preguntas estilo ensayo"
1.28 KB
Binary file not shown.
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2+
# This file is distributed under the same license as the PACKAGE package.
3+
#
4+
# , 2014.
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: django-quiz-multichoice\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2014-10-02 16:35+0000\n"
10+
"PO-Revision-Date: 2016-03-24 16:00-0500\n"
11+
"Language-Team: American English <[email protected]>\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: 8bit\n"
15+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
16+
"X-Generator: Poedit 1.8.4\n"
17+
"Last-Translator: \n"
18+
"Language: es_CO\n"
19+
20+
#: models.py:7 models.py:61
21+
msgid "Content"
22+
msgstr "Contenido"
23+
24+
#: models.py:8
25+
msgid "Random"
26+
msgstr "Aleatorio"
27+
28+
#: models.py:9
29+
msgid "None"
30+
msgstr "Ninguna"
31+
32+
#: models.py:17
33+
msgid "The order in which multichoice answer options are displayed to the user"
34+
msgstr "El orden en que las opciones de respuesta de elección múltiple se muestran al usuario"
35+
36+
#: models.py:20
37+
msgid "Answer Order"
38+
msgstr "Orden de las Respuestas"
39+
40+
#: models.py:50
41+
msgid "Multiple Choice Question"
42+
msgstr "Pregunta de opción múltiple"
43+
44+
#: models.py:51
45+
msgid "Multiple Choice Questions"
46+
msgstr "Preguntas de opción múltiple"
47+
48+
#: models.py:55
49+
msgid "Question"
50+
msgstr "Pregunta"
51+
52+
#: models.py:59
53+
msgid "Enter the answer text that you want displayed"
54+
msgstr "Ingrese el texto de la respuesta que desea mostrar"
55+
56+
#: models.py:65
57+
msgid "Is this a correct answer?"
58+
msgstr "¿Es esta una respuesta correcta?"
59+
60+
#: models.py:66
61+
msgid "Correct"
62+
msgstr "Correcto"
63+
64+
#: models.py:72
65+
msgid "Answer"
66+
msgstr "Respuesta"
67+
68+
#: models.py:73
69+
msgid "Answers"
70+
msgstr "Respuestas"
7.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)