Commit 2c53cb67 by Zia Fazal Committed by GitHub

Merge pull request #24 from edx/ziafazal/WL-583

ziafazal/WL-580: added translation files and transifex config
parents 1fd3b6ec 16194ce8
[main]
host = https://www.transifex.com
[xblocks.lti-consumer]
file_filter = lti_consumer/translations/<lang>/LC_MESSAGES/text.po
source_file = lti_consumer/translations/en/LC_MESSAGES/text.po
source_lang = en
type = PO
...@@ -76,6 +76,17 @@ This list is what is used to resolve dependencies when an upstream project is co ...@@ -76,6 +76,17 @@ This list is what is used to resolve dependencies when an upstream project is co
this XBlock package. requirements.txt is used to install the same dependencies when running this XBlock package. requirements.txt is used to install the same dependencies when running
the tests for this package. the tests for this package.
Downloading translations from Transifex
-------------------------------------
If you want to download translations from Transifex install
`transifex client <https://docs.transifex.com/client/installing-the-client/>`_ and run this command while
inside project root directory
.. code:: bash
$ tx pull -f --mode=reviewed -l en,ar,es_419,fr,he,hi,ko_KR,pt_BR,ru,zh_CN
License License
------- -------
......
#
# Translators:
# Laura Silva <lingison@edx.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: XBlocks\n"
"POT-Creation-Date: 2016-03-18 15:09+0500\n"
"PO-Revision-Date: 2016-08-18 14:52+0000\n"
"Last-Translator: Laura Silva <lingison@edx.org>\n"
"Language-Team: Spanish (Latin America) (http://www.transifex.com/open-edx/xblocks/language/es_419/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_419\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.8.7\n"
"X-Poedit-Basepath: ../../..\n"
"X-Poedit-SearchPath-0: lti_consumer.py\n"
#: lti_consumer.py
msgid "No valid user id found in endpoint URL"
msgstr ""
#: lti_consumer.py
msgid "Display Name"
msgstr "Nombre a mostrar"
#: lti_consumer.py
msgid ""
"Enter the name that students see for this component. Analytics reports may "
"also use the display name to identify this component."
msgstr ""
#: lti_consumer.py
msgid "LTI Consumer"
msgstr ""
#: lti_consumer.py:256
msgid "LTI Application Information"
msgstr "Información sobre la aplicación LTI"
#: lti_consumer.py
msgid ""
"Enter a description of the third party application. If requesting username "
"and/or email, use this text box to inform users why their username and/or "
"email will be forwarded to a third party application."
msgstr ""
#: lti_consumer.py
msgid "LTI ID"
msgstr "ID de LTI"
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the LTI ID for the external LTI provider. This value must be the same "
"LTI ID that you entered in the LTI Passports setting on the Advanced "
"Settings page.<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI URL"
msgstr "URL de LTI"
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the URL of the external tool that this component launches. This "
"setting is only used when Hide External Tool is set to False.<br />See the "
"{docs_anchor_open}edX LTI documentation{anchor_close} for more details on "
"this setting."
msgstr ""
#: lti_consumer.py
msgid "Custom Parameters"
msgstr "Parámetros personalizados"
#: lti_consumer.py
#, python-brace-format
msgid ""
"Add the key/value pair for any custom parameters, such as the page your "
"e-book should open to or the background color for this component. Ex. "
"[\"page=1\", \"color=white\"]<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI Launch Target"
msgstr ""
#: lti_consumer.py
msgid ""
"Select Inline if you want the LTI content to open in an IFrame in the "
"current page. Select Modal if you want the LTI content to open in a modal "
"window in the current page. Select New Window if you want the LTI content to"
" open in a new browser window. This setting is only used when Hide External "
"Tool is set to False."
msgstr ""
#: lti_consumer.py
msgid "Button Text"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the text on the button used to launch the third party application. "
"This setting is only used when Hide External Tool is set to False and LTI "
"Launch Target is set to Modal or New Window."
msgstr ""
#: lti_consumer.py
msgid "Inline Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired pixel height of the iframe which will contain the LTI "
"tool. This setting is only used when Hide External Tool is set to False and "
"LTI Launch Target is set to Inline."
msgstr ""
#: lti_consumer.py
msgid "Modal Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage height of the modal overlay which will"
" contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Modal Width"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage width of the modal overlay which will "
"contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Scored"
msgstr "Puntuado"
#: lti_consumer.py
msgid ""
"Select True if this component will receive a numerical score from the "
"external LTI system."
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the number of points possible for this component. The default value "
"is 1.0. This setting is only used when Scored is set to True."
msgstr ""
#: lti_consumer.py
msgid ""
"The score kept in the xblock KVS -- duplicate of the published score in "
"django DB"
msgstr ""
#: lti_consumer.py
msgid "Comment as returned from grader, LTI2.0 spec"
msgstr "El comentario tal y como fue enviado por el evaluador, LTI2.0 spec"
#: lti_consumer.py
msgid "Hide External Tool"
msgstr "Ocultar la herramienta externa"
#: lti_consumer.py
msgid ""
"Select True if you want to use this component as a placeholder for syncing "
"with an external grading system rather than launch an external tool. This "
"setting hides the Launch button and any IFrames for this component."
msgstr ""
#: lti_consumer.py
msgid "Accept grades past deadline"
msgstr "Aceptar notas después de la fecha límite"
#: lti_consumer.py
msgid ""
"Select True to allow third party systems to post grades past the deadline."
msgstr ""
#: lti_consumer.py
msgid "Request user's username"
msgstr "Solicite el nombre público del usuario"
#: lti_consumer.py
msgid "Select True to request the user's username."
msgstr ""
#: lti_consumer.py
msgid "Request user's email"
msgstr "Solicitar la dirección de correo del usuario"
#: lti_consumer.py
msgid "Select True to request the user's email address."
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse LTI passport: {lti_passport}. Should be \"id:key:secret\" "
"string."
msgstr "No ha sido posible leer el pasaporte LTI: {lti_passport}. Debería ser una cadena \"id:key:secret\"."
#: lti_consumer.py
msgid "Could not get user id for current request"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse custom parameter: {custom_parameter}. Should be \"x=y\" "
"string."
msgstr "No se pudo leer el parámetro personalizado: {custom_parameter}. Debería ser una cadena \"x=y\"."
#: lti_consumer.py
msgid "[LTI]: Real user not found against anon_id: {}"
msgstr ""
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: XBlocks\n"
"POT-Creation-Date: 2016-03-18 15:09+0500\n"
"PO-Revision-Date: 2016-06-08 14:38+0000\n"
"Last-Translator: \n"
"Language-Team: French (http://www.transifex.com/open-edx/xblocks/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 1.8.7\n"
"X-Poedit-Basepath: ../../..\n"
"X-Poedit-SearchPath-0: lti_consumer.py\n"
#: lti_consumer.py
msgid "No valid user id found in endpoint URL"
msgstr ""
#: lti_consumer.py
msgid "Display Name"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the name that students see for this component. Analytics reports may "
"also use the display name to identify this component."
msgstr ""
#: lti_consumer.py
msgid "LTI Consumer"
msgstr ""
#: lti_consumer.py:256
msgid "LTI Application Information"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter a description of the third party application. If requesting username "
"and/or email, use this text box to inform users why their username and/or "
"email will be forwarded to a third party application."
msgstr ""
#: lti_consumer.py
msgid "LTI ID"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the LTI ID for the external LTI provider. This value must be the same "
"LTI ID that you entered in the LTI Passports setting on the Advanced "
"Settings page.<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI URL"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the URL of the external tool that this component launches. This "
"setting is only used when Hide External Tool is set to False.<br />See the "
"{docs_anchor_open}edX LTI documentation{anchor_close} for more details on "
"this setting."
msgstr ""
#: lti_consumer.py
msgid "Custom Parameters"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Add the key/value pair for any custom parameters, such as the page your "
"e-book should open to or the background color for this component. Ex. "
"[\"page=1\", \"color=white\"]<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI Launch Target"
msgstr ""
#: lti_consumer.py
msgid ""
"Select Inline if you want the LTI content to open in an IFrame in the "
"current page. Select Modal if you want the LTI content to open in a modal "
"window in the current page. Select New Window if you want the LTI content to"
" open in a new browser window. This setting is only used when Hide External "
"Tool is set to False."
msgstr ""
#: lti_consumer.py
msgid "Button Text"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the text on the button used to launch the third party application. "
"This setting is only used when Hide External Tool is set to False and LTI "
"Launch Target is set to Modal or New Window."
msgstr ""
#: lti_consumer.py
msgid "Inline Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired pixel height of the iframe which will contain the LTI "
"tool. This setting is only used when Hide External Tool is set to False and "
"LTI Launch Target is set to Inline."
msgstr ""
#: lti_consumer.py
msgid "Modal Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage height of the modal overlay which will"
" contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Modal Width"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage width of the modal overlay which will "
"contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Scored"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if this component will receive a numerical score from the "
"external LTI system."
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the number of points possible for this component. The default value "
"is 1.0. This setting is only used when Scored is set to True."
msgstr ""
#: lti_consumer.py
msgid ""
"The score kept in the xblock KVS -- duplicate of the published score in "
"django DB"
msgstr ""
#: lti_consumer.py
msgid "Comment as returned from grader, LTI2.0 spec"
msgstr ""
#: lti_consumer.py
msgid "Hide External Tool"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if you want to use this component as a placeholder for syncing "
"with an external grading system rather than launch an external tool. This "
"setting hides the Launch button and any IFrames for this component."
msgstr ""
#: lti_consumer.py
msgid "Accept grades past deadline"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True to allow third party systems to post grades past the deadline."
msgstr ""
#: lti_consumer.py
msgid "Request user's username"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's username."
msgstr ""
#: lti_consumer.py
msgid "Request user's email"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's email address."
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse LTI passport: {lti_passport}. Should be \"id:key:secret\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "Could not get user id for current request"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse custom parameter: {custom_parameter}. Should be \"x=y\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "[LTI]: Real user not found against anon_id: {}"
msgstr ""
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: XBlocks\n"
"POT-Creation-Date: 2016-03-18 15:09+0500\n"
"PO-Revision-Date: 2016-06-08 14:38+0000\n"
"Last-Translator: \n"
"Language-Team: Hindi (http://www.transifex.com/open-edx/xblocks/language/hi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.8.7\n"
"X-Poedit-Basepath: ../../..\n"
"X-Poedit-SearchPath-0: lti_consumer.py\n"
#: lti_consumer.py
msgid "No valid user id found in endpoint URL"
msgstr ""
#: lti_consumer.py
msgid "Display Name"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the name that students see for this component. Analytics reports may "
"also use the display name to identify this component."
msgstr ""
#: lti_consumer.py
msgid "LTI Consumer"
msgstr ""
#: lti_consumer.py:256
msgid "LTI Application Information"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter a description of the third party application. If requesting username "
"and/or email, use this text box to inform users why their username and/or "
"email will be forwarded to a third party application."
msgstr ""
#: lti_consumer.py
msgid "LTI ID"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the LTI ID for the external LTI provider. This value must be the same "
"LTI ID that you entered in the LTI Passports setting on the Advanced "
"Settings page.<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI URL"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the URL of the external tool that this component launches. This "
"setting is only used when Hide External Tool is set to False.<br />See the "
"{docs_anchor_open}edX LTI documentation{anchor_close} for more details on "
"this setting."
msgstr ""
#: lti_consumer.py
msgid "Custom Parameters"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Add the key/value pair for any custom parameters, such as the page your "
"e-book should open to or the background color for this component. Ex. "
"[\"page=1\", \"color=white\"]<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI Launch Target"
msgstr ""
#: lti_consumer.py
msgid ""
"Select Inline if you want the LTI content to open in an IFrame in the "
"current page. Select Modal if you want the LTI content to open in a modal "
"window in the current page. Select New Window if you want the LTI content to"
" open in a new browser window. This setting is only used when Hide External "
"Tool is set to False."
msgstr ""
#: lti_consumer.py
msgid "Button Text"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the text on the button used to launch the third party application. "
"This setting is only used when Hide External Tool is set to False and LTI "
"Launch Target is set to Modal or New Window."
msgstr ""
#: lti_consumer.py
msgid "Inline Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired pixel height of the iframe which will contain the LTI "
"tool. This setting is only used when Hide External Tool is set to False and "
"LTI Launch Target is set to Inline."
msgstr ""
#: lti_consumer.py
msgid "Modal Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage height of the modal overlay which will"
" contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Modal Width"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage width of the modal overlay which will "
"contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Scored"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if this component will receive a numerical score from the "
"external LTI system."
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the number of points possible for this component. The default value "
"is 1.0. This setting is only used when Scored is set to True."
msgstr ""
#: lti_consumer.py
msgid ""
"The score kept in the xblock KVS -- duplicate of the published score in "
"django DB"
msgstr ""
#: lti_consumer.py
msgid "Comment as returned from grader, LTI2.0 spec"
msgstr ""
#: lti_consumer.py
msgid "Hide External Tool"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if you want to use this component as a placeholder for syncing "
"with an external grading system rather than launch an external tool. This "
"setting hides the Launch button and any IFrames for this component."
msgstr ""
#: lti_consumer.py
msgid "Accept grades past deadline"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True to allow third party systems to post grades past the deadline."
msgstr ""
#: lti_consumer.py
msgid "Request user's username"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's username."
msgstr ""
#: lti_consumer.py
msgid "Request user's email"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's email address."
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse LTI passport: {lti_passport}. Should be \"id:key:secret\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "Could not get user id for current request"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse custom parameter: {custom_parameter}. Should be \"x=y\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "[LTI]: Real user not found against anon_id: {}"
msgstr ""
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: XBlocks\n"
"POT-Creation-Date: 2016-03-18 15:09+0500\n"
"PO-Revision-Date: 2016-06-08 14:38+0000\n"
"Last-Translator: \n"
"Language-Team: Korean (Korea) (http://www.transifex.com/open-edx/xblocks/language/ko_KR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ko_KR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 1.8.7\n"
"X-Poedit-Basepath: ../../..\n"
"X-Poedit-SearchPath-0: lti_consumer.py\n"
#: lti_consumer.py
msgid "No valid user id found in endpoint URL"
msgstr ""
#: lti_consumer.py
msgid "Display Name"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the name that students see for this component. Analytics reports may "
"also use the display name to identify this component."
msgstr ""
#: lti_consumer.py
msgid "LTI Consumer"
msgstr ""
#: lti_consumer.py:256
msgid "LTI Application Information"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter a description of the third party application. If requesting username "
"and/or email, use this text box to inform users why their username and/or "
"email will be forwarded to a third party application."
msgstr ""
#: lti_consumer.py
msgid "LTI ID"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the LTI ID for the external LTI provider. This value must be the same "
"LTI ID that you entered in the LTI Passports setting on the Advanced "
"Settings page.<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI URL"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the URL of the external tool that this component launches. This "
"setting is only used when Hide External Tool is set to False.<br />See the "
"{docs_anchor_open}edX LTI documentation{anchor_close} for more details on "
"this setting."
msgstr ""
#: lti_consumer.py
msgid "Custom Parameters"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Add the key/value pair for any custom parameters, such as the page your "
"e-book should open to or the background color for this component. Ex. "
"[\"page=1\", \"color=white\"]<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI Launch Target"
msgstr ""
#: lti_consumer.py
msgid ""
"Select Inline if you want the LTI content to open in an IFrame in the "
"current page. Select Modal if you want the LTI content to open in a modal "
"window in the current page. Select New Window if you want the LTI content to"
" open in a new browser window. This setting is only used when Hide External "
"Tool is set to False."
msgstr ""
#: lti_consumer.py
msgid "Button Text"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the text on the button used to launch the third party application. "
"This setting is only used when Hide External Tool is set to False and LTI "
"Launch Target is set to Modal or New Window."
msgstr ""
#: lti_consumer.py
msgid "Inline Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired pixel height of the iframe which will contain the LTI "
"tool. This setting is only used when Hide External Tool is set to False and "
"LTI Launch Target is set to Inline."
msgstr ""
#: lti_consumer.py
msgid "Modal Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage height of the modal overlay which will"
" contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Modal Width"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage width of the modal overlay which will "
"contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Scored"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if this component will receive a numerical score from the "
"external LTI system."
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the number of points possible for this component. The default value "
"is 1.0. This setting is only used when Scored is set to True."
msgstr ""
#: lti_consumer.py
msgid ""
"The score kept in the xblock KVS -- duplicate of the published score in "
"django DB"
msgstr ""
#: lti_consumer.py
msgid "Comment as returned from grader, LTI2.0 spec"
msgstr ""
#: lti_consumer.py
msgid "Hide External Tool"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if you want to use this component as a placeholder for syncing "
"with an external grading system rather than launch an external tool. This "
"setting hides the Launch button and any IFrames for this component."
msgstr ""
#: lti_consumer.py
msgid "Accept grades past deadline"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True to allow third party systems to post grades past the deadline."
msgstr ""
#: lti_consumer.py
msgid "Request user's username"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's username."
msgstr ""
#: lti_consumer.py
msgid "Request user's email"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's email address."
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse LTI passport: {lti_passport}. Should be \"id:key:secret\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "Could not get user id for current request"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse custom parameter: {custom_parameter}. Should be \"x=y\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "[LTI]: Real user not found against anon_id: {}"
msgstr ""
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: XBlocks\n"
"POT-Creation-Date: 2016-03-18 15:09+0500\n"
"PO-Revision-Date: 2016-06-08 14:38+0000\n"
"Last-Translator: \n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/open-edx/xblocks/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 1.8.7\n"
"X-Poedit-Basepath: ../../..\n"
"X-Poedit-SearchPath-0: lti_consumer.py\n"
#: lti_consumer.py
msgid "No valid user id found in endpoint URL"
msgstr ""
#: lti_consumer.py
msgid "Display Name"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the name that students see for this component. Analytics reports may "
"also use the display name to identify this component."
msgstr ""
#: lti_consumer.py
msgid "LTI Consumer"
msgstr ""
#: lti_consumer.py:256
msgid "LTI Application Information"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter a description of the third party application. If requesting username "
"and/or email, use this text box to inform users why their username and/or "
"email will be forwarded to a third party application."
msgstr ""
#: lti_consumer.py
msgid "LTI ID"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the LTI ID for the external LTI provider. This value must be the same "
"LTI ID that you entered in the LTI Passports setting on the Advanced "
"Settings page.<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI URL"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the URL of the external tool that this component launches. This "
"setting is only used when Hide External Tool is set to False.<br />See the "
"{docs_anchor_open}edX LTI documentation{anchor_close} for more details on "
"this setting."
msgstr ""
#: lti_consumer.py
msgid "Custom Parameters"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Add the key/value pair for any custom parameters, such as the page your "
"e-book should open to or the background color for this component. Ex. "
"[\"page=1\", \"color=white\"]<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI Launch Target"
msgstr ""
#: lti_consumer.py
msgid ""
"Select Inline if you want the LTI content to open in an IFrame in the "
"current page. Select Modal if you want the LTI content to open in a modal "
"window in the current page. Select New Window if you want the LTI content to"
" open in a new browser window. This setting is only used when Hide External "
"Tool is set to False."
msgstr ""
#: lti_consumer.py
msgid "Button Text"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the text on the button used to launch the third party application. "
"This setting is only used when Hide External Tool is set to False and LTI "
"Launch Target is set to Modal or New Window."
msgstr ""
#: lti_consumer.py
msgid "Inline Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired pixel height of the iframe which will contain the LTI "
"tool. This setting is only used when Hide External Tool is set to False and "
"LTI Launch Target is set to Inline."
msgstr ""
#: lti_consumer.py
msgid "Modal Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage height of the modal overlay which will"
" contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Modal Width"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage width of the modal overlay which will "
"contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Scored"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if this component will receive a numerical score from the "
"external LTI system."
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the number of points possible for this component. The default value "
"is 1.0. This setting is only used when Scored is set to True."
msgstr ""
#: lti_consumer.py
msgid ""
"The score kept in the xblock KVS -- duplicate of the published score in "
"django DB"
msgstr ""
#: lti_consumer.py
msgid "Comment as returned from grader, LTI2.0 spec"
msgstr ""
#: lti_consumer.py
msgid "Hide External Tool"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if you want to use this component as a placeholder for syncing "
"with an external grading system rather than launch an external tool. This "
"setting hides the Launch button and any IFrames for this component."
msgstr ""
#: lti_consumer.py
msgid "Accept grades past deadline"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True to allow third party systems to post grades past the deadline."
msgstr ""
#: lti_consumer.py
msgid "Request user's username"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's username."
msgstr ""
#: lti_consumer.py
msgid "Request user's email"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's email address."
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse LTI passport: {lti_passport}. Should be \"id:key:secret\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "Could not get user id for current request"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse custom parameter: {custom_parameter}. Should be \"x=y\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "[LTI]: Real user not found against anon_id: {}"
msgstr ""
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: XBlocks\n"
"POT-Creation-Date: 2016-03-18 15:09+0500\n"
"PO-Revision-Date: 2016-06-08 14:38+0000\n"
"Last-Translator: \n"
"Language-Team: Russian (http://www.transifex.com/open-edx/xblocks/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
"X-Generator: Poedit 1.8.7\n"
"X-Poedit-Basepath: ../../..\n"
"X-Poedit-SearchPath-0: lti_consumer.py\n"
#: lti_consumer.py
msgid "No valid user id found in endpoint URL"
msgstr ""
#: lti_consumer.py
msgid "Display Name"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the name that students see for this component. Analytics reports may "
"also use the display name to identify this component."
msgstr ""
#: lti_consumer.py
msgid "LTI Consumer"
msgstr ""
#: lti_consumer.py:256
msgid "LTI Application Information"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter a description of the third party application. If requesting username "
"and/or email, use this text box to inform users why their username and/or "
"email will be forwarded to a third party application."
msgstr ""
#: lti_consumer.py
msgid "LTI ID"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the LTI ID for the external LTI provider. This value must be the same "
"LTI ID that you entered in the LTI Passports setting on the Advanced "
"Settings page.<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI URL"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the URL of the external tool that this component launches. This "
"setting is only used when Hide External Tool is set to False.<br />See the "
"{docs_anchor_open}edX LTI documentation{anchor_close} for more details on "
"this setting."
msgstr ""
#: lti_consumer.py
msgid "Custom Parameters"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Add the key/value pair for any custom parameters, such as the page your "
"e-book should open to or the background color for this component. Ex. "
"[\"page=1\", \"color=white\"]<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI Launch Target"
msgstr ""
#: lti_consumer.py
msgid ""
"Select Inline if you want the LTI content to open in an IFrame in the "
"current page. Select Modal if you want the LTI content to open in a modal "
"window in the current page. Select New Window if you want the LTI content to"
" open in a new browser window. This setting is only used when Hide External "
"Tool is set to False."
msgstr ""
#: lti_consumer.py
msgid "Button Text"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the text on the button used to launch the third party application. "
"This setting is only used when Hide External Tool is set to False and LTI "
"Launch Target is set to Modal or New Window."
msgstr ""
#: lti_consumer.py
msgid "Inline Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired pixel height of the iframe which will contain the LTI "
"tool. This setting is only used when Hide External Tool is set to False and "
"LTI Launch Target is set to Inline."
msgstr ""
#: lti_consumer.py
msgid "Modal Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage height of the modal overlay which will"
" contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Modal Width"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage width of the modal overlay which will "
"contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Scored"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if this component will receive a numerical score from the "
"external LTI system."
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the number of points possible for this component. The default value "
"is 1.0. This setting is only used when Scored is set to True."
msgstr ""
#: lti_consumer.py
msgid ""
"The score kept in the xblock KVS -- duplicate of the published score in "
"django DB"
msgstr ""
#: lti_consumer.py
msgid "Comment as returned from grader, LTI2.0 spec"
msgstr ""
#: lti_consumer.py
msgid "Hide External Tool"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if you want to use this component as a placeholder for syncing "
"with an external grading system rather than launch an external tool. This "
"setting hides the Launch button and any IFrames for this component."
msgstr ""
#: lti_consumer.py
msgid "Accept grades past deadline"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True to allow third party systems to post grades past the deadline."
msgstr ""
#: lti_consumer.py
msgid "Request user's username"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's username."
msgstr ""
#: lti_consumer.py
msgid "Request user's email"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's email address."
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse LTI passport: {lti_passport}. Should be \"id:key:secret\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "Could not get user id for current request"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse custom parameter: {custom_parameter}. Should be \"x=y\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "[LTI]: Real user not found against anon_id: {}"
msgstr ""
#
# Translators:
# Iris Zeng <yz3535@nyu.edu>, 2016
msgid ""
msgstr ""
"Project-Id-Version: XBlocks\n"
"POT-Creation-Date: 2016-03-18 15:09+0500\n"
"PO-Revision-Date: 2016-08-16 15:20+0000\n"
"Last-Translator: Natalia Berdnikov <nberdnikov@edx.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/open-edx/xblocks/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 1.8.7\n"
"X-Poedit-Basepath: ../../..\n"
"X-Poedit-SearchPath-0: lti_consumer.py\n"
#: lti_consumer.py
msgid "No valid user id found in endpoint URL"
msgstr ""
#: lti_consumer.py
msgid "Display Name"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the name that students see for this component. Analytics reports may "
"also use the display name to identify this component."
msgstr ""
#: lti_consumer.py
msgid "LTI Consumer"
msgstr ""
#: lti_consumer.py:256
msgid "LTI Application Information"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter a description of the third party application. If requesting username "
"and/or email, use this text box to inform users why their username and/or "
"email will be forwarded to a third party application."
msgstr ""
#: lti_consumer.py
msgid "LTI ID"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the LTI ID for the external LTI provider. This value must be the same "
"LTI ID that you entered in the LTI Passports setting on the Advanced "
"Settings page.<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI URL"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Enter the URL of the external tool that this component launches. This "
"setting is only used when Hide External Tool is set to False.<br />See the "
"{docs_anchor_open}edX LTI documentation{anchor_close} for more details on "
"this setting."
msgstr ""
#: lti_consumer.py
msgid "Custom Parameters"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Add the key/value pair for any custom parameters, such as the page your "
"e-book should open to or the background color for this component. Ex. "
"[\"page=1\", \"color=white\"]<br />See the {docs_anchor_open}edX LTI "
"documentation{anchor_close} for more details on this setting."
msgstr ""
#: lti_consumer.py
msgid "LTI Launch Target"
msgstr ""
#: lti_consumer.py
msgid ""
"Select Inline if you want the LTI content to open in an IFrame in the "
"current page. Select Modal if you want the LTI content to open in a modal "
"window in the current page. Select New Window if you want the LTI content to"
" open in a new browser window. This setting is only used when Hide External "
"Tool is set to False."
msgstr ""
#: lti_consumer.py
msgid "Button Text"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the text on the button used to launch the third party application. "
"This setting is only used when Hide External Tool is set to False and LTI "
"Launch Target is set to Modal or New Window."
msgstr ""
#: lti_consumer.py
msgid "Inline Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired pixel height of the iframe which will contain the LTI "
"tool. This setting is only used when Hide External Tool is set to False and "
"LTI Launch Target is set to Inline."
msgstr ""
#: lti_consumer.py
msgid "Modal Height"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage height of the modal overlay which will"
" contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Modal Width"
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the desired viewport percentage width of the modal overlay which will "
"contain the LTI tool. This setting is only used when Hide External Tool is "
"set to False and LTI Launch Target is set to Modal."
msgstr ""
#: lti_consumer.py
msgid "Scored"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if this component will receive a numerical score from the "
"external LTI system."
msgstr ""
#: lti_consumer.py
msgid ""
"Enter the number of points possible for this component. The default value "
"is 1.0. This setting is only used when Scored is set to True."
msgstr ""
#: lti_consumer.py
msgid ""
"The score kept in the xblock KVS -- duplicate of the published score in "
"django DB"
msgstr ""
#: lti_consumer.py
msgid "Comment as returned from grader, LTI2.0 spec"
msgstr ""
#: lti_consumer.py
msgid "Hide External Tool"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True if you want to use this component as a placeholder for syncing "
"with an external grading system rather than launch an external tool. This "
"setting hides the Launch button and any IFrames for this component."
msgstr ""
#: lti_consumer.py
msgid "Accept grades past deadline"
msgstr ""
#: lti_consumer.py
msgid ""
"Select True to allow third party systems to post grades past the deadline."
msgstr ""
#: lti_consumer.py
msgid "Request user's username"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's username."
msgstr ""
#: lti_consumer.py
msgid "Request user's email"
msgstr ""
#: lti_consumer.py
msgid "Select True to request the user's email address."
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse LTI passport: {lti_passport}. Should be \"id:key:secret\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "Could not get user id for current request"
msgstr ""
#: lti_consumer.py
#, python-brace-format
msgid ""
"Could not parse custom parameter: {custom_parameter}. Should be \"x=y\" "
"string."
msgstr ""
#: lti_consumer.py
msgid "[LTI]: Real user not found against anon_id: {}"
msgstr ""
...@@ -22,7 +22,7 @@ def package_data(pkg, roots): ...@@ -22,7 +22,7 @@ def package_data(pkg, roots):
setup( setup(
name='lti_consumer-xblock', name='lti_consumer-xblock',
version='1.1.0', version='1.1.1',
description='This XBlock implements the consumer side of the LTI specification.', description='This XBlock implements the consumer side of the LTI specification.',
packages=[ packages=[
'lti_consumer', 'lti_consumer',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment