forked from openedx/xblock-image-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mark strings for translation (openedx#35)
- Loading branch information
1 parent
ee25af5
commit a92a7be
Showing
7 changed files
with
248 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# | ||
# | ||
# Translators: | ||
# shefaa abu jabel <[email protected]>, 2016 | ||
msgid "" | ||
|
@@ -14,6 +14,70 @@ msgstr "" | |
"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 "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,85 @@ | ||
# 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 <EMAIL@ADDRESS>, YEAR. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: \n" | ||
"POT-Creation-Date: 2016-05-25 15:49+0500\n" | ||
"PO-Revision-Date: 2016-05-25 15:49+0500\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Language: en\n" | ||
"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 <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \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.py:128 | ||
#: 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 "" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,100 @@ | ||
# 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 <EMAIL@ADDRESS>, YEAR. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: \n" | ||
"POT-Creation-Date: 2016-05-25 15:49+0500\n" | ||
"PO-Revision-Date: 2016-05-25 15:49+0500\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"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 <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\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.py:128 | ||
#: 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ïssmïng évént_typé ïn JSÖN dätä Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" | ||
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 Ⱡ'σяєм ιρѕυ#" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters