diff options
author | Louis Vézina <[email protected]> | 2020-03-24 21:14:36 -0400 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2020-03-24 21:14:36 -0400 |
commit | bb59b9019fce3f3982a1a6cf6d2c0492259b3e82 (patch) | |
tree | 906bbc613da27ebc319f2ead30d79303d093d191 /libs/apprise/i18n | |
parent | c982e37024166ce7a80e2f9456dea1e8c9f36192 (diff) | |
download | bazarr-bb59b9019fce3f3982a1a6cf6d2c0492259b3e82.tar.gz bazarr-bb59b9019fce3f3982a1a6cf6d2c0492259b3e82.zip |
Fix for #883
Diffstat (limited to 'libs/apprise/i18n')
-rw-r--r-- | libs/apprise/i18n/apprise.pot | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/libs/apprise/i18n/apprise.pot b/libs/apprise/i18n/apprise.pot index b5a624225..ffd9b700a 100644 --- a/libs/apprise/i18n/apprise.pot +++ b/libs/apprise/i18n/apprise.pot @@ -1,21 +1,21 @@ # Translations template for apprise. -# Copyright (C) 2019 Chris Caron +# Copyright (C) 2020 Chris Caron # This file is distributed under the same license as the apprise project. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2019. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2020. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 0.8.2\n" +"Project-Id-Version: apprise 0.8.4\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2019-11-25 18:50-0500\n" +"POT-Creation-Date: 2020-02-01 12:59-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.7.0\n" +"Generated-By: Babel 2.8.0\n" msgid "API Key" msgstr "" @@ -71,6 +71,9 @@ msgstr "" msgid "Bot Token" msgstr "" +msgid "Cache Age" +msgstr "" + msgid "Cache Results" msgstr "" @@ -128,6 +131,12 @@ msgstr "" msgid "Footer Logo" msgstr "" +msgid "Forced File Name" +msgstr "" + +msgid "Forced Mime Type" +msgstr "" + msgid "From Email" msgstr "" @@ -164,6 +173,9 @@ msgstr "" msgid "Log to STDERR" msgstr "" +msgid "Memory" +msgstr "" + msgid "Message Hook" msgstr "" @@ -203,6 +215,9 @@ msgstr "" msgid "Priority" msgstr "" +msgid "Private Key" +msgstr "" + msgid "Project ID" msgstr "" @@ -365,6 +380,9 @@ msgstr "" msgid "Version" msgstr "" +msgid "Vibration" +msgstr "" + msgid "Web Based" msgstr "" |