4 changed files with 155 additions and 12 deletions
Binary file not shown.
@ -0,0 +1,75 @@
@@ -0,0 +1,75 @@
|
||||
# English translations for PACKAGE package. |
||||
# Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# john doe <acstubbins@openmailbox.org>, 2017. |
||||
# |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: 0.0.5\n" |
||||
"Report-Msgid-Bugs-To: acstubbins@opmbx.org \n" |
||||
"POT-Creation-Date: 2017-11-18 14:06-0800\n" |
||||
"PO-Revision-Date: 2017-11-18 14:13-0800\n" |
||||
"Last-Translator: john doe <acstubbins@openmailbox.org>\n" |
||||
"Language-Team: English\n" |
||||
"Language: en_US\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" |
||||
|
||||
#: filesfm.py:15 |
||||
msgid "" |
||||
"you must have python 3.6 or higher installed\n" |
||||
"the script was intended to run on 3.6 or higher and won't account for " |
||||
"python2 at all as well!" |
||||
msgstr "" |
||||
"you must have python 3.6 or higher installed\n" |
||||
"the script was intended to run on 3.6 or higher and won't account for " |
||||
"python2 at all as well!" |
||||
|
||||
#: filesfm.py:57 |
||||
msgid "Something's wrong with the link download routine" |
||||
msgstr "Something's wrong with the link download routine" |
||||
|
||||
#: filesfm.py:60 |
||||
msgid "Done!" |
||||
msgstr "Done!" |
||||
|
||||
#: filesfm.py:152 |
||||
msgid "" |
||||
"Select your desired files by their indexes, comma separated (ex. 1,3,4): " |
||||
msgstr "" |
||||
"Select your desired files by their indexes, comma separated (ex. 1,3,4): " |
||||
|
||||
#: filesfm.py:166 |
||||
msgid "Errored index, continuing..." |
||||
msgstr "Errored index, continuing..." |
||||
|
||||
#: filesfm.py:180 |
||||
#, python-brace-format |
||||
msgid "" |
||||
"Incorrect URL typed in, please copy and paste the link from the browser bar " |
||||
"if possible! (recommended formatting: https://files.fm/u/{FILEID} )" |
||||
msgstr "" |
||||
"Incorrect URL typed in, please copy and paste the link from the browser bar " |
||||
"if possible! (recommended formatting: https://files.fm/u/{FILEID} )" |
||||
|
||||
#: filesfm.py:205 |
||||
msgid "this should not happen" |
||||
msgstr "this should not happen" |
||||
|
||||
#: filesfm.py:208 |
||||
msgid "FilesFM python file&folder downloader" |
||||
msgstr "FilesFM python file&folder downloader" |
||||
|
||||
#: filesfm.py:209 |
||||
msgid "" |
||||
"Enables prompts done during the download\n" |
||||
"Enable this to activate partial folder downloads" |
||||
msgstr "" |
||||
"Enables prompts done during the download\n" |
||||
"Enable this to activate partial folder downloads" |
||||
|
||||
#: filesfm.py:210 |
||||
msgid "links to filehosts" |
||||
msgstr "links to filehosts" |
@ -0,0 +1,67 @@
@@ -0,0 +1,67 @@
|
||||
# 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. |
||||
# |
||||
#, fuzzy |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: 0.0.5\n" |
||||
"Report-Msgid-Bugs-To: acstubbins@opmbx.org" |
||||
"POT-Creation-Date: 2017-11-18 14:06-0800\n" |
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"Language: \n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
|
||||
#: filesfm.py:15 |
||||
msgid "" |
||||
"you must have python 3.6 or higher installed\n" |
||||
"the script was intended to run on 3.6 or higher and won't account for " |
||||
"python2 at all as well!" |
||||
msgstr "" |
||||
|
||||
#: filesfm.py:57 |
||||
msgid "Something's wrong with the link download routine" |
||||
msgstr "" |
||||
|
||||
#: filesfm.py:60 |
||||
msgid "Done!" |
||||
msgstr "" |
||||
|
||||
#: filesfm.py:152 |
||||
msgid "" |
||||
"Select your desired files by their indexes, comma separated (ex. 1,3,4): " |
||||
msgstr "" |
||||
|
||||
#: filesfm.py:166 |
||||
msgid "Errored index, continuing..." |
||||
msgstr "" |
||||
|
||||
#: filesfm.py:180 |
||||
#, python-brace-format |
||||
msgid "" |
||||
"Incorrect URL typed in, please copy and paste the link from the browser bar " |
||||
"if possible! (recommended formatting: https://files.fm/u/{FILEID} )" |
||||
msgstr "" |
||||
|
||||
#: filesfm.py:205 |
||||
msgid "this should not happen" |
||||
msgstr "" |
||||
|
||||
#: filesfm.py:208 |
||||
msgid "FilesFM python file&folder downloader" |
||||
msgstr "" |
||||
|
||||
#: filesfm.py:209 |
||||
msgid "" |
||||
"Enables prompts done during the download\n" |
||||
"Enable this to activate partial folder downloads" |
||||
msgstr "" |
||||
|
||||
#: filesfm.py:210 |
||||
msgid "links to filehosts" |
||||
msgstr "" |
Loading…
Reference in new issue