make and compile all messages

This commit is contained in:
vabene1111
2024-03-10 07:25:13 +01:00
parent ba54a44e04
commit 539eb8e612
115 changed files with 40006 additions and 27017 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

32
make_compile_messages.py Normal file
View File

@@ -0,0 +1,32 @@
import os
def detect_languages(folder_path):
languages = []
for root, dirs, files in os.walk(folder_path):
for dir in dirs:
languages.append(dir)
return languages
def call_makemessages(languages):
command = "python manage.py makemessages -i venv -i staticfiles -i static -i vue -i vue3 "
for lang in languages:
command += f"-l {lang} "
os.system(command)
def call_compilemessages():
os.system('python manage.py compilemessages -i venv -i staticfiles -i static -i vue -i vue3')
if __name__ == "__main__":
# Specify the path to the folder containing language directories
folder_path = "cookbook/locale"
# Detect languages in the folder
languages = detect_languages(folder_path)
# Call makemessages for each language
call_makemessages(languages)
call_compilemessages()

View File

@@ -1,2 +0,0 @@
CALL venv\Scripts\activate.bat
python manage.py makemessages -i venv -i staticfiles -i static -i vue -l ca -l de -l en -l es -l fr -l hu_HU -l it -l lv -l nl -l pt -l rn -l tr -l zh_CN

Binary file not shown.

View File

@@ -0,0 +1,125 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"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"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,124 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -18,66 +18,108 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,125 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,124 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -18,68 +18,110 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr "Englisch"
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr "Deutsch"
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#, fuzzy
#| msgid "English"
msgid "Polish"
msgstr "Englisch"
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,124 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-29 13:09+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:455
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:456
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:457
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:458
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:459
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:460
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:461
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:462
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:463
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:464
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:465
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:466
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:467
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:468
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:469
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:470
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:471
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -18,66 +18,108 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,124 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -18,66 +18,108 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,125 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % "
"1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -17,66 +17,108 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,124 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,124 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=1; plural=0;\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -18,66 +18,108 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -19,66 +19,108 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,124 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -18,66 +18,108 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,126 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -18,66 +18,108 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,124 @@
# 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 07:46+0200\n"
"POT-Creation-Date: 2024-03-10 07:18+0100\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"
@@ -17,66 +17,108 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: .\recipes\settings.py:436
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:58
msgid ""
"You do not have the required permissions to view this page! You need to have "
"the following modules licensed: "
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:76
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:79
msgid "You do not have the required modules to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\helper\permission_helper.py:90
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\settings.py:402
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:437
#: .\recipes\settings.py:402
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:438
#: .\recipes\settings.py:402
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:439
#: .\recipes\settings.py:402
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:440
#: .\recipes\settings.py:402
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:441
#: .\recipes\settings.py:402
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:442
#: .\recipes\settings.py:402
msgid "English"
msgstr ""
#: .\recipes\settings.py:443
#: .\recipes\settings.py:403
msgid "French"
msgstr ""
#: .\recipes\settings.py:444
#: .\recipes\settings.py:403
msgid "German"
msgstr ""
#: .\recipes\settings.py:445
#: .\recipes\settings.py:403
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:446
#: .\recipes\settings.py:403
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:447
#: .\recipes\settings.py:403
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:448
#: .\recipes\settings.py:403
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:449
#: .\recipes\settings.py:404
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:450
#: .\recipes\settings.py:404
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:451
#: .\recipes\settings.py:404
msgid "Swedish"
msgstr ""

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More