diff --git a/image_explorer/conf/locale/__init__.py b/image_explorer/conf/locale/__init__.py deleted file mode 100644 index 998f460..0000000 --- a/image_explorer/conf/locale/__init__.py +++ /dev/null @@ -1 +0,0 @@ -""" Image Explorer XBlock Translated PO and MO files""" diff --git a/image_explorer/conf/locale/ar/LC_MESSAGES/text.mo b/image_explorer/conf/locale/ar/LC_MESSAGES/text.mo deleted file mode 100644 index 1d0837d..0000000 Binary files a/image_explorer/conf/locale/ar/LC_MESSAGES/text.mo and /dev/null differ diff --git a/image_explorer/conf/locale/ar/LC_MESSAGES/text.po b/image_explorer/conf/locale/ar/LC_MESSAGES/text.po deleted file mode 100644 index 03b2570..0000000 --- a/image_explorer/conf/locale/ar/LC_MESSAGES/text.po +++ /dev/null @@ -1,83 +0,0 @@ -# -# Translators: -# shefaa abu jabel , 2016 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"POT-Creation-Date: 2016-05-25 15:49+0500\n" -"PO-Revision-Date: 2016-08-24 14:12+0000\n" -"Last-Translator: shefaa abu jabel \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" - -#: image_explorer/image_explorer.py -msgid "Display Name" -msgstr "" - -#: image_explorer/image_explorer.py -msgid "This name appears in the horizontal navigation at the top of the page." -msgstr "" - -#: image_explorer/image_explorer.py -msgid "Image Explorer" -msgstr "" - -#: image_explorer/image_explorer.py -msgid "Hot Spots Coordinates Centered" -msgstr "" - -#: image_explorer/image_explorer.py -msgid "Store hotspots opened by student, for completion" -msgstr "" - -#: image_explorer/image_explorer.py -msgid "XML contents to display for this module" -msgstr "" - -#: image_explorer.py:128 -msgid "Missing event_type in JSON data" -msgstr "نوع الحدث ناقص في بيانات JSON" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Title" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "The title of the Image Explorer that is displayed to the user" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Hotspot coordinates centered" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "" -"If set to true, hotspot coordinates interpreted to point to the center of " -"the hotspot" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "" -"If set to false, assumed to point to the top left corner of the hotspot " -"image" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Definition" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "The XML definition for the Image Explorer" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Save" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Cancel" -msgstr "" diff --git a/image_explorer/conf/locale/config.yaml b/image_explorer/conf/locale/config.yaml index fd33e91..bbb28a1 100644 --- a/image_explorer/conf/locale/config.yaml +++ b/image_explorer/conf/locale/config.yaml @@ -2,85 +2,6 @@ locales: - en # English - Source Language - # - am # Amharic - - ar # Arabic - # - az # Azerbaijani - # - bg_BG # Bulgarian (Bulgaria) - # - bn_BD # Bengali (Bangladesh) - # - bn_IN # Bengali (India) - # - bs # Bosnian - # - ca # Catalan - # - ca@valencia # Catalan (Valencia) - # - cs # Czech - # - cy # Welsh - # - da # Danish - # - de_DE # German (Germany) - # - el # Greek - # - en_GB # English (United Kingdom) - # # Don't pull these until we figure out why pages randomly display in these locales, - # # when the user's browser is in English and the user is not logged in. - # #- en@lolcat # LOLCAT English - # #- en@pirate # Pirate English - - es_419 # Spanish (Latin America) - # - es_AR # Spanish (Argentina) - # - es_EC # Spanish (Ecuador) - # - es_ES # Spanish (Spain) - # - es_MX # Spanish (Mexico) - # - es_PE # Spanish (Peru) - # - et_EE # Estonian (Estonia) - # - eu_ES # Basque (Spain) - # - fa # Persian - # - fa_IR # Persian (Iran) - # - fi_FI # Finnish (Finland) - # - fil # Filipino - - fr # French - # - gl # Galician - # - gu # Gujarati - - he # Hebrew - - hi # Hindi - # - hr # Croatian - # - hu # Hungarian - # - hy_AM # Armenian (Armenia) - # - id # Indonesian - # - it_IT # Italian (Italy) - # - ja_JP # Japanese (Japan) - # - kk_KZ # Kazakh (Kazakhstan) - # - km_KH # Khmer (Cambodia) - # - kn # Kannada - - ko_KR # Korean (Korea) - # - lt_LT # Lithuanian (Lithuania) - # - ml # Malayalam - # - mn # Mongolian - # - mr # Marathi - # - ms # Malay - # - nb # Norwegian Bokmål - # - ne # Nepali - # - nl_NL # Dutch (Netherlands) - # - or # Oriya - # - pl # Polish - - pt_BR # Portuguese (Brazil) - # - pt_PT # Portuguese (Portugal) - # - ro # Romanian - - ru # Russian - # - si # Sinhala - # - sk # Slovak - # - sl # Slovenian - # - sq # Albanian - # - sr # Serbian - # - sv # Swedish - # - sw # Swahili - # - ta # Tamil - # - te # Telugu - # - th # Thai - # - tr_TR # Turkish (Turkey) - # - uk # Ukranian - # - ur # Urdu - # - uz # Uzbek - # - vi # Vietnamese - - zh_CN # Chinese (China) - # - zh_HK # Chinese (Hong Kong) - # - zh_TW # Chinese (Taiwan) - # The locales used for fake-accented English, for testing. dummy_locales: diff --git a/image_explorer/conf/locale/en/LC_MESSAGES/django.po b/image_explorer/conf/locale/en/LC_MESSAGES/django.po deleted file mode 100644 index c54e755..0000000 --- a/image_explorer/conf/locale/en/LC_MESSAGES/django.po +++ /dev/null @@ -1,85 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-07 15:42+0500\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: image_explorer/image_explorer.py -msgid "Display Name" -msgstr "" - -#: image_explorer/image_explorer.py -msgid "This name appears in the horizontal navigation at the top of the page." -msgstr "" - -#: image_explorer/image_explorer.py -msgid "Image Explorer" -msgstr "" - -#: image_explorer/image_explorer.py -msgid "Hot Spots Coordinates Centered" -msgstr "" - -#: image_explorer/image_explorer.py -msgid "Store hotspots opened by student, for completion" -msgstr "" - -#: image_explorer/image_explorer.py -msgid "XML contents to display for this module" -msgstr "" - -#: image_explorer/image_explorer.py -msgid "Missing event_type in JSON data" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Title" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "The title of the Image Explorer that is displayed to the user" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Hotspot coordinates centered" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "" -"If set to true, hotspot coordinates interpreted to point to the center of " -"the hotspot" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "" -"If set to false, assumed to point to the top left corner of the hotspot " -"image" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Definition" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "The XML definition for the Image Explorer" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Save" -msgstr "" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Cancel" -msgstr "" diff --git a/image_explorer/conf/locale/en/LC_MESSAGES/text.po b/image_explorer/conf/locale/en/LC_MESSAGES/text.po deleted file mode 120000 index 0082074..0000000 --- a/image_explorer/conf/locale/en/LC_MESSAGES/text.po +++ /dev/null @@ -1 +0,0 @@ -django.po \ No newline at end of file diff --git a/image_explorer/conf/locale/eo/LC_MESSAGES/text.mo b/image_explorer/conf/locale/eo/LC_MESSAGES/text.mo deleted file mode 100644 index 2fe2041..0000000 Binary files a/image_explorer/conf/locale/eo/LC_MESSAGES/text.mo and /dev/null differ diff --git a/image_explorer/conf/locale/eo/LC_MESSAGES/text.po b/image_explorer/conf/locale/eo/LC_MESSAGES/text.po deleted file mode 100644 index 2e84931..0000000 --- a/image_explorer/conf/locale/eo/LC_MESSAGES/text.po +++ /dev/null @@ -1,100 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-07 15:42+0500\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: eo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: image_explorer/image_explorer.py -msgid "Display Name" -msgstr "Dïspläý Nämé Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#" - -#: image_explorer/image_explorer.py -msgid "This name appears in the horizontal navigation at the top of the page." -msgstr "" -"Thïs nämé äppéärs ïn thé hörïzöntäl nävïgätïön ät thé töp öf thé pägé. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" - -#: image_explorer/image_explorer.py -msgid "Image Explorer" -msgstr "Ìmägé Éxplörér Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" - -#: image_explorer/image_explorer.py -msgid "Hot Spots Coordinates Centered" -msgstr "Höt Spöts Çöördïnätés Çéntéréd Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢т#" - -#: image_explorer/image_explorer.py -msgid "Store hotspots opened by student, for completion" -msgstr "" -"Störé hötspöts öpénéd ßý stüdént, för çömplétïön Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " -"αмєт, ¢σηѕє¢тєтυя α#" - -#: image_explorer/image_explorer.py -msgid "XML contents to display for this module" -msgstr "" -"XML çönténts tö dïspläý för thïs mödülé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя#" - -#: image_explorer/image_explorer.py -msgid "Missing event_type in JSON data" -msgstr "Mïssïng évént_týpé ïn JSÖN dätä Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢т#" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Title" -msgstr "Tïtlé Ⱡ'σяєм ιρѕ#" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "The title of the Image Explorer that is displayed to the user" -msgstr "" -"Thé tïtlé öf thé Ìmägé Éxplörér thät ïs dïspläýéd tö thé üsér Ⱡ'σяєм ιρѕυм " -"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Hotspot coordinates centered" -msgstr "Hötspöt çöördïnätés çéntéréd Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "" -"If set to true, hotspot coordinates interpreted to point to the center of " -"the hotspot" -msgstr "" -"Ìf sét tö trüé, hötspöt çöördïnätés ïntérprétéd tö pöïnt tö thé çéntér öf " -"thé hötspöt Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "" -"If set to false, assumed to point to the top left corner of the hotspot " -"image" -msgstr "" -"Ìf sét tö fälsé, ässüméd tö pöïnt tö thé töp léft çörnér öf thé hötspöt " -"ïmägé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєт#" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Definition" -msgstr "Défïnïtïön Ⱡ'σяєм ιρѕυм ∂σłσ#" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "The XML definition for the Image Explorer" -msgstr "" -"Thé XML défïnïtïön för thé Ìmägé Éxplörér Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя #" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Save" -msgstr "Sävé Ⱡ'σяєм ι#" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Cancel" -msgstr "Çänçél Ⱡ'σяєм ιρѕυ#" diff --git a/image_explorer/conf/locale/es_419/LC_MESSAGES/text.po b/image_explorer/conf/locale/es_419/LC_MESSAGES/text.po deleted file mode 100644 index fc83b06..0000000 --- a/image_explorer/conf/locale/es_419/LC_MESSAGES/text.po +++ /dev/null @@ -1,18 +0,0 @@ -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"POT-Creation-Date: 2016-05-25 15:49+0500\n" -"PO-Revision-Date: 2016-06-08 14:37+0000\n" -"Last-Translator: \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" - -#: image_explorer.py:128 -msgid "Missing event_type in JSON data" -msgstr "" diff --git a/image_explorer/conf/locale/fr/LC_MESSAGES/text.po b/image_explorer/conf/locale/fr/LC_MESSAGES/text.po deleted file mode 100644 index ab88dd2..0000000 --- a/image_explorer/conf/locale/fr/LC_MESSAGES/text.po +++ /dev/null @@ -1,18 +0,0 @@ -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"POT-Creation-Date: 2016-05-25 15:49+0500\n" -"PO-Revision-Date: 2016-06-08 14:37+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" - -#: image_explorer.py:128 -msgid "Missing event_type in JSON data" -msgstr "" diff --git a/image_explorer/conf/locale/he/LC_MESSAGES/text.mo b/image_explorer/conf/locale/he/LC_MESSAGES/text.mo deleted file mode 100644 index 9b087ae..0000000 Binary files a/image_explorer/conf/locale/he/LC_MESSAGES/text.mo and /dev/null differ diff --git a/image_explorer/conf/locale/he/LC_MESSAGES/text.po b/image_explorer/conf/locale/he/LC_MESSAGES/text.po deleted file mode 100644 index 3555fad..0000000 --- a/image_explorer/conf/locale/he/LC_MESSAGES/text.po +++ /dev/null @@ -1,18 +0,0 @@ -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"POT-Creation-Date: 2016-05-25 15:49+0500\n" -"PO-Revision-Date: 2016-08-09 20:43+0000\n" -"Last-Translator: qualityalltext \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" - -#: image_explorer.py:128 -msgid "Missing event_type in JSON data" -msgstr "חסר event_type בנתוני JSON" diff --git a/image_explorer/conf/locale/hi/LC_MESSAGES/text.po b/image_explorer/conf/locale/hi/LC_MESSAGES/text.po deleted file mode 100644 index 8661e1a..0000000 --- a/image_explorer/conf/locale/hi/LC_MESSAGES/text.po +++ /dev/null @@ -1,18 +0,0 @@ -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"POT-Creation-Date: 2016-05-25 15:49+0500\n" -"PO-Revision-Date: 2016-06-08 14:37+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" - -#: image_explorer.py:128 -msgid "Missing event_type in JSON data" -msgstr "" diff --git a/image_explorer/conf/locale/ko_KR/LC_MESSAGES/text.mo b/image_explorer/conf/locale/ko_KR/LC_MESSAGES/text.mo deleted file mode 100644 index ab9b687..0000000 Binary files a/image_explorer/conf/locale/ko_KR/LC_MESSAGES/text.mo and /dev/null differ diff --git a/image_explorer/conf/locale/ko_KR/LC_MESSAGES/text.po b/image_explorer/conf/locale/ko_KR/LC_MESSAGES/text.po deleted file mode 100644 index 57178b1..0000000 --- a/image_explorer/conf/locale/ko_KR/LC_MESSAGES/text.po +++ /dev/null @@ -1,82 +0,0 @@ -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"POT-Creation-Date: 2016-05-25 15:49+0500\n" -"PO-Revision-Date: 2016-06-08 14:37+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" - -#: image_explorer/image_explorer.py -msgid "Display Name" -msgstr "표시 이름" - -#: image_explorer/image_explorer.py -msgid "This name appears in the horizontal navigation at the top of the page." -msgstr "이 이름은 페이지 상단의 가로 탐색 영역에 표시됩니다." - -#: image_explorer/image_explorer.py -msgid "Image Explorer" -msgstr "이미지 탐색기" - -#: image_explorer/image_explorer.py -msgid "Hot Spots Coordinates Centered" -msgstr "중앙 배치된 핫스팟 좌표" - -#: image_explorer/image_explorer.py -msgid "Store hotspots opened by student, for completion" -msgstr "학생이 연 핫스팟을 저장하여 완료" - -#: image_explorer/image_explorer.py -msgid "XML contents to display for this module" -msgstr "이 모듈에 대해 표시할 XML 콘텐츠" - -#: image_explorer/image_explorer.py -msgid "Missing event_type in JSON data" -msgstr "JSON 데이터에 event_type 누락" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Title" -msgstr "제목" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "The title of the Image Explorer that is displayed to the user" -msgstr "사용자에게 표시되는 이미지 탐색기의 제목" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Hotspot coordinates centered" -msgstr "중앙 배치된 핫스팟 좌표" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "" -"If set to true, hotspot coordinates interpreted to point to the center of " -"the hotspot" -msgstr "true로 설정하면 핫스팟 좌표가 핫스팟의 중앙을 가리키는 것으로 해석" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "" -"If set to false, assumed to point to the top left corner of the hotspot " -"image" -msgstr "false로 설정하면 핫스팟 이미지의 왼쪽 상단을 가리키는 것으로 가정" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Definition" -msgstr "정의" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "The XML definition for the Image Explorer" -msgstr "이미지 탐색기의 XML 정의" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Save" -msgstr "저장" - -#: image_explorer/templates/html/image_explorer_edit.html -msgid "Cancel" -msgstr "취소" diff --git a/image_explorer/conf/locale/pl/LC_MESSAGES/text.mo b/image_explorer/conf/locale/pl/LC_MESSAGES/text.mo deleted file mode 100644 index d2c2fcf..0000000 Binary files a/image_explorer/conf/locale/pl/LC_MESSAGES/text.mo and /dev/null differ diff --git a/image_explorer/conf/locale/pl/LC_MESSAGES/text.po b/image_explorer/conf/locale/pl/LC_MESSAGES/text.po deleted file mode 100644 index 9315a16..0000000 --- a/image_explorer/conf/locale/pl/LC_MESSAGES/text.po +++ /dev/null @@ -1,85 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-05-29 18:42+0500\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: image_explorer/image_explorer.py:59 -msgid "Display Name" -msgstr "Nazwa publiczna" - -#: image_explorer/image_explorer.py:60 -msgid "This name appears in the horizontal navigation at the top of the page." -msgstr "Nazwa ta pojawi się w pasku horyzontalnym nawigacji u góry strony." - -#: image_explorer/image_explorer.py:62 -msgid "Image Explorer" -msgstr "Wyszukiwarka Obrazów" - -#: image_explorer/image_explorer.py:66 -msgid "Hot Spots Coordinates Centered" -msgstr "Wyśrodkowano współrzędne hotspotów" - -#: image_explorer/image_explorer.py:72 -msgid "Store hotspots opened by student, for completion" -msgstr "Hotspoty sklepu otwarte przez ucznia w celu wypełnienia" - -#: image_explorer/image_explorer.py:77 -msgid "XML contents to display for this module" -msgstr "Zawartość XML do wyświetlenia w tym module" - -#: image_explorer/image_explorer.py:221 -msgid "Missing event_type in JSON data" -msgstr "Brak event_type w danych JSON" - -#: image_explorer/templates/html/image_explorer_edit.html:8 -msgid "Title" -msgstr "Tytuł" - -#: image_explorer/templates/html/image_explorer_edit.html:11 -msgid "The title of the Image Explorer that is displayed to the user" -msgstr "Tytuł Wyszukiwarki Obrazów wyświetlany użytkownikowi" - -#: image_explorer/templates/html/image_explorer_edit.html:17 -msgid "Hotspot coordinates centered" -msgstr "Wyśrodkowano współrzędne hotspotu" - -#: image_explorer/templates/html/image_explorer_edit.html:19 -msgid "" -"If set to true, hotspot coordinates interpreted to point to the center of " -"the hotspot" -msgstr "Jeśli ustawiono na true, współrzędne hotspotu są interpretowane tak, aby wskazywały na środek hotspotu" - -#: image_explorer/templates/html/image_explorer_edit.html:19 -msgid "" -"If set to false, assumed to point to the top left corner of the hotspot image" -msgstr "Jeśli ustawiono na false, domyślnie wskazują na lewy górny róg obrazka hotspot" - -#: image_explorer/templates/html/image_explorer_edit.html:24 -msgid "Definition" -msgstr "Definicja" - -#: image_explorer/templates/html/image_explorer_edit.html:25 -msgid "The XML definition for the Image Explorer" -msgstr "Definicja XML dla Wyszukiwarki Obrazów" - -#: image_explorer/templates/html/image_explorer_edit.html:36 -msgid "Save" -msgstr "Zapisz" - -#: image_explorer/templates/html/image_explorer_edit.html:40 -msgid "Cancel" -msgstr "Anuluj" diff --git a/image_explorer/conf/locale/pt_BR/LC_MESSAGES/text.po b/image_explorer/conf/locale/pt_BR/LC_MESSAGES/text.po deleted file mode 100644 index 0bea6ed..0000000 --- a/image_explorer/conf/locale/pt_BR/LC_MESSAGES/text.po +++ /dev/null @@ -1,19 +0,0 @@ -# -# Translators: -# Rogério Santos Filho , 2016 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"POT-Creation-Date: 2016-05-25 15:49+0500\n" -"PO-Revision-Date: 2016-08-09 20:43+0000\n" -"Last-Translator: Rogério Santos Filho \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" - -#: image_explorer.py:128 -msgid "Missing event_type in JSON data" -msgstr ""