-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
417 additions
and
502 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,16 +8,15 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-05 15:39+0000\n" | ||
"POT-Creation-Date: 2024-10-12 00:15+0000\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=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" | ||
"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" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/apps.py:12 | ||
msgid "YouTube integration" | ||
|
@@ -28,62 +27,58 @@ msgid "" | |
"Show YouTube videos embedded on talk pages. Set URLs manually or via API." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:11 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:14 | ||
msgid "File" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:30 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:33 | ||
msgid "Go to video." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:31 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:34 | ||
msgid "Go to talk page." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:57 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:62 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:60 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:65 | ||
msgid "Failed to parse the URL!" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:64 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:67 | ||
msgid "Please provide a YouTube URL!" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:7 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:6 | ||
msgid "Set up YouTube embeds" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:10 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:9 | ||
msgid "Import" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:12 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:11 | ||
msgid "" | ||
"You can either import YouTube URLs from a CSV file or add them manually. For " | ||
"the file import, you will have to include a <code>video_id</code> (the part " | ||
"past the <code>?v=</code> in YouTube, though the full URL works too) and a " | ||
"You can either import YouTube URLs from a CSV file or add them manually. For" | ||
" the file import, you will have to include a <code>video_id</code> (the part" | ||
" past the <code>?v=</code> in YouTube, though the full URL works too) and a " | ||
"<code>submission</code> column (the ID/code of the submission, e.g. DEXF88)." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:23 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:22 | ||
msgid "" | ||
"If you prefer, you can also use the <a href=\"https://github.com/pretalx/" | ||
"pretalx-youtube/#readme\">API</a>." | ||
"If you prefer, you can also use the <a " | ||
"href=\"https://github.com/pretalx/pretalx-youtube/#readme\">API</a>." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:32 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:31 | ||
msgid "Import URLs" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:39 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:37 | ||
msgid "Manually" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:46 | ||
msgid "Save" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:51 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:42 | ||
msgid "" | ||
"You will be able to add YouTube URLs to your sessions once you've created a " | ||
"schedule." | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-05 15:39+0000\n" | ||
"POT-Creation-Date: 2024-10-12 00:15+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -27,62 +27,58 @@ msgid "" | |
"Show YouTube videos embedded on talk pages. Set URLs manually or via API." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:11 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:14 | ||
msgid "File" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:30 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:33 | ||
msgid "Go to video." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:31 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:34 | ||
msgid "Go to talk page." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:57 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:62 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:60 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:65 | ||
msgid "Failed to parse the URL!" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:64 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:67 | ||
msgid "Please provide a YouTube URL!" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:7 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:6 | ||
msgid "Set up YouTube embeds" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:10 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:9 | ||
msgid "Import" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:12 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:11 | ||
msgid "" | ||
"You can either import YouTube URLs from a CSV file or add them manually. For " | ||
"the file import, you will have to include a <code>video_id</code> (the part " | ||
"past the <code>?v=</code> in YouTube, though the full URL works too) and a " | ||
"You can either import YouTube URLs from a CSV file or add them manually. For" | ||
" the file import, you will have to include a <code>video_id</code> (the part" | ||
" past the <code>?v=</code> in YouTube, though the full URL works too) and a " | ||
"<code>submission</code> column (the ID/code of the submission, e.g. DEXF88)." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:23 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:22 | ||
msgid "" | ||
"If you prefer, you can also use the <a href=\"https://github.com/pretalx/" | ||
"pretalx-youtube/#readme\">API</a>." | ||
"If you prefer, you can also use the <a " | ||
"href=\"https://github.com/pretalx/pretalx-youtube/#readme\">API</a>." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:32 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:31 | ||
msgid "Import URLs" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:39 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:37 | ||
msgid "Manually" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:46 | ||
msgid "Save" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:51 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:42 | ||
msgid "" | ||
"You will be able to add YouTube URLs to your sessions once you've created a " | ||
"schedule." | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-05 15:39+0000\n" | ||
"POT-Creation-Date: 2024-10-12 00:15+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -26,62 +26,58 @@ msgid "" | |
"Show YouTube videos embedded on talk pages. Set URLs manually or via API." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:11 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:14 | ||
msgid "File" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:30 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:33 | ||
msgid "Go to video." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:31 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:34 | ||
msgid "Go to talk page." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:57 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:62 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:60 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:65 | ||
msgid "Failed to parse the URL!" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/forms.py:64 | ||
#: local/pretalx-youtube/pretalx_youtube/forms.py:67 | ||
msgid "Please provide a YouTube URL!" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:7 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:6 | ||
msgid "Set up YouTube embeds" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:10 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:9 | ||
msgid "Import" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:12 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:11 | ||
msgid "" | ||
"You can either import YouTube URLs from a CSV file or add them manually. For " | ||
"the file import, you will have to include a <code>video_id</code> (the part " | ||
"past the <code>?v=</code> in YouTube, though the full URL works too) and a " | ||
"You can either import YouTube URLs from a CSV file or add them manually. For" | ||
" the file import, you will have to include a <code>video_id</code> (the part" | ||
" past the <code>?v=</code> in YouTube, though the full URL works too) and a " | ||
"<code>submission</code> column (the ID/code of the submission, e.g. DEXF88)." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:23 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:22 | ||
msgid "" | ||
"If you prefer, you can also use the <a href=\"https://github.com/pretalx/" | ||
"pretalx-youtube/#readme\">API</a>." | ||
"If you prefer, you can also use the <a " | ||
"href=\"https://github.com/pretalx/pretalx-youtube/#readme\">API</a>." | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:32 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:31 | ||
msgid "Import URLs" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:39 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:37 | ||
msgid "Manually" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:46 | ||
msgid "Save" | ||
msgstr "" | ||
|
||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:51 | ||
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:42 | ||
msgid "" | ||
"You will be able to add YouTube URLs to your sessions once you've created a " | ||
"schedule." | ||
|
Oops, something went wrong.