"POT-Creation-Date: 2018-11-28 09:21+W. Europe Standard Time\n"
"POT-Creation-Date: 2019-01-04 12:49+W. Europe Standard Time\n"
"Generated-By: pygettext.py 1.5\n"
"Generated-By: pygettext.py 1.5\n"
@ -413,6 +413,10 @@ msgid "Unpacked %s files/folders in %s"
msgstr ""
msgstr ""
#: sabnzbd/directunpacker.py [Warning message]
#: sabnzbd/directunpacker.py [Warning message]
msgid "Unable to stop the unrar process."
msgstr ""
#: sabnzbd/directunpacker.py [Warning message]
msgid "Direct Unpack was automatically enabled."
msgid "Direct Unpack was automatically enabled."
msgstr ""
msgstr ""
@ -2018,7 +2022,7 @@ msgstr ""
msgid "Email"
msgid "Email"
msgstr ""
msgstr ""
#: sabnzbd/skintext.py [Main menu item] # sabnzbd/skintext.py
#: sabnzbd/skintext.py [Main menu item]
msgid "Categories"
msgid "Categories"
msgstr ""
msgstr ""
@ -2415,6 +2419,14 @@ msgid "Repeat test"
msgstr ""
msgstr ""
#: sabnzbd/skintext.py
#: sabnzbd/skintext.py
msgid "Test download"
msgstr ""
#: sabnzbd/skintext.py
msgid "Adds a verified test NZB of the specified size, filled with random data. Can be used to verify your setup."
msgstr ""
#: sabnzbd/skintext.py
msgid "Config File"
msgid "Config File"
msgstr ""
msgstr ""
@ -3383,14 +3395,6 @@ msgid "Send group command before requesting articles."
msgstr ""
msgstr ""
#: sabnzbd/skintext.py
#: sabnzbd/skintext.py
msgid "Only use this server for these categories."
msgstr ""
#: sabnzbd/skintext.py
msgid "None of the enabled servers have the 'Default' category selected. Jobs in the queue that are not assigned to one of the server's categories will not be downloaded."
msgstr ""
#: sabnzbd/skintext.py
msgid "Personal notes"
msgid "Personal notes"
msgstr ""
msgstr ""
@ -3563,10 +3567,6 @@ msgid "Enable Growl"
msgstr ""
msgstr ""
#: sabnzbd/skintext.py [Don't translate "Growl"]
#: sabnzbd/skintext.py [Don't translate "Growl"]
msgid "Send notifications to Growl"
msgstr ""
#: sabnzbd/skintext.py [Don't translate "Growl"]
msgid "Only use for remote Growl server (host:port)"
msgid "Only use for remote Growl server (host:port)"
# Copyright 2012-2018 The SABnzbd-Team <team@sabnzbd.org>
# Copyright 2012-2019 The SABnzbd-Team <team@sabnzbd.org>
#
#
# This program is free software; you can redistribute it and/or
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# modify it under the terms of the GNU General Public License
@ -299,6 +299,8 @@ SKIN_TEXT = {
'dashboard-speedTestFailed':TT('Could not write. Check that the directory is writable.'),
'dashboard-speedTestFailed':TT('Could not write. Check that the directory is writable.'),
'dashboard-clickToStart':TT('Click on Repeat test button below to determine'),
'dashboard-clickToStart':TT('Click on Repeat test button below to determine'),
'dashboard-repeatTest':TT('Repeat test'),
'dashboard-repeatTest':TT('Repeat test'),
'dashboard-testDownload':TT('Test download'),
'dashboard-testDownload-explain':TT('Adds a verified test NZB of the specified size, filled with random data. Can be used to verify your setup.'),
# Configuration
# Configuration
'confgFile':TT('Config File'),
'confgFile':TT('Config File'),
@ -312,7 +314,6 @@ SKIN_TEXT = {
'explain-Repair':TT('The "Repair" button will restart SABnzbd and do a complete<br />reconstruction of the queue content, preserving already downloaded files.<br />This will modify the queue order.'),
'explain-Repair':TT('The "Repair" button will restart SABnzbd and do a complete<br />reconstruction of the queue content, preserving already downloaded files.<br />This will modify the queue order.'),
'confirmWithoutSavingPrompt':TT('Changes have not been saved, and will be lost.'),
'confirmWithoutSavingPrompt':TT('Changes have not been saved, and will be lost.'),
'explain-sessionExpire':TT('When your IP address changes or SABnzbd is restarted the session will expire.'),
'explain-sessionExpire':TT('When your IP address changes or SABnzbd is restarted the session will expire.'),
#'explain-Shutdown' : TT('This will end the SABnzbd process. <br />You will be unable to access SABnzbd and no downloading will take place until the service is started again.'),
'opt-enable_unzip':TT('Enable Unzip'),
'opt-enable_unzip':TT('Enable Unzip'),
'opt-enable_7zip':TT('Enable 7zip'),
'opt-enable_7zip':TT('Enable 7zip'),
'opt-multicore-par2':TT('Multicore Par2'),
'opt-multicore-par2':TT('Multicore Par2'),
@ -577,9 +578,6 @@ SKIN_TEXT = {
'srv-bandwidth':TT('Bandwidth'),
'srv-bandwidth':TT('Bandwidth'),
'srv-send_group':TT('Send Group'),
'srv-send_group':TT('Send Group'),
'srv-explain-send_group':TT('Send group command before requesting articles.'),
'srv-explain-send_group':TT('Send group command before requesting articles.'),
'srv-categories':TT('Categories'),
'srv-explain-categories':TT('Only use this server for these categories.'),
'srv-explain-no-categories':TT('None of the enabled servers have the \'Default\' category selected. Jobs in the queue that are not assigned to one of the server\'s categories will not be downloaded.'),