Skip to content
Snippets Groups Projects
Commit 2c53cb67 authored by Zia Fazal's avatar Zia Fazal Committed by GitHub
Browse files

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

ziafazal/WL-580: added translation files and transifex config
parents 1fd3b6ec 16194ce8
No related branches found
No related tags found
No related merge requests found
[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
this XBlock package. requirements.txt is used to install the same dependencies when running
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
-------
......
#
# Translators:
# shefaa abu jabel <shefaa.aj@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: XBlocks\n"
"POT-Creation-Date: 2016-03-18 15:09+0500\n"
"PO-Revision-Date: 2016-08-25 05:47+0000\n"
"Last-Translator: shefaa abu jabel <shefaa.aj@gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/open-edx/xblocks/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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 "لم يتم العثور على هوية صالحة للمستخدم في URL نقطة النهاية"
#: 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"
#: lti_consumer.py:256
msgid "LTI Application Information"
msgstr "معلومات تطبيق 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 "هوية 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 لمورد LTI الخارجي. يجب أن تكون هذه القيمة هي نفس قيمة هوية LTI التي أدخلتها في إعدادات جوازات مرور LTI في صفحة الإعدادات المتقدمة.<br />اطلع على مستندات {docs_anchor_open} edX LTI{anchor_close} للمزيد من التفاصيل عن هذا الإعداد."
#: lti_consumer.py
msgid "LTI URL"
msgstr "LTI URL"
#: 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 "أدخل URL الأداة الخارجية التي يقوم هذا المكون بتشغيلها. يتم استخدام هذا الإعداد فقط عند تحديد إخفاء الأداة الخارجية على خيار خاطئ.<br />اطلع على مستندات {docs_anchor_open} edX LTI{anchor_close} للمزيد من التفاصيل عن هذا الإعداد."
#: 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 "أضف زوج المفتاح/القيمة لأي عوامل مخصصة، مثل الصفحة التي يجب أن يفتحها كتابك الإلكتروني أو لون خلفية هذا المكون. مثال. Ex. [\"page=1\", \"color=white\"]<br />اطلع على مستندات {docs_anchor_open} edX LTI{anchor_close} للمزيد من التفاصيل عن هذا الإعداد."
#: lti_consumer.py
msgid "LTI Launch Target"
msgstr "هدف تشغيل LTI"
#: 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 في إطار IFrame في الصفحة الحالية. حدد الشكل إذا كنت تريد أن يتم فتح محتويات LTI في نافذة موضعية في الصفحة الحالية. اختر نافذة جديدة إذا كنت تريد أن يتم فتح محتويات LTI في نافذة متصفح جديد. سيتم استخدام هذا الإعداد فقط عندما يتم ضبط إخفاء الأداة الخارجية على خاطىء ."
#: 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 على نموذج أو نافذة جديدة ."
#: 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 "أدخل ارتفاع البيكسل المرغوب لإطار iframe الذي سوف يحتوي على أداة LTI. لا يتم استخدام هذا الإعداد إلا عند ضبط إخفاء الأداة الخارجية على خاطئ، وضبط هدف بدء تشغيل LTI ضمن الخطوط."
#: 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. لا يتم استخدام هذا الإعداد إلا عند ضبط إخفاء الأداة الخارجية على خاطئ، وضبط هدف بدء تشغيل LTI على نموذج."
#: 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. لا يتم استخدام هذا الإعداد إلا عند ضبط إخفاء الأداة الخارجية على خاطئ، وضبط هدف بدء تشغيل LTI على نموذج."
#: 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 خارجي."
#: 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 "أدخل عدد النقاط المتاحة لهذا المكون. القيمة الافتراضية هي 1.0. يتم استخدام هذا الإعداد فقط عند تحديد النتيجة المنشورة صحيح."
#: lti_consumer.py
msgid ""
"The score kept in the xblock KVS -- duplicate of the published score in "
"django DB"
msgstr "النتيجة المحفوظة في xblock KVS -- هي نسخة عن النتيجة المنشورة في django DB"
#: lti_consumer.py
msgid "Comment as returned from grader, LTI2.0 spec"
msgstr "الملاحظات التي تم إرجاعها من مانح العلامة، مواصفات LTI2.0"
#: 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 "اختر صحيح إذا كنت ترغب في استخدام هذا المكون كحافظ للمكان للمزامنة مع نظام خارجي لوضع العلامات بدلاً نت استخدام أداة خارجية. يقوم هذا الإعداد بإخفاء زر بدء التشغيل وأي IFrames لهذا المكون."
#: 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 : {lti_passport}. يجب أن يكون سلسلة \"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 "تعذر تحليل العامل المخصص: {custom_parameter}. يجب أن يكون سلسلة \"x=y\"."
#: lti_consumer.py
msgid "[LTI]: Real user not found against anon_id: {}"
msgstr "[LTI]: لم يتم العثور على مستخدم حقيقي مقابل هوية غير معرفة: {}"
#
# 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:
# qualityalltext <quality@alltext.co.il>, 2016
msgid ""
msgstr ""
"Project-Id-Version: XBlocks\n"
"POT-Creation-Date: 2016-03-18 15:09+0500\n"
"PO-Revision-Date: 2016-09-29 11:50+0000\n"
"Last-Translator: qualityalltext <quality@alltext.co.il>\n"
"Language-Team: Hebrew (http://www.transifex.com/open-edx/xblocks/language/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: he\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 "לא נמצא מזהה משתמש תקף בכתובת ה-URL הסופית"
#: 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"
#: lti_consumer.py:256
msgid "LTI Application Information"
msgstr "מידע אודות אפליקציית 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 "מזהה 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 לספק ה-LTI החיצוני. ערך זה חייב להיות זהה למזהה LTI שהזנת בהגדרות LTI Passports הנמצא בעמוד ההגדרות המתקדמות.<br />לפרטים נוספים אודות הגדרה זו, ראה {docs_anchor_open}edX LTI תיעוד{anchor_close}."
#: lti_consumer.py
msgid "LTI URL"
msgstr "כתובת ה-URL של 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 "הזן את כתובת האתר של הכלי החיצוני שרכיב זה מפעיל. ניתן להשתמש בהגדרה זו אך ורק כאשר האפשרות 'הסתר כלי חיצוני' נמצאת במצב 'False'.<br />לפרטים נוספים אודות הגדרה זו, ראה {docs_anchor_open}edX LTI תיעוד{anchor_close}."
#: 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 "הוסף את צמד מפתח/ערך לכל פרמטר בהתאמה אישית כמו הדף שבו הספר האלקטרוני צריך להיפתח או צבע הרקע של מרכיב זה. לדוגמה. [\"page=1\", \"color=white\"]<br />ראה את {docs_anchor_open}edX LTI תיעוד{anchor_close} לפרטים נוספים אודות הגדרה זו."
#: lti_consumer.py
msgid "LTI Launch Target"
msgstr "יעד השקת LTI"
#: 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 "בחר את האפשרות Inline אם ברצונך שתוכן ה-LTI יפתח בעמוד הנוכחי ב- IFrame. בחר את האפשרות Modal אם ברצונך שתוכן ה-LTI יפתח בעמוד הנוכחי בחלון Modal. בחר את האפשרות New Window אם ברצונך שתוכן ה-LTI יפתח בחלון דפדפן חדש. ניתן להשתמש בהגדרה זו אך ורק כאשר האפשרות 'הסתר כלי חיצוני' נמצאת במצב 'לא נכון'."
#: 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 Launch Target מוגדר כ-Modal או חלון חדש."
#: lti_consumer.py
msgid "Inline Height"
msgstr "גובה ה-inline"
#: 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 "הזן את גובה הפיקסלים המבוקש של ה-iframe שיכלול את כלי ה-LTI. ניתן להשתמש בהגדרה זו אך ורק כאשר האפשרות 'הסתר כלי חיצוני' נמצאת במצב 'לא נכון' וכאשר LTI Launch Target מוגדר כ-Inline."
#: lti_consumer.py
msgid "Modal Height"
msgstr "גובה ה-Modal"
#: 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 "הזן את אחוז גובה האשנב של כיסוי ה-modal שיכלול את כלי ה-LTI. ניתן להשתמש בהגדרה זו אך ורק כאשר האפשרות 'הסתר כלי חיצוני' נמצאת במצב 'לא נכון' וכאשר LTI Launch Target מוגדר כ-Modal."
#: lti_consumer.py
msgid "Modal Width"
msgstr "רוחב ה-Modal"
#: 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 "הזן את אחוז רוחב האשנב של כיסוי ה-modal שיכלול את כלי ה-LTI. ניתן להשתמש בהגדרה זו אך ורק כאשר האפשרות 'הסתר כלי חיצוני' נמצאת במצב 'לא נכון' וכאשר LTI Launch Target מוגדר כ-Modal."
#: 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 החיצונית."
#: 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 "הזן את מספר הנקודות האפשריות למרכיב זה. ברירת המחדל היא 1.0. ניתן להשתמש בהגדרה זו אך ורק כאשר 'קיבל ציון' מוגדר כ-נכון."
#: lti_consumer.py
msgid ""
"The score kept in the xblock KVS -- duplicate of the published score in "
"django DB"
msgstr "הציון נשמר ב- xblock KVS – שכפול הציון המפורסם ב-django DB"
#: lti_consumer.py
msgid "Comment as returned from grader, LTI2.0 spec"
msgstr "הערה חוזרת ממעניק הציון, LTI2.0 spec"
#: 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 "בחר באפשרות 'נכון' אם ברצונך להשתמש במרכיב זה כשומר מקום עבור סנכרון עם מערכת ציונים חיצונית במקום להפעיל כלי חיצוני. הגדרה זו מסתירה את לחצן 'הפעל' וכל IFrames עבור מרכיב זה."
#: 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 passport נכשל: {lti_passport}. צריך להיות במחרוזת \"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 "ניתוח פרמטר מותאם אישית נכשל: {custom_parameter}. צריך להיות במחרוזת \"x=y\"."
#: lti_consumer.py
msgid "[LTI]: Real user not found against anon_id: {}"
msgstr "[LTI]: לא נמצא משתמש אמיתי מול anon_id: {}"
#
# 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):
setup(
name='lti_consumer-xblock',
version='1.1.0',
version='1.1.1',
description='This XBlock implements the consumer side of the LTI specification.',
packages=[
'lti_consumer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment