diff --git a/testbed/django__django/django/contrib/redirects/__init__.py b/testbed/django__django/django/contrib/redirects/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/testbed/django__django/django/contrib/redirects/admin.py b/testbed/django__django/django/contrib/redirects/admin.py new file mode 100644 index 0000000000000000000000000000000000000000..39400ad26523cdb5e57124b3596d01bf2f255b87 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/admin.py @@ -0,0 +1,10 @@ +from django.contrib import admin +from django.contrib.redirects.models import Redirect + + +@admin.register(Redirect) +class RedirectAdmin(admin.ModelAdmin): + list_display = ("old_path", "new_path") + list_filter = ("site",) + search_fields = ("old_path", "new_path") + radio_fields = {"site": admin.VERTICAL} diff --git a/testbed/django__django/django/contrib/redirects/apps.py b/testbed/django__django/django/contrib/redirects/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..d7706711b71ad228ed80ff402dac7bfdf0229046 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/apps.py @@ -0,0 +1,8 @@ +from django.apps import AppConfig +from django.utils.translation import gettext_lazy as _ + + +class RedirectsConfig(AppConfig): + default_auto_field = "django.db.models.AutoField" + name = "django.contrib.redirects" + verbose_name = _("Redirects") diff --git a/testbed/django__django/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5e5fad98c68c282cb7d4c46b4dd774acd56f071f Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..596f66dbd34351a40dd997b1f92825fa981bcdfa --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.po @@ -0,0 +1,49 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# kosar tofiq , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2023-04-24 18:32+0000\n" +"Last-Translator: kosar tofiq , 2021\n" +"Language-Team: Central Kurdish (http://www.transifex.com/django/django/" +"language/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Redirects" +msgstr "ئاڕاستەکردنەوەکان" + +msgid "site" +msgstr "پێگە" + +msgid "redirect from" +msgstr "ئاڕاستەکردنەوە لە" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"ئەمە دەبێت ڕێجکەیەکی ڕەهابێت، بەبێ ناوی دۆمەین. نمونە: “/events/search/”." + +msgid "redirect to" +msgstr "ئاڕاستەکردنەوە بۆ" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"دەکرێت ئەمە یان ڕچکەی ڕەها بێت (وەکو سەرەوە) یان هەموو URL بێت کە بە سکیم " +"دەستپێبکات وەک “https://”." + +msgid "redirect" +msgstr "ئاڕاستەکردنەوە" + +msgid "redirects" +msgstr "ئاڕاستەکردنەوەکان" diff --git a/testbed/django__django/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0481d7e5a896ba0639e62c8535124ac0885a4f7f Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..83f927563b85d2ca470e2cc134488270aef5d77b --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,56 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Allisson Azevedo , 2014 +# Amanda Savluchinske , 2019 +# semente, 2013 +# Jannis Leidel , 2011 +# Lucas Infante , 2015 +# Rafael Fontenelle , 2021 +# R.J Lelis , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-17 05:46+0000\n" +"Last-Translator: Rafael Fontenelle \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Redirects" +msgstr "Redirecionamentos" + +msgid "site" +msgstr "site" + +msgid "redirect from" +msgstr "redirecionar de" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Este deve ser um caminho absoluto, excluindo o nome do domínio. Exemplo: \"/" +"events/search/\"." + +msgid "redirect to" +msgstr "redirecionar para" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"Este pode ser um caminho absoluto (como acima) ou uma URL completa começando " +"com um esquema como \"https://\"." + +msgid "redirect" +msgstr "redirecionamento" + +msgid "redirects" +msgstr "redirecionamentos" diff --git a/testbed/django__django/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..fbd2c981d70e7756aa0e56a68887a303da47d7e0 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po @@ -0,0 +1,54 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Daniel Ursache-Dogariu, 2011 +# Eugenol Man , 2020 +# Jannis Leidel , 2011 +# Razvan Stefanescu , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2020-07-15 11:20+0000\n" +"Last-Translator: Eugenol Man \n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +msgid "Redirects" +msgstr "Redirecționări" + +msgid "site" +msgstr "site" + +msgid "redirect from" +msgstr "redirecționat de la " + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Trebuie sa fie o cale absoluta, exeptand numele domeniului. Exemplu: “/" +"events/search/”." + +msgid "redirect to" +msgstr "redirecționat către" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"“http://”." +msgstr "" +"Poate fi cale absolută (ca mai sus) sau link URL complet, începând cu " +"“http://”." + +msgid "redirect" +msgstr "redirecționare" + +msgid "redirects" +msgstr "redirecționări" diff --git a/testbed/django__django/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..12be90ba2e3edc8efcb9e2c86d9e7cc38d47aece Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4fe1e0c487d5b3edaba795384a4efa8ba2bb841b Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..45af9d19eb2baf72a6e8954c3cc265b4fb77b317 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,53 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Martin Tóth , 2017 +# Peter Kuma, 2021 +# supowski , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-07-24 20:57+0000\n" +"Last-Translator: Peter Kuma\n" +"Language-Team: Slovak (http://www.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " +">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +msgid "Redirects" +msgstr "Presmerovania" + +msgid "site" +msgstr "sídlo" + +msgid "redirect from" +msgstr "presmerovať z" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Toto by sa mala byť absolútna cesta bez názvu domény. Napríklad: “/events/" +"search/”." + +msgid "redirect to" +msgstr "presmerovať na" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"Toto môže byť buď absolútna cesta (ako vyššie), alebo úplné URL začínajúce " +"schémou ako “http://”." + +msgid "redirect" +msgstr "presmerovanie" + +msgid "redirects" +msgstr "presmerovania" diff --git a/testbed/django__django/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..41e11af8cd1c19b8a8988a6a615d82735f8ab802 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..e8da74c47dd36e25780b74b00877d0c30d3b4ab1 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,52 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# zejn , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Primož Verdnik \n" +"Language-Team: Slovenian (http://www.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Redirects" +msgstr "Preusmeritve" + +msgid "site" +msgstr "stran" + +msgid "redirect from" +msgstr "preusmeri iz" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "" +"Pot mora biti navedena absolutno in brez imena domene. Primer: '/events/" +"search/'." + +msgid "redirect to" +msgstr "preusmeri na" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" +"Pot je lahko navedena absolutno (kot zgoraj) ali pa kot popoln naslov URL, " +"začet z 'http://'." + +msgid "redirect" +msgstr "preusmeri" + +msgid "redirects" +msgstr "preusmeritve" diff --git a/testbed/django__django/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0d944b5459599ea2bc2f5621e67b1f5a17b71646 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..5f5b7f68d47f3c266d6e350d95d55e32e59d714d --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,52 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik Bleta , 2011 +# Besnik Bleta , 2021 +# Besnik Bleta , 2015,2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-15 13:55+0000\n" +"Last-Translator: Besnik Bleta \n" +"Language-Team: Albanian (http://www.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Redirects" +msgstr "Ridrejtime" + +msgid "site" +msgstr "sajt" + +msgid "redirect from" +msgstr "ridrejtim prej" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Ky do të duhej të ishte shteg absolut, pa emrin e përkatësisë. Për shembull: " +"“/ngjarje/kërkim/”." + +msgid "redirect to" +msgstr "ridrejtim te" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"Ky mund të jetë ose një shteg absolut (si më sipër), ose një URL e plotë që " +"fillon me një skemë të tillë si “http://”." + +msgid "redirect" +msgstr "ridrejtim" + +msgid "redirects" +msgstr "ridrejtime" diff --git a/testbed/django__django/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..bf812ebf03c8d7cc9dd498a5d88909a20b00848e --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,53 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Branko Kokanovic , 2018 +# Igor Jerosimić, 2020-2021 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-15 17:04+0000\n" +"Last-Translator: Igor Jerosimić\n" +"Language-Team: Serbian (http://www.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Redirects" +msgstr "Преусмеравања" + +msgid "site" +msgstr "сајт" + +msgid "redirect from" +msgstr "преусмерен са" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Ово треба да буде апсолутна путања, искључујући име домена. Пример: “/events/" +"search/”." + +msgid "redirect to" +msgstr "преусмери ка" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"Ово може да буде апсолутна путања (као изнад) или потпун URL који почиње са " +"шемом као нпр. “https://”." + +msgid "redirect" +msgstr "преусмеравање" + +msgid "redirects" +msgstr "преусмеравања" diff --git a/testbed/django__django/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..901715daae00cffb3412ab39ba283083dad61285 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..f1b3374fe5d30bdc23d0010bd4f52c865fcc0617 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po @@ -0,0 +1,52 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Igor Jerosimić, 2019-2021 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-15 17:03+0000\n" +"Last-Translator: Igor Jerosimić\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/django/django/" +"language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Redirects" +msgstr "Preusmeravanja" + +msgid "site" +msgstr "sajt" + +msgid "redirect from" +msgstr "preusmeren sa" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Ovo treba da bude apsolutna putanja, isključujući ime domena. Primer: “/" +"events/search/”." + +msgid "redirect to" +msgstr "preusmeri ka" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"Ovo može da bude apsolutna putanja (kao iznad) ili potpun URL koji počinje " +"sa šemom kao npr. “https://”." + +msgid "redirect" +msgstr "preusmeravanje" + +msgid "redirects" +msgstr "preusmeravanja" diff --git a/testbed/django__django/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..001786019faf763c3d4fabf0b5fd72401d0308cf Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..9c4a8f998c021ad59f00033401c15b5271a7dd90 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po @@ -0,0 +1,53 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Elias Johnstone , 2022 +# Jannis Leidel , 2011 +# Jonathan Lindén, 2014 +# Thomas Lundqvist, 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2022-07-24 18:32+0000\n" +"Last-Translator: Elias Johnstone \n" +"Language-Team: Swedish (http://www.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Redirects" +msgstr "Omdirigeringar" + +msgid "site" +msgstr "webbplats" + +msgid "redirect from" +msgstr "omdirigera från" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Detta bör vara en absolut sökväg utan domännamnet. Exempel: '/handelser/" +"sok/'." + +msgid "redirect to" +msgstr "omdirigera till" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"Detta kan vara antingen en absolut sökväg (som ovan) eller en fullständig " +"URL som börjar med 'https://'." + +msgid "redirect" +msgstr "omdirigera" + +msgid "redirects" +msgstr "omdirigeringar" diff --git a/testbed/django__django/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1a37f4d20f87aaa66ec7e9b8a65ec5143723d8f2 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..55fbf692d125cc4cc466a998594700b5fbb07e15 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po @@ -0,0 +1,49 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Machaku , 2013-2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Swahili (http://www.transifex.com/django/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Redirects" +msgstr "Maelekezo upya" + +msgid "site" +msgstr "" + +msgid "redirect from" +msgstr "Imeelekezwa kutoka" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "" +"Hii inatakiwa kuwa kiungo kamili pasipo na jina la kikoa. Mfano:'/matukio/" +"tafuta/'." + +msgid "redirect to" +msgstr "elekeza kwenda" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" +"Hii inaweza kuwa kiungo kamili (kama hapo juu) or URL kamili yenye 'http://'." + +msgid "redirect" +msgstr "maelekezo upya" + +msgid "redirects" +msgstr "maelekezo upya" diff --git a/testbed/django__django/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e2a9b43eccb99022d43149ecfc1aba05d86bd572 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..156ade317238aa1c2420509ee77b42167b11696a --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po @@ -0,0 +1,49 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Redirects" +msgstr "" + +msgid "site" +msgstr "" + +msgid "redirect from" +msgstr "லிருந்து திசைமாற்று" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "" +"இது ஒரு முழுமையான பாதையாக இருக்கவேண்டும். இணையத்தளப்பெயராக இருக்கக்கூடாது. உதாரணம்:'/" +"events/search/'." + +msgid "redirect to" +msgstr "திரும்ப அனுப்பு" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" +"இது முழுமையான பாதையாக (மேலே உள்ளது போல) அல்லது \"http\"//\" என தொடங்கும் வலை " +"முகவரியாக இருக்கலாம்." + +msgid "redirect" +msgstr "திரும்ப அனுப்பு" + +msgid "redirects" +msgstr "திரும்ப அனுப்புகிறது. " diff --git a/testbed/django__django/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2c234464d1a5f2265b7026e202f8273402b21653 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/te/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/te/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..dd102f2a503f7e7ba944e183b19a2d6727a19990 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/te/LC_MESSAGES/django.po @@ -0,0 +1,42 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:12+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" +"te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Redirects" +msgstr "" + +msgid "redirect from" +msgstr "" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "" + +msgid "redirect to" +msgstr "" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" + +msgid "redirect" +msgstr "" + +msgid "redirects" +msgstr "" diff --git a/testbed/django__django/django/contrib/redirects/locale/tg/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/tg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c7908d6fd288437b52aee0803245ea899c9bdfa1 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/tg/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/tg/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/tg/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..43e7c176bdb682274ecef7aeeec56bedefd35cdb --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/tg/LC_MESSAGES/django.po @@ -0,0 +1,45 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Surush Sufiew , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2020-05-15 00:33+0000\n" +"Last-Translator: Surush Sufiew \n" +"Language-Team: Tajik (http://www.transifex.com/django/django/language/tg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Redirects" +msgstr "Самтдигаркунӣ(Redirects)" + +msgid "site" +msgstr "сомона" + +msgid "redirect from" +msgstr "Самтдигаркунӣ аз" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" + +msgid "redirect to" +msgstr "Самтдигаркунӣ ба" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"“http://”." +msgstr "" + +msgid "redirect" +msgstr "самтдигаркунӣ" + +msgid "redirects" +msgstr "самтдигаркунӣ" diff --git a/testbed/django__django/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..247f902d821249605aac63567fd0d7291d9fbb1d Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/th/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/th/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..78ba247d7dc0def97ededf79989a8b091d411a02 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/th/LC_MESSAGES/django.po @@ -0,0 +1,46 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Kowit Charoenratchatabhan , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2018-05-06 08:37+0000\n" +"Last-Translator: Kowit Charoenratchatabhan \n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Redirects" +msgstr "เปลี่ยนทิศทาง" + +msgid "site" +msgstr "ไซต์" + +msgid "redirect from" +msgstr "เปลี่ยนทิศทางจาก" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "พาธไม่รวมโดเมน ตัวอย่าง : '/events/search/'" + +msgid "redirect to" +msgstr "เปลี่ยนทิศทางไปที่" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "มันอาจจะเป็นพาธหรือ URL แบบเต็มที่ขึ้นต้นด้วย 'http://'." + +msgid "redirect" +msgstr "เปลี่ยนทิศทาง" + +msgid "redirects" +msgstr "เปลี่ยนทิศทาง" diff --git a/testbed/django__django/django/contrib/redirects/locale/tk/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/tk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..93c7662740df742ebf54d6cc889adf9da9b37a74 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/tk/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/tk/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/tk/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..202ce22edf3fb73cee6a3799fa1a853d1b10ee25 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/tk/LC_MESSAGES/django.po @@ -0,0 +1,50 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Resul , 2020 +# Welbeck Garli , 2022 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2022-07-24 18:32+0000\n" +"Last-Translator: Welbeck Garli \n" +"Language-Team: Turkmen (http://www.transifex.com/django/django/language/" +"tk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tk\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Redirects" +msgstr "Gaýtadan gönükdirmeler" + +msgid "site" +msgstr "sahypa" + +msgid "redirect from" +msgstr "gönükdirilen salgy" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Bu domen ady hasaba almazdan, doly ýol bolmaly. Mysal: “/wakalar/gozleg/”." + +msgid "redirect to" +msgstr "gönükdirilen salgy" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"(ýokarydaky ýaly) absolýut yzarlama ýa-da \"https://\" bilen başlanýan " +"sahypa gönükdirmesi bolup biler." + +msgid "redirect" +msgstr "gönükdirme" + +msgid "redirects" +msgstr "gönükdirmeler" diff --git a/testbed/django__django/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5a9237bd43e8244f74d9cd31c5874704f4b6f932 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..87029e3ca1de8163f9722981a78956ffae163f78 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po @@ -0,0 +1,53 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# BouRock, 2015,2019,2021 +# BouRock, 2014 +# Cihad GÜNDOĞDU , 2014 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-16 19:34+0000\n" +"Last-Translator: BouRock\n" +"Language-Team: Turkish (http://www.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Redirects" +msgstr "Yönlendirmeler" + +msgid "site" +msgstr "site" + +msgid "redirect from" +msgstr "yönlendirilen adres" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Bu, bir tam yol olmalıdır, etki alanı adı kullanılmadan yazılmalı. Örnek: “/" +"olaylar/arama/”." + +msgid "redirect to" +msgstr "yönlendirildiği adres" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"Bu, ya bir tam yol (yukarıdaki gibi) ya da “https://” gibi bir şema ile " +"başlayan tam bir URL olabilir." + +msgid "redirect" +msgstr "yönlendirme" + +msgid "redirects" +msgstr "yönlendirmeler" diff --git a/testbed/django__django/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a1635b6fc95880bc41f61aff087e56af6c45307f Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..d06da14cf1bbeae1b68ab217c064d0493ee9f602 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po @@ -0,0 +1,48 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Azat Khasanshin , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tatar (http://www.transifex.com/django/django/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Redirects" +msgstr "" + +msgid "site" +msgstr "" + +msgid "redirect from" +msgstr "бу сәхифәдән юнәлтергә:" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "" +"Бу домен исеменнән тыш абсолүт юл булырга тиеш. Мәсәлән: '/events/search/'." + +msgid "redirect to" +msgstr "бу сәхифәгә юнәлтергә:" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" +"Бу я абсолүт юл (өстәге кебек), я 'http://' белән башланган тулы URL булырга " +"тиеш." + +msgid "redirect" +msgstr "юнәлтү" + +msgid "redirects" +msgstr "юнәлтүләр" diff --git a/testbed/django__django/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..af7ab53bb6735a670114ecf738e973e4f5831251 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..3bfa4d1ce2651c4c63b672a73f7dc4a408c5c3f4 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,42 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Redirects" +msgstr "" + +msgid "redirect from" +msgstr "" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "" + +msgid "redirect to" +msgstr "" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" + +msgid "redirect" +msgstr "" + +msgid "redirects" +msgstr "" diff --git a/testbed/django__django/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2a1fb7b0b53095085d1ff94153160a105925c392 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..c82f9375b07b2c6173ab126b8a5ed73948fedce9 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po @@ -0,0 +1,56 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Oleksandr Chernihov , 2014 +# Illia Volochii , 2021 +# Jannis Leidel , 2011 +# Mykola Zamkovoi , 2014 +# Vitaliy Kozlovskyi , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-01-20 00:12+0000\n" +"Last-Translator: Illia Volochii \n" +"Language-Team: Ukrainian (http://www.transifex.com/django/django/language/" +"uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " +"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " +"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " +"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +msgid "Redirects" +msgstr "Перенаправлення" + +msgid "site" +msgstr "сайт" + +msgid "redirect from" +msgstr "перенаправлення з" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Шлях має бути абсолютним без доменного імені. Наприклад, “/events/search/”." + +msgid "redirect to" +msgstr "перенаправлення до" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"Шлях може бути або абсолютним (як вказано вище), або повним URL (який " +"починається із схеми, як-от “https://”)." + +msgid "redirect" +msgstr "перенаправлення" + +msgid "redirects" +msgstr "перенаправлення" diff --git a/testbed/django__django/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4b302db69ce3771d87e6f104ebb00037433ba7cb Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..bf3a9b269f5a6a211e4b610de8e232b8c85aeefa --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po @@ -0,0 +1,46 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Mansoorulhaq Mansoor , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Urdu (http://www.transifex.com/django/django/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Redirects" +msgstr "" + +msgid "site" +msgstr "" + +msgid "redirect from" +msgstr "سے ری ڈائریکٹ" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "یہ مطلق پاتھ ھونا چاھئے، بغیر ڈومین نام کے۔ مثلاً '/events/search/'" + +msgid "redirect to" +msgstr "ری ڈائریکٹ از طرف" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" +"یہ مطلق پاتھ ھو سکتا ھے (جیسے اوپر ھے) یا مکمل یو آر ایل (URL) بمع 'http://'۔" + +msgid "redirect" +msgstr "ری ڈائریکٹ" + +msgid "redirects" +msgstr "ری ڈائیکٹس" diff --git a/testbed/django__django/django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..89aa2e0fe7654fd29fda0d1f66ff3a1f1121aac1 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/uz/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/uz/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..1357fa2805102f99553d7853ad831a5d956a76a9 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/uz/LC_MESSAGES/django.po @@ -0,0 +1,48 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bedilbek Khamidov , 2019 +# Nuruddin Iminokhunov , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2019-09-19 08:25+0000\n" +"Last-Translator: Bedilbek Khamidov \n" +"Language-Team: Uzbek (http://www.transifex.com/django/django/language/uz/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Redirects" +msgstr "Redirektlar" + +msgid "site" +msgstr "sayt" + +msgid "redirect from" +msgstr "redirekt formasi" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "" +"Domen nomidan tashqari, bu mutlaq manzil bo'lishi kerak. \n" +"Masalan: “/events/search/”." + +msgid "redirect to" +msgstr "" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"“http://”." +msgstr "" + +msgid "redirect" +msgstr "" + +msgid "redirects" +msgstr "" diff --git a/testbed/django__django/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ae80abd0dbd74f37d9dad0d036982773a4956270 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..40e3ddbc5294b0e4bff1128a61a509320a2a50c6 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,49 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Tran Van \n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Redirects" +msgstr "" + +msgid "site" +msgstr "" + +msgid "redirect from" +msgstr "Chuyển hướng từ" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "" +"Đây phải là đường dẫn tuyệt đối, không bao gồm tên miền. Ví dụ: '/events/" +"search/'." + +msgid "redirect to" +msgstr "Chuyển hướng tới" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" +"Đây có thể là đường dẫn tuyệt đối hoặc địa chỉ đầy đủ bắt đầu với 'http://'" + +msgid "redirect" +msgstr "Chuyển hướng" + +msgid "redirects" +msgstr "Chuyển hướng" diff --git a/testbed/django__django/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..915e7c58fa42c20c3d02167d8b4a19f7221d915f Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..93e04fea754261f4115493f1160f7d1a040533ad --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po @@ -0,0 +1,53 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# HuanCheng Bai白宦成 , 2018 +# Jannis Leidel , 2011 +# mozillazg , 2016 +# Ronald White , 2014 +# Veoco , 2021 +# wolf ice , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 09:00+0100\n" +"PO-Revision-Date: 2021-02-07 04:22+0000\n" +"Last-Translator: Veoco \n" +"Language-Team: Chinese (China) (http://www.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Redirects" +msgstr "重定向" + +msgid "site" +msgstr "站点" + +msgid "redirect from" +msgstr "重定向自" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "这应该是绝对路径,不包括域名。例如:“/events/search/”。" + +msgid "redirect to" +msgstr "重定向到" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with a " +"scheme such as “https://”." +msgstr "" +"这可以是绝对路径(如上所述),也可以是一个以 “https://” 等协议开头的完整 " +"URL。" + +msgid "redirect" +msgstr "重定向" + +msgid "redirects" +msgstr "重定向" diff --git a/testbed/django__django/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2a650c90cf64d1da058881e1b6b47c59ed2bf204 Binary files /dev/null and b/testbed/django__django/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..cb6c90f0e34459af70035c7f0f659feaceb20369 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po @@ -0,0 +1,48 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Chen Chun-Chia , 2015 +# Jannis Leidel , 2011 +# Tzu-ping Chung , 2016,2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-08 17:27+0200\n" +"PO-Revision-Date: 2019-09-18 09:01+0000\n" +"Last-Translator: Tzu-ping Chung \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/django/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Redirects" +msgstr "重導向" + +msgid "site" +msgstr "網站" + +msgid "redirect from" +msgstr "重導向自" + +msgid "" +"This should be an absolute path, excluding the domain name. Example: “/" +"events/search/”." +msgstr "應該是一個絕對路徑,不包括網域。例如:「/events/search/」。" + +msgid "redirect to" +msgstr "重導向到" + +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"“http://”." +msgstr "此可為一絕對路徑(如上)或一個以「http://」開頭的完整 URL。" + +msgid "redirect" +msgstr "重導向" + +msgid "redirects" +msgstr "重導向" diff --git a/testbed/django__django/django/contrib/redirects/middleware.py b/testbed/django__django/django/contrib/redirects/middleware.py new file mode 100644 index 0000000000000000000000000000000000000000..bc4fe9cbcd783dca4fc922d789a4cf9214d04928 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/middleware.py @@ -0,0 +1,50 @@ +from django.apps import apps +from django.conf import settings +from django.contrib.redirects.models import Redirect +from django.contrib.sites.shortcuts import get_current_site +from django.core.exceptions import ImproperlyConfigured +from django.http import HttpResponseGone, HttpResponsePermanentRedirect +from django.utils.deprecation import MiddlewareMixin + + +class RedirectFallbackMiddleware(MiddlewareMixin): + # Defined as class-level attributes to be subclassing-friendly. + response_gone_class = HttpResponseGone + response_redirect_class = HttpResponsePermanentRedirect + + def __init__(self, get_response): + if not apps.is_installed("django.contrib.sites"): + raise ImproperlyConfigured( + "You cannot use RedirectFallbackMiddleware when " + "django.contrib.sites is not installed." + ) + super().__init__(get_response) + + def process_response(self, request, response): + # No need to check for a redirect for non-404 responses. + if response.status_code != 404: + return response + + full_path = request.get_full_path() + current_site = get_current_site(request) + + r = None + try: + r = Redirect.objects.get(site=current_site, old_path=full_path) + except Redirect.DoesNotExist: + pass + if r is None and settings.APPEND_SLASH and not request.path.endswith("/"): + try: + r = Redirect.objects.get( + site=current_site, + old_path=request.get_full_path(force_append_slash=True), + ) + except Redirect.DoesNotExist: + pass + if r is not None: + if r.new_path == "": + return self.response_gone_class() + return self.response_redirect_class(r.new_path) + + # No redirect was found. Return the response. + return response diff --git a/testbed/django__django/django/contrib/redirects/migrations/0001_initial.py b/testbed/django__django/django/contrib/redirects/migrations/0001_initial.py new file mode 100644 index 0000000000000000000000000000000000000000..7881d5798c5d7dc957403f69262e12ea3406fa06 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/migrations/0001_initial.py @@ -0,0 +1,64 @@ +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("sites", "0001_initial"), + ] + + operations = [ + migrations.CreateModel( + name="Redirect", + fields=[ + ( + "id", + models.AutoField( + verbose_name="ID", + serialize=False, + auto_created=True, + primary_key=True, + ), + ), + ( + "site", + models.ForeignKey( + to="sites.Site", + on_delete=models.CASCADE, + verbose_name="site", + ), + ), + ( + "old_path", + models.CharField( + help_text=( + "This should be an absolute path, excluding the domain " + "name. Example: “/events/search/”." + ), + max_length=200, + verbose_name="redirect from", + db_index=True, + ), + ), + ( + "new_path", + models.CharField( + help_text=( + "This can be either an absolute path (as above) or a full " + "URL starting with “http://”." + ), + max_length=200, + verbose_name="redirect to", + blank=True, + ), + ), + ], + options={ + "ordering": ["old_path"], + "unique_together": {("site", "old_path")}, + "db_table": "django_redirect", + "verbose_name": "redirect", + "verbose_name_plural": "redirects", + }, + bases=(models.Model,), + ), + ] diff --git a/testbed/django__django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py b/testbed/django__django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py new file mode 100644 index 0000000000000000000000000000000000000000..99763660056376f9d60b077fdaad024a2bb02774 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py @@ -0,0 +1,23 @@ +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("redirects", "0001_initial"), + ] + + operations = [ + migrations.AlterField( + model_name="redirect", + name="new_path", + field=models.CharField( + blank=True, + help_text=( + "This can be either an absolute path (as above) or a full " + "URL starting with a scheme such as “https://”." + ), + max_length=200, + verbose_name="redirect to", + ), + ), + ] diff --git a/testbed/django__django/django/contrib/redirects/migrations/__init__.py b/testbed/django__django/django/contrib/redirects/migrations/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/testbed/django__django/django/contrib/redirects/models.py b/testbed/django__django/django/contrib/redirects/models.py new file mode 100644 index 0000000000000000000000000000000000000000..1552414977aec307b899035c43b7938cde0e5433 --- /dev/null +++ b/testbed/django__django/django/contrib/redirects/models.py @@ -0,0 +1,35 @@ +from django.contrib.sites.models import Site +from django.db import models +from django.utils.translation import gettext_lazy as _ + + +class Redirect(models.Model): + site = models.ForeignKey(Site, models.CASCADE, verbose_name=_("site")) + old_path = models.CharField( + _("redirect from"), + max_length=200, + db_index=True, + help_text=_( + "This should be an absolute path, excluding the domain name. Example: " + "“/events/search/”." + ), + ) + new_path = models.CharField( + _("redirect to"), + max_length=200, + blank=True, + help_text=_( + "This can be either an absolute path (as above) or a full URL " + "starting with a scheme such as “https://”." + ), + ) + + class Meta: + verbose_name = _("redirect") + verbose_name_plural = _("redirects") + db_table = "django_redirect" + unique_together = [["site", "old_path"]] + ordering = ["old_path"] + + def __str__(self): + return "%s ---> %s" % (self.old_path, self.new_path) diff --git a/testbed/django__django/django/contrib/sessions/backends/__init__.py b/testbed/django__django/django/contrib/sessions/backends/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/testbed/django__django/django/contrib/sessions/backends/base.py b/testbed/django__django/django/contrib/sessions/backends/base.py new file mode 100644 index 0000000000000000000000000000000000000000..050e7387bef2c132df39b37b1029f8ec321fb58e --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/backends/base.py @@ -0,0 +1,365 @@ +import logging +import string +from datetime import datetime, timedelta + +from django.conf import settings +from django.core import signing +from django.utils import timezone +from django.utils.crypto import get_random_string +from django.utils.module_loading import import_string + +# session_key should not be case sensitive because some backends can store it +# on case insensitive file systems. +VALID_KEY_CHARS = string.ascii_lowercase + string.digits + + +class CreateError(Exception): + """ + Used internally as a consistent exception type to catch from save (see the + docstring for SessionBase.save() for details). + """ + + pass + + +class UpdateError(Exception): + """ + Occurs if Django tries to update a session that was deleted. + """ + + pass + + +class SessionBase: + """ + Base class for all Session classes. + """ + + TEST_COOKIE_NAME = "testcookie" + TEST_COOKIE_VALUE = "worked" + + __not_given = object() + + def __init__(self, session_key=None): + self._session_key = session_key + self.accessed = False + self.modified = False + self.serializer = import_string(settings.SESSION_SERIALIZER) + + def __contains__(self, key): + return key in self._session + + def __getitem__(self, key): + return self._session[key] + + def __setitem__(self, key, value): + self._session[key] = value + self.modified = True + + def __delitem__(self, key): + del self._session[key] + self.modified = True + + @property + def key_salt(self): + return "django.contrib.sessions." + self.__class__.__qualname__ + + def get(self, key, default=None): + return self._session.get(key, default) + + def pop(self, key, default=__not_given): + self.modified = self.modified or key in self._session + args = () if default is self.__not_given else (default,) + return self._session.pop(key, *args) + + def setdefault(self, key, value): + if key in self._session: + return self._session[key] + else: + self.modified = True + self._session[key] = value + return value + + def set_test_cookie(self): + self[self.TEST_COOKIE_NAME] = self.TEST_COOKIE_VALUE + + def test_cookie_worked(self): + return self.get(self.TEST_COOKIE_NAME) == self.TEST_COOKIE_VALUE + + def delete_test_cookie(self): + del self[self.TEST_COOKIE_NAME] + + def encode(self, session_dict): + "Return the given session dictionary serialized and encoded as a string." + return signing.dumps( + session_dict, + salt=self.key_salt, + serializer=self.serializer, + compress=True, + ) + + def decode(self, session_data): + try: + return signing.loads( + session_data, salt=self.key_salt, serializer=self.serializer + ) + except signing.BadSignature: + logger = logging.getLogger("django.security.SuspiciousSession") + logger.warning("Session data corrupted") + except Exception: + # ValueError, unpickling exceptions. If any of these happen, just + # return an empty dictionary (an empty session). + pass + return {} + + def update(self, dict_): + self._session.update(dict_) + self.modified = True + + def has_key(self, key): + return key in self._session + + def keys(self): + return self._session.keys() + + def values(self): + return self._session.values() + + def items(self): + return self._session.items() + + def clear(self): + # To avoid unnecessary persistent storage accesses, we set up the + # internals directly (loading data wastes time, since we are going to + # set it to an empty dict anyway). + self._session_cache = {} + self.accessed = True + self.modified = True + + def is_empty(self): + "Return True when there is no session_key and the session is empty." + try: + return not self._session_key and not self._session_cache + except AttributeError: + return True + + def _get_new_session_key(self): + "Return session key that isn't being used." + while True: + session_key = get_random_string(32, VALID_KEY_CHARS) + if not self.exists(session_key): + return session_key + + def _get_or_create_session_key(self): + if self._session_key is None: + self._session_key = self._get_new_session_key() + return self._session_key + + def _validate_session_key(self, key): + """ + Key must be truthy and at least 8 characters long. 8 characters is an + arbitrary lower bound for some minimal key security. + """ + return key and len(key) >= 8 + + def _get_session_key(self): + return self.__session_key + + def _set_session_key(self, value): + """ + Validate session key on assignment. Invalid values will set to None. + """ + if self._validate_session_key(value): + self.__session_key = value + else: + self.__session_key = None + + session_key = property(_get_session_key) + _session_key = property(_get_session_key, _set_session_key) + + def _get_session(self, no_load=False): + """ + Lazily load session from storage (unless "no_load" is True, when only + an empty dict is stored) and store it in the current instance. + """ + self.accessed = True + try: + return self._session_cache + except AttributeError: + if self.session_key is None or no_load: + self._session_cache = {} + else: + self._session_cache = self.load() + return self._session_cache + + _session = property(_get_session) + + def get_session_cookie_age(self): + return settings.SESSION_COOKIE_AGE + + def get_expiry_age(self, **kwargs): + """Get the number of seconds until the session expires. + + Optionally, this function accepts `modification` and `expiry` keyword + arguments specifying the modification and expiry of the session. + """ + try: + modification = kwargs["modification"] + except KeyError: + modification = timezone.now() + # Make the difference between "expiry=None passed in kwargs" and + # "expiry not passed in kwargs", in order to guarantee not to trigger + # self.load() when expiry is provided. + try: + expiry = kwargs["expiry"] + except KeyError: + expiry = self.get("_session_expiry") + + if not expiry: # Checks both None and 0 cases + return self.get_session_cookie_age() + if not isinstance(expiry, (datetime, str)): + return expiry + if isinstance(expiry, str): + expiry = datetime.fromisoformat(expiry) + delta = expiry - modification + return delta.days * 86400 + delta.seconds + + def get_expiry_date(self, **kwargs): + """Get session the expiry date (as a datetime object). + + Optionally, this function accepts `modification` and `expiry` keyword + arguments specifying the modification and expiry of the session. + """ + try: + modification = kwargs["modification"] + except KeyError: + modification = timezone.now() + # Same comment as in get_expiry_age + try: + expiry = kwargs["expiry"] + except KeyError: + expiry = self.get("_session_expiry") + + if isinstance(expiry, datetime): + return expiry + elif isinstance(expiry, str): + return datetime.fromisoformat(expiry) + expiry = expiry or self.get_session_cookie_age() + return modification + timedelta(seconds=expiry) + + def set_expiry(self, value): + """ + Set a custom expiration for the session. ``value`` can be an integer, + a Python ``datetime`` or ``timedelta`` object or ``None``. + + If ``value`` is an integer, the session will expire after that many + seconds of inactivity. If set to ``0`` then the session will expire on + browser close. + + If ``value`` is a ``datetime`` or ``timedelta`` object, the session + will expire at that specific future time. + + If ``value`` is ``None``, the session uses the global session expiry + policy. + """ + if value is None: + # Remove any custom expiration for this session. + try: + del self["_session_expiry"] + except KeyError: + pass + return + if isinstance(value, timedelta): + value = timezone.now() + value + if isinstance(value, datetime): + value = value.isoformat() + self["_session_expiry"] = value + + def get_expire_at_browser_close(self): + """ + Return ``True`` if the session is set to expire when the browser + closes, and ``False`` if there's an expiry date. Use + ``get_expiry_date()`` or ``get_expiry_age()`` to find the actual expiry + date/age, if there is one. + """ + if (expiry := self.get("_session_expiry")) is None: + return settings.SESSION_EXPIRE_AT_BROWSER_CLOSE + return expiry == 0 + + def flush(self): + """ + Remove the current session data from the database and regenerate the + key. + """ + self.clear() + self.delete() + self._session_key = None + + def cycle_key(self): + """ + Create a new session key, while retaining the current session data. + """ + data = self._session + key = self.session_key + self.create() + self._session_cache = data + if key: + self.delete(key) + + # Methods that child classes must implement. + + def exists(self, session_key): + """ + Return True if the given session_key already exists. + """ + raise NotImplementedError( + "subclasses of SessionBase must provide an exists() method" + ) + + def create(self): + """ + Create a new session instance. Guaranteed to create a new object with + a unique key and will have saved the result once (with empty data) + before the method returns. + """ + raise NotImplementedError( + "subclasses of SessionBase must provide a create() method" + ) + + def save(self, must_create=False): + """ + Save the session data. If 'must_create' is True, create a new session + object (or raise CreateError). Otherwise, only update an existing + object and don't create one (raise UpdateError if needed). + """ + raise NotImplementedError( + "subclasses of SessionBase must provide a save() method" + ) + + def delete(self, session_key=None): + """ + Delete the session data under this key. If the key is None, use the + current session key value. + """ + raise NotImplementedError( + "subclasses of SessionBase must provide a delete() method" + ) + + def load(self): + """ + Load the session data and return a dictionary. + """ + raise NotImplementedError( + "subclasses of SessionBase must provide a load() method" + ) + + @classmethod + def clear_expired(cls): + """ + Remove expired sessions from the session store. + + If this operation isn't possible on a given backend, it should raise + NotImplementedError. If it isn't necessary, because the backend has + a built-in expiration mechanism, it should be a no-op. + """ + raise NotImplementedError("This backend does not support clear_expired().") diff --git a/testbed/django__django/django/contrib/sessions/backends/cache.py b/testbed/django__django/django/contrib/sessions/backends/cache.py new file mode 100644 index 0000000000000000000000000000000000000000..0c9d244f561863f27f2c5758205f0155fa7a9d09 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/backends/cache.py @@ -0,0 +1,85 @@ +from django.conf import settings +from django.contrib.sessions.backends.base import CreateError, SessionBase, UpdateError +from django.core.cache import caches + +KEY_PREFIX = "django.contrib.sessions.cache" + + +class SessionStore(SessionBase): + """ + A cache-based session store. + """ + + cache_key_prefix = KEY_PREFIX + + def __init__(self, session_key=None): + self._cache = caches[settings.SESSION_CACHE_ALIAS] + super().__init__(session_key) + + @property + def cache_key(self): + return self.cache_key_prefix + self._get_or_create_session_key() + + def load(self): + try: + session_data = self._cache.get(self.cache_key) + except Exception: + # Some backends (e.g. memcache) raise an exception on invalid + # cache keys. If this happens, reset the session. See #17810. + session_data = None + if session_data is not None: + return session_data + self._session_key = None + return {} + + def create(self): + # Because a cache can fail silently (e.g. memcache), we don't know if + # we are failing to create a new session because of a key collision or + # because the cache is missing. So we try for a (large) number of times + # and then raise an exception. That's the risk you shoulder if using + # cache backing. + for i in range(10000): + self._session_key = self._get_new_session_key() + try: + self.save(must_create=True) + except CreateError: + continue + self.modified = True + return + raise RuntimeError( + "Unable to create a new session key. " + "It is likely that the cache is unavailable." + ) + + def save(self, must_create=False): + if self.session_key is None: + return self.create() + if must_create: + func = self._cache.add + elif self._cache.get(self.cache_key) is not None: + func = self._cache.set + else: + raise UpdateError + result = func( + self.cache_key, + self._get_session(no_load=must_create), + self.get_expiry_age(), + ) + if must_create and not result: + raise CreateError + + def exists(self, session_key): + return ( + bool(session_key) and (self.cache_key_prefix + session_key) in self._cache + ) + + def delete(self, session_key=None): + if session_key is None: + if self.session_key is None: + return + session_key = self.session_key + self._cache.delete(self.cache_key_prefix + session_key) + + @classmethod + def clear_expired(cls): + pass diff --git a/testbed/django__django/django/contrib/sessions/backends/cached_db.py b/testbed/django__django/django/contrib/sessions/backends/cached_db.py new file mode 100644 index 0000000000000000000000000000000000000000..3125a71cd0ea3dba8a04a76fb308da699c66e894 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/backends/cached_db.py @@ -0,0 +1,72 @@ +""" +Cached, database-backed sessions. +""" + +from django.conf import settings +from django.contrib.sessions.backends.db import SessionStore as DBStore +from django.core.cache import caches + +KEY_PREFIX = "django.contrib.sessions.cached_db" + + +class SessionStore(DBStore): + """ + Implement cached, database backed sessions. + """ + + cache_key_prefix = KEY_PREFIX + + def __init__(self, session_key=None): + self._cache = caches[settings.SESSION_CACHE_ALIAS] + super().__init__(session_key) + + @property + def cache_key(self): + return self.cache_key_prefix + self._get_or_create_session_key() + + def load(self): + try: + data = self._cache.get(self.cache_key) + except Exception: + # Some backends (e.g. memcache) raise an exception on invalid + # cache keys. If this happens, reset the session. See #17810. + data = None + + if data is None: + s = self._get_session_from_db() + if s: + data = self.decode(s.session_data) + self._cache.set( + self.cache_key, data, self.get_expiry_age(expiry=s.expire_date) + ) + else: + data = {} + return data + + def exists(self, session_key): + return ( + session_key + and (self.cache_key_prefix + session_key) in self._cache + or super().exists(session_key) + ) + + def save(self, must_create=False): + super().save(must_create) + self._cache.set(self.cache_key, self._session, self.get_expiry_age()) + + def delete(self, session_key=None): + super().delete(session_key) + if session_key is None: + if self.session_key is None: + return + session_key = self.session_key + self._cache.delete(self.cache_key_prefix + session_key) + + def flush(self): + """ + Remove the current session data from the database and regenerate the + key. + """ + self.clear() + self.delete(self.session_key) + self._session_key = None diff --git a/testbed/django__django/django/contrib/sessions/backends/db.py b/testbed/django__django/django/contrib/sessions/backends/db.py new file mode 100644 index 0000000000000000000000000000000000000000..e1f6b69c5582d9453d6c4f5444f888324402bbc7 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/backends/db.py @@ -0,0 +1,110 @@ +import logging + +from django.contrib.sessions.backends.base import CreateError, SessionBase, UpdateError +from django.core.exceptions import SuspiciousOperation +from django.db import DatabaseError, IntegrityError, router, transaction +from django.utils import timezone +from django.utils.functional import cached_property + + +class SessionStore(SessionBase): + """ + Implement database session store. + """ + + def __init__(self, session_key=None): + super().__init__(session_key) + + @classmethod + def get_model_class(cls): + # Avoids a circular import and allows importing SessionStore when + # django.contrib.sessions is not in INSTALLED_APPS. + from django.contrib.sessions.models import Session + + return Session + + @cached_property + def model(self): + return self.get_model_class() + + def _get_session_from_db(self): + try: + return self.model.objects.get( + session_key=self.session_key, expire_date__gt=timezone.now() + ) + except (self.model.DoesNotExist, SuspiciousOperation) as e: + if isinstance(e, SuspiciousOperation): + logger = logging.getLogger("django.security.%s" % e.__class__.__name__) + logger.warning(str(e)) + self._session_key = None + + def load(self): + s = self._get_session_from_db() + return self.decode(s.session_data) if s else {} + + def exists(self, session_key): + return self.model.objects.filter(session_key=session_key).exists() + + def create(self): + while True: + self._session_key = self._get_new_session_key() + try: + # Save immediately to ensure we have a unique entry in the + # database. + self.save(must_create=True) + except CreateError: + # Key wasn't unique. Try again. + continue + self.modified = True + return + + def create_model_instance(self, data): + """ + Return a new instance of the session model object, which represents the + current session state. Intended to be used for saving the session data + to the database. + """ + return self.model( + session_key=self._get_or_create_session_key(), + session_data=self.encode(data), + expire_date=self.get_expiry_date(), + ) + + def save(self, must_create=False): + """ + Save the current session data to the database. If 'must_create' is + True, raise a database error if the saving operation doesn't create a + new entry (as opposed to possibly updating an existing entry). + """ + if self.session_key is None: + return self.create() + data = self._get_session(no_load=must_create) + obj = self.create_model_instance(data) + using = router.db_for_write(self.model, instance=obj) + try: + with transaction.atomic(using=using): + obj.save( + force_insert=must_create, force_update=not must_create, using=using + ) + except IntegrityError: + if must_create: + raise CreateError + raise + except DatabaseError: + if not must_create: + raise UpdateError + raise + + def delete(self, session_key=None): + if session_key is None: + if self.session_key is None: + return + session_key = self.session_key + try: + self.model.objects.get(session_key=session_key).delete() + except self.model.DoesNotExist: + pass + + @classmethod + def clear_expired(cls): + cls.get_model_class().objects.filter(expire_date__lt=timezone.now()).delete() diff --git a/testbed/django__django/django/contrib/sessions/backends/file.py b/testbed/django__django/django/contrib/sessions/backends/file.py new file mode 100644 index 0000000000000000000000000000000000000000..d3ba8b11dddd3e048c1c8f508399cafd46b17374 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/backends/file.py @@ -0,0 +1,210 @@ +import datetime +import logging +import os +import shutil +import tempfile + +from django.conf import settings +from django.contrib.sessions.backends.base import ( + VALID_KEY_CHARS, + CreateError, + SessionBase, + UpdateError, +) +from django.contrib.sessions.exceptions import InvalidSessionKey +from django.core.exceptions import ImproperlyConfigured, SuspiciousOperation + + +class SessionStore(SessionBase): + """ + Implement a file based session store. + """ + + def __init__(self, session_key=None): + self.storage_path = self._get_storage_path() + self.file_prefix = settings.SESSION_COOKIE_NAME + super().__init__(session_key) + + @classmethod + def _get_storage_path(cls): + try: + return cls._storage_path + except AttributeError: + storage_path = ( + getattr(settings, "SESSION_FILE_PATH", None) or tempfile.gettempdir() + ) + # Make sure the storage path is valid. + if not os.path.isdir(storage_path): + raise ImproperlyConfigured( + "The session storage path %r doesn't exist. Please set your" + " SESSION_FILE_PATH setting to an existing directory in which" + " Django can store session data." % storage_path + ) + + cls._storage_path = storage_path + return storage_path + + def _key_to_file(self, session_key=None): + """ + Get the file associated with this session key. + """ + if session_key is None: + session_key = self._get_or_create_session_key() + + # Make sure we're not vulnerable to directory traversal. Session keys + # should always be md5s, so they should never contain directory + # components. + if not set(session_key).issubset(VALID_KEY_CHARS): + raise InvalidSessionKey("Invalid characters in session key") + + return os.path.join(self.storage_path, self.file_prefix + session_key) + + def _last_modification(self): + """ + Return the modification time of the file storing the session's content. + """ + modification = os.stat(self._key_to_file()).st_mtime + tz = datetime.timezone.utc if settings.USE_TZ else None + return datetime.datetime.fromtimestamp(modification, tz=tz) + + def _expiry_date(self, session_data): + """ + Return the expiry time of the file storing the session's content. + """ + return session_data.get("_session_expiry") or ( + self._last_modification() + + datetime.timedelta(seconds=self.get_session_cookie_age()) + ) + + def load(self): + session_data = {} + try: + with open(self._key_to_file(), encoding="ascii") as session_file: + file_data = session_file.read() + # Don't fail if there is no data in the session file. + # We may have opened the empty placeholder file. + if file_data: + try: + session_data = self.decode(file_data) + except (EOFError, SuspiciousOperation) as e: + if isinstance(e, SuspiciousOperation): + logger = logging.getLogger( + "django.security.%s" % e.__class__.__name__ + ) + logger.warning(str(e)) + self.create() + + # Remove expired sessions. + expiry_age = self.get_expiry_age(expiry=self._expiry_date(session_data)) + if expiry_age <= 0: + session_data = {} + self.delete() + self.create() + except (OSError, SuspiciousOperation): + self._session_key = None + return session_data + + def create(self): + while True: + self._session_key = self._get_new_session_key() + try: + self.save(must_create=True) + except CreateError: + continue + self.modified = True + return + + def save(self, must_create=False): + if self.session_key is None: + return self.create() + # Get the session data now, before we start messing + # with the file it is stored within. + session_data = self._get_session(no_load=must_create) + + session_file_name = self._key_to_file() + + try: + # Make sure the file exists. If it does not already exist, an + # empty placeholder file is created. + flags = os.O_WRONLY | getattr(os, "O_BINARY", 0) + if must_create: + flags |= os.O_EXCL | os.O_CREAT + fd = os.open(session_file_name, flags) + os.close(fd) + except FileNotFoundError: + if not must_create: + raise UpdateError + except FileExistsError: + if must_create: + raise CreateError + + # Write the session file without interfering with other threads + # or processes. By writing to an atomically generated temporary + # file and then using the atomic os.rename() to make the complete + # file visible, we avoid having to lock the session file, while + # still maintaining its integrity. + # + # Note: Locking the session file was explored, but rejected in part + # because in order to be atomic and cross-platform, it required a + # long-lived lock file for each session, doubling the number of + # files in the session storage directory at any given time. This + # rename solution is cleaner and avoids any additional overhead + # when reading the session data, which is the more common case + # unless SESSION_SAVE_EVERY_REQUEST = True. + # + # See ticket #8616. + dir, prefix = os.path.split(session_file_name) + + try: + output_file_fd, output_file_name = tempfile.mkstemp( + dir=dir, prefix=prefix + "_out_" + ) + renamed = False + try: + try: + os.write(output_file_fd, self.encode(session_data).encode()) + finally: + os.close(output_file_fd) + + # This will atomically rename the file (os.rename) if the OS + # supports it. Otherwise this will result in a shutil.copy2 + # and os.unlink (for example on Windows). See #9084. + shutil.move(output_file_name, session_file_name) + renamed = True + finally: + if not renamed: + os.unlink(output_file_name) + except (EOFError, OSError): + pass + + def exists(self, session_key): + return os.path.exists(self._key_to_file(session_key)) + + def delete(self, session_key=None): + if session_key is None: + if self.session_key is None: + return + session_key = self.session_key + try: + os.unlink(self._key_to_file(session_key)) + except OSError: + pass + + def clean(self): + pass + + @classmethod + def clear_expired(cls): + storage_path = cls._get_storage_path() + file_prefix = settings.SESSION_COOKIE_NAME + + for session_file in os.listdir(storage_path): + if not session_file.startswith(file_prefix): + continue + session_key = session_file.removeprefix(file_prefix) + session = cls(session_key) + # When an expired session is loaded, its file is removed, and a + # new file is immediately created. Prevent this by disabling + # the create() method. + session.create = lambda: None + session.load() diff --git a/testbed/django__django/django/contrib/sessions/backends/signed_cookies.py b/testbed/django__django/django/contrib/sessions/backends/signed_cookies.py new file mode 100644 index 0000000000000000000000000000000000000000..dc41c6f12b0d01cd1c713128bc03e7ec57fa54dc --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/backends/signed_cookies.py @@ -0,0 +1,81 @@ +from django.contrib.sessions.backends.base import SessionBase +from django.core import signing + + +class SessionStore(SessionBase): + def load(self): + """ + Load the data from the key itself instead of fetching from some + external data store. Opposite of _get_session_key(), raise BadSignature + if signature fails. + """ + try: + return signing.loads( + self.session_key, + serializer=self.serializer, + # This doesn't handle non-default expiry dates, see #19201 + max_age=self.get_session_cookie_age(), + salt="django.contrib.sessions.backends.signed_cookies", + ) + except Exception: + # BadSignature, ValueError, or unpickling exceptions. If any of + # these happen, reset the session. + self.create() + return {} + + def create(self): + """ + To create a new key, set the modified flag so that the cookie is set + on the client for the current request. + """ + self.modified = True + + def save(self, must_create=False): + """ + To save, get the session key as a securely signed string and then set + the modified flag so that the cookie is set on the client for the + current request. + """ + self._session_key = self._get_session_key() + self.modified = True + + def exists(self, session_key=None): + """ + This method makes sense when you're talking to a shared resource, but + it doesn't matter when you're storing the information in the client's + cookie. + """ + return False + + def delete(self, session_key=None): + """ + To delete, clear the session key and the underlying data structure + and set the modified flag so that the cookie is set on the client for + the current request. + """ + self._session_key = "" + self._session_cache = {} + self.modified = True + + def cycle_key(self): + """ + Keep the same data but with a new key. Call save() and it will + automatically save a cookie with a new key at the end of the request. + """ + self.save() + + def _get_session_key(self): + """ + Instead of generating a random string, generate a secure url-safe + base64-encoded string of data as our session key. + """ + return signing.dumps( + self._session, + compress=True, + salt="django.contrib.sessions.backends.signed_cookies", + serializer=self.serializer, + ) + + @classmethod + def clear_expired(cls): + pass diff --git a/testbed/django__django/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..25d7ab6f0283f8f93e7123ac29f841ec7734cdbc Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/af/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/af/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..09560cf902c3809a64f0e257b2fb1afee7ed2de8 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# F Wolff , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2019-01-04 18:57+0000\n" +"Last-Translator: F Wolff \n" +"Language-Team: Afrikaans (http://www.transifex.com/django/django/language/" +"af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessies" + +msgid "session key" +msgstr "sessiesleutel" + +msgid "session data" +msgstr "sessiedata" + +msgid "expire date" +msgstr "vervaldatum" + +msgid "session" +msgstr "sessie" + +msgid "sessions" +msgstr "sessies" diff --git a/testbed/django__django/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..027a0655684ccb109a11c71d4c615475ce9d699d Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..310822349279ca9f4ff7495fb592a1fe0f8832b3 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bashar Al-Abdulhadi, 2014 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\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" + +msgid "Sessions" +msgstr "جلسات" + +msgid "session key" +msgstr "مفتاح الجلسة" + +msgid "session data" +msgstr "بيانات الجلسة" + +msgid "expire date" +msgstr "تاريخ الانتهاء" + +msgid "session" +msgstr "جلسة" + +msgid "sessions" +msgstr "جلسات" diff --git a/testbed/django__django/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0f553201f7ee664c2c92d11b95411e4eb94cb7a9 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..2ff47edecc66537f8ced5f8bb94c568baa4138e5 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Riterix , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2019-12-14 22:50+0000\n" +"Last-Translator: Riterix \n" +"Language-Team: Arabic (Algeria) (http://www.transifex.com/django/django/" +"language/ar_DZ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar_DZ\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" + +msgid "Sessions" +msgstr "جلسات" + +msgid "session key" +msgstr "مفتاح الجلسة" + +msgid "session data" +msgstr "بيانات الجلسة" + +msgid "expire date" +msgstr "تاريخ الانتهاء" + +msgid "session" +msgstr "جلسة" + +msgid "sessions" +msgstr "جلسات" diff --git a/testbed/django__django/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4b363bffb415392337f08f9179feaeeec5a8fcac Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..57d8681cfa8c1a81d5d2efb8bd954695ad5165fc --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ḷḷumex03 , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 19:51+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "clave de sesión" + +msgid "session data" +msgstr "datos de sesión" + +msgid "expire date" +msgstr "data de caducidá" + +msgid "session" +msgstr "sesión" + +msgid "sessions" +msgstr "sesiones" diff --git a/testbed/django__django/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9b488a330382682101749d397ea0dee7acf255a4 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/az/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/az/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..7ce647a63b7681e63c8727d0f9dec34b1ca75467 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/az/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ali Ismayilov , 2011 +# Emin Mastizada , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2018-04-27 13:19+0000\n" +"Last-Translator: Emin Mastizada \n" +"Language-Team: Azerbaijani (http://www.transifex.com/django/django/language/" +"az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Seanslar" + +msgid "session key" +msgstr "seans açarı" + +msgid "session data" +msgstr "seansın məlumatları" + +msgid "expire date" +msgstr "bitmə tarixi" + +msgid "session" +msgstr "seans" + +msgid "sessions" +msgstr "seanslar" diff --git a/testbed/django__django/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..100a1578db3090147d533675f863badf464a4779 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/be/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..68d074a268c97b99603152f53d596b3d26f9c133 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viktar Palstsiuk , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Viktar Palstsiuk \n" +"Language-Team: Belarusian (http://www.transifex.com/django/django/language/" +"be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Sessions" +msgstr "Сесіі" + +msgid "session key" +msgstr "ключ сэансу" + +msgid "session data" +msgstr "зьвесткі сэансу" + +msgid "expire date" +msgstr "тэрмін" + +msgid "session" +msgstr "сэсія" + +msgid "sessions" +msgstr "сэсіі" diff --git a/testbed/django__django/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..68e4b05f05447a90ff0f1b89d5f342a42a0b36ca Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..aeab9b8b351d9abe33d04e232c95bb1efd9d3bd5 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# arneatec , 2022 +# Jannis Leidel , 2011 +# vestimir , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2022-01-14 11:56+0000\n" +"Last-Translator: arneatec \n" +"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/" +"bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Сесии" + +msgid "session key" +msgstr "ключ на сесията" + +msgid "session data" +msgstr "данни от сесията" + +msgid "expire date" +msgstr "дата на изтичане на валидност" + +msgid "session" +msgstr "сесия" + +msgid "sessions" +msgstr "сесии" diff --git a/testbed/django__django/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c029c760cf6b1db183901dfcf4f343cc26a441bc Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..aa4a33533b5914447fef00ea1bff028d073d4a37 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "সেশন কি" + +msgid "session data" +msgstr "সেশন ডাটা" + +msgid "expire date" +msgstr "মেয়াদ শেষের তারিখ" + +msgid "session" +msgstr "সেশন" + +msgid "sessions" +msgstr "সেশনসমূহ" diff --git a/testbed/django__django/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..777a187fdb2a7fe55a33e4d758951b66e9131c5d Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/br/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..a6c8c04eec02dbd8b5c972dcfaae34cbf4866805 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,40 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012 +# Irriep Nala Novram , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2018-10-19 23:05+0000\n" +"Last-Translator: Irriep Nala Novram \n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !" +"=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n" +"%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > " +"19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 " +"&& n % 1000000 == 0) ? 3 : 4);\n" + +msgid "Sessions" +msgstr "Dalc'hoù" + +msgid "session key" +msgstr "alc'hwez dalc'h" + +msgid "session data" +msgstr "roadennoù an dalc'h" + +msgid "expire date" +msgstr "deiziad fin" + +msgid "session" +msgstr "dalc'h" + +msgid "sessions" +msgstr "dalc'hoù" diff --git a/testbed/django__django/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f167bc89eb7d449a1bc8f0abae923361c2476a6a Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..2ba36a98b6665af45cd66b503c35ffa21b93861c --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "ključ sesije" + +msgid "session data" +msgstr "podaci sesije" + +msgid "expire date" +msgstr "datum isteka" + +msgid "session" +msgstr "sesija" + +msgid "sessions" +msgstr "sesije" diff --git a/testbed/django__django/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..480400c085a31281977f688792af162351bf3d45 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..cd7ea3ffb6364a33443760d3ba1591c2360e1996 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Carles Barrobés , 2014 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Catalan (http://www.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessions" + +msgid "session key" +msgstr "clau de la sessió" + +msgid "session data" +msgstr "dades de la sessió" + +msgid "expire date" +msgstr "data de caducitat" + +msgid "session" +msgstr "sessió" + +msgid "sessions" +msgstr "sessions" diff --git a/testbed/django__django/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..80a9b27ad33d664b394e89aab6f50a0d0c386fdd Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..743e3e4156a13de76cb4e35edf2d3b89c86940b4 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Vláďa Macek , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\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" + +msgid "Sessions" +msgstr "Sezení" + +msgid "session key" +msgstr "klíč sezení" + +msgid "session data" +msgstr "data sezení" + +msgid "expire date" +msgstr "datum expirace" + +msgid "session" +msgstr "sezení" + +msgid "sessions" +msgstr "sezení" diff --git a/testbed/django__django/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..efd21c20f15b99233e38831f88ae68071e1746e3 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Maredudd ap Gwyndaf , 2013-2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Maredudd ap Gwyndaf \n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +msgid "Sessions" +msgstr "Sesiynau" + +msgid "session key" +msgstr "allwedd sesiwn" + +msgid "session data" +msgstr "data sesiwn" + +msgid "expire date" +msgstr "dyddiad terfyn" + +msgid "session" +msgstr "sesiwn" + +msgid "sessions" +msgstr "sesiynau" diff --git a/testbed/django__django/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..489874b44d00031f972335780f859e63e6f1c35e Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/da/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/da/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..8d1689c65b61e129e6044aff5c43e87d65378f57 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Erik Wognsen , 2014 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessioner" + +msgid "session key" +msgstr "sessionsnøgle" + +msgid "session data" +msgstr "sessionsdata" + +msgid "expire date" +msgstr "udløbsdato" + +msgid "session" +msgstr "session" + +msgid "sessions" +msgstr "sessioner" diff --git a/testbed/django__django/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3af914671844a74f6c5668a49072bcd094068635 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/de/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/de/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..a3153e66d73fb89c3c03f3bd9e4358d224f7f19a --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/de/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011,2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: German (http://www.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessions" + +msgid "session key" +msgstr "Sitzungs-ID" + +msgid "session data" +msgstr "Sitzungsdaten" + +msgid "expire date" +msgstr "Verfallsdatum" + +msgid "session" +msgstr "Sitzung" + +msgid "sessions" +msgstr "Sitzungen" diff --git a/testbed/django__django/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..9e2a233a8404561d4c6f15f7d660d594f82161f9 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 00:02+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Sessions" +msgstr "Póseźenja" + +msgid "session key" +msgstr "pósejźeński kluc" + +msgid "session data" +msgstr "pósejźeńske daty" + +msgid "expire date" +msgstr "datum spadnjenja" + +msgid "session" +msgstr "pósejźenje" + +msgid "sessions" +msgstr "pósejźenja" diff --git a/testbed/django__django/django/contrib/sessions/locale/el/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/el/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..3813c31013c9cee97a701e82364286c610ceb23b --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/el/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Pãnoș , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Pãnoș \n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Συνεδρίες" + +msgid "session key" +msgstr "κλειδί συνεδρίας" + +msgid "session data" +msgstr "δεδομένα συνεδρίας" + +msgid "expire date" +msgstr "ημερομηνία λήξης" + +msgid "session" +msgstr "συνεδρία" + +msgid "sessions" +msgstr "συνεδρίες" diff --git a/testbed/django__django/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..08a7b68596a8a494a33644935e4ca6d40be6447f Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..da9a8d4d2ad439af7b1b8a09f29a65457a2e7eb7 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Tom Fifield , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2021-04-11 13:15+0000\n" +"Last-Translator: Tom Fifield \n" +"Language-Team: English (Australia) (http://www.transifex.com/django/django/" +"language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessions" + +msgid "session key" +msgstr "session key" + +msgid "session data" +msgstr "session data" + +msgid "expire date" +msgstr "expire date" + +msgid "session" +msgstr "session" + +msgid "sessions" +msgstr "sessions" diff --git a/testbed/django__django/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..258b3703b3f3cda896509332908b1f21d18ce8b2 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4a94ca32bcaa3f5e38955049bf806a4525fc72c0 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..33f2811643ec54087a93357617f2183fe16a6645 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1d92fef4d6043a9704c5d5a042ef6a3b5739c769 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f620215c259e438091cd2893524c2237305e3272 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..01e05400dd456d345f33caf72b99d5949282e48a Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..584556847dc7f71a0ba30856064198ebbe99fd5b Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..24f465c142591af3a329a2d0a9613704754fdf35 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d02dea8c8238b640dd1af071c7dee0313a549c7f Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/id/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/id/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..ef9b14f0c9ba59ef0dcb6949fe28ea5d17aa2d0a --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# M Asep Indrayana , 2015 +# rodin , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: rodin \n" +"Language-Team: Indonesian (http://www.transifex.com/django/django/language/" +"id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "Sesi" + +msgid "session key" +msgstr "kunci sesi" + +msgid "session data" +msgstr "data sesi" + +msgid "expire date" +msgstr "tanggal kedaluwarsa" + +msgid "session" +msgstr "sesi" + +msgid "sessions" +msgstr "sesi" diff --git a/testbed/django__django/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e781b05be66d6f4d4eaed8d9341c98caf9732453 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/io/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/io/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..84876644554d7066970ba6fcbc06fb8bb38a3b16 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/io/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viko Bartero , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-20 01:58+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ido (http://www.transifex.com/django/django/language/io/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: io\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "sesiono klefo" + +msgid "session data" +msgstr "sesiono datumi" + +msgid "expire date" +msgstr "expiro dato" + +msgid "session" +msgstr "sesiono" + +msgid "sessions" +msgstr "sesioni" diff --git a/testbed/django__django/django/contrib/sessions/locale/is/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/is/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..0bdaf5d55ffb5f88d77bd4ba76740907cb2ddc6e --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/is/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Icelandic (http://www.transifex.com/django/django/language/" +"is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "setulykill" + +msgid "session data" +msgstr "setugögn" + +msgid "expire date" +msgstr "fyrningardagsetning" + +msgid "session" +msgstr "seta" + +msgid "sessions" +msgstr "setur" diff --git a/testbed/django__django/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..33e2cd7c4e35ee41bef0139d9e3feb258936bb2e Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/it/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..3d8353c8e68caeeb0ac0dc986305c6d71cff9c1c --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Marco Bonetti, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: palmux \n" +"Language-Team: Italian (http://www.transifex.com/django/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessioni" + +msgid "session key" +msgstr "chiave di sessione" + +msgid "session data" +msgstr "dati di sessione" + +msgid "expire date" +msgstr "data di scadenza" + +msgid "session" +msgstr "sessione" + +msgid "sessions" +msgstr "sessioni" diff --git a/testbed/django__django/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0de4c2990f6fa8732ba810a6c30be7f33d75031e Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..25ef99aab9dc3fd9f89f435f72d07c321c697358 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Shinya Okano , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Japanese (http://www.transifex.com/django/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "セッション" + +msgid "session key" +msgstr "セッションキー" + +msgid "session data" +msgstr "セッションデータ" + +msgid "expire date" +msgstr "有効期限" + +msgid "session" +msgstr "セッション" + +msgid "sessions" +msgstr "セッション" diff --git a/testbed/django__django/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..be4e5d87e082f92fdd5819a635e6bda1ca9c0ac9 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..bcdcb5f802f30c4d6e98c16ae7594ce1ac7475c5 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Georgian (http://www.transifex.com/django/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "სესიის გასაღები" + +msgid "session data" +msgstr "სესიის მონაცემები" + +msgid "expire date" +msgstr "ამოწურვის თარიღი" + +msgid "session" +msgstr "სესია" + +msgid "sessions" +msgstr "სესიები" diff --git a/testbed/django__django/django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6f22bc4228e386bd346baa8cf2c316f73a88e39c Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..b3aa45ffb7e97ec908059cfe1435eb77a6b87b11 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-10-06 11:49+0000\n" +"Last-Translator: Muḥend Belqasem \n" +"Language-Team: Kabyle (http://www.transifex.com/django/django/language/" +"kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Tiɣimiyin" + +msgid "session key" +msgstr "tasarutt n tɣimit" + +msgid "session data" +msgstr "isefka n tɣimit" + +msgid "expire date" +msgstr "azemz n tgara" + +msgid "session" +msgstr "tiɣimit" + +msgid "sessions" +msgstr "tiɣimiyin" diff --git a/testbed/django__django/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f3b0c1b2389c3ef608ed4997bc48c9245e959b84 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..5777dc2621d9d4d6a33f4a1b42f8cf931b0b0e18 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Baurzhan Muftakhidinov , 2015 +# yun_man_ger , 2011 +# Zhazira , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Baurzhan Muftakhidinov \n" +"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +msgid "Sessions" +msgstr "Сессиялар" + +msgid "session key" +msgstr "сессия кілті" + +msgid "session data" +msgstr "сессия деректері" + +msgid "expire date" +msgstr "мерзімі аяқталу уақыты" + +msgid "session" +msgstr "сессия" + +msgid "sessions" +msgstr "сессиялар" diff --git a/testbed/django__django/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..af28c29bfd375beac366ee8addec4f2286cdfe7c Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/km/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/km/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..1c1252cf1da119268d277484caf9e61e9f50ed47 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/km/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Khmer (http://www.transifex.com/django/django/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "លេខសំគាល់​រយះពេល​ពិនិត្យ​ចូល" + +msgid "session data" +msgstr "ទិន្នន័យរយះពេល​ពិនិត្យ​ចូល" + +msgid "expire date" +msgstr "ហួសពេលកំណត់" + +msgid "session" +msgstr "រយះពេល​ពិនិត្យ​ចូល" + +msgid "sessions" +msgstr "រយះពេល​ពិនិត្យ​ចូល" diff --git a/testbed/django__django/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..23b8948c20d402274c88ef01208b67687ff34c6c Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..0811ad80a4acbe5a9160d98d6f2c4e0e272e0dca --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Rohith PR, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2021-08-03 10:50+0000\n" +"Last-Translator: Rohith PR\n" +"Language-Team: Kannada (http://www.transifex.com/django/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Sessions" +msgstr "ಅಧಿವೇಶನಗಳು" + +msgid "session key" +msgstr "ಅಧಿವೇಶನದ ಕೀಲಿಕೈ" + +msgid "session data" +msgstr "ಅಧಿವೇಶನದ ದತ್ತಾಂಶ" + +msgid "expire date" +msgstr "ಅವಧಿಮೀರುವ ದಿನಾಂಕ" + +msgid "session" +msgstr "ಅಧಿವೇಶನ" + +msgid "sessions" +msgstr "ಅಧಿವೇಶನಗಳು" diff --git a/testbed/django__django/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..144d87c19142f2a13f50df615ee9b1163dca53ca Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..74c622c3f93e320d9cc5dbe3eede7736bd039f23 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Chr0m3 , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Chr0m3 \n" +"Language-Team: Korean (http://www.transifex.com/django/django/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "세션" + +msgid "session key" +msgstr "세션 키" + +msgid "session data" +msgstr "세션 날짜" + +msgid "expire date" +msgstr "유효날짜" + +msgid "session" +msgstr "세션" + +msgid "sessions" +msgstr "세션" diff --git a/testbed/django__django/django/contrib/sessions/locale/ky/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ky/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..7d9feac386b2957d145efdd8116671ed954509f2 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ky/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soyuzbek Orozbek uulu , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2020-05-23 06:08+0000\n" +"Last-Translator: Soyuzbek Orozbek uulu \n" +"Language-Team: Kyrgyz (http://www.transifex.com/django/django/language/ky/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ky\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "Отурумдар" + +msgid "session key" +msgstr "отурум ачкычы" + +msgid "session data" +msgstr "отурум берилиши" + +msgid "expire date" +msgstr "мөөнөтү" + +msgid "session" +msgstr "отурум" + +msgid "sessions" +msgstr "отурумдар" diff --git a/testbed/django__django/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5b7937f60831ed7f8a2584d2470803c9833582d3 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..e7c83d42abb778d17583c152f45b7e91a04cbce8 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:12+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "" + +msgid "session data" +msgstr "" + +msgid "expire date" +msgstr "" + +msgid "session" +msgstr "" + +msgid "sessions" +msgstr "" diff --git a/testbed/django__django/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bfd37fbd0e5a6811aa2b1959ffa1211402d36275 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..0051e3000a24a5abe7425dd51a854ac506453efb --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po @@ -0,0 +1,39 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Matas Dailyda , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Matas Dailyda \n" +"Language-Team: Lithuanian (http://www.transifex.com/django/django/language/" +"lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < " +"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " +"1 : n % 1 != 0 ? 2: 3);\n" + +msgid "Sessions" +msgstr "Sesijos" + +msgid "session key" +msgstr "sesijos raktas" + +msgid "session data" +msgstr "sesijos data" + +msgid "expire date" +msgstr "galiojima data" + +msgid "session" +msgstr "sesija" + +msgid "sessions" +msgstr "sesijos" diff --git a/testbed/django__django/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..07f5308efe96c7e15c43448270ea1f576341822f Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..45fdde52383a606884c0981922e7976c787ebd22 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# peterisb , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: peterisb \n" +"Language-Team: Latvian (http://www.transifex.com/django/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +msgid "Sessions" +msgstr "Sesijas" + +msgid "session key" +msgstr "sesijas atslēga" + +msgid "session data" +msgstr "sesijas dati" + +msgid "expire date" +msgstr "izbeigšanās datums" + +msgid "session" +msgstr "sesija" + +msgid "sessions" +msgstr "sesijas" diff --git a/testbed/django__django/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bdf114e383bab8af86bff1844d6fc57ac8cb67b9 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..1e1162b76a3275bb293a142db5eb12123bf3c4d9 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Vasil Vangelovski , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Macedonian (http://www.transifex.com/django/django/language/" +"mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +msgid "Sessions" +msgstr "Сесии" + +msgid "session key" +msgstr "сесиски клуч" + +msgid "session data" +msgstr "сесиски податоци" + +msgid "expire date" +msgstr "датум на истекување" + +msgid "session" +msgstr "сесија" + +msgid "sessions" +msgstr "сесии" diff --git a/testbed/django__django/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9710d0265779ea8fa6b5cf0f383c39e242cc4edc Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..ecaa34144ee6519a09ea7e086c2c519b43b40abc --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Hrishikesh , 2019 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2019-03-03 10:00+0000\n" +"Last-Translator: Hrishikesh \n" +"Language-Team: Malayalam (http://www.transifex.com/django/django/language/" +"ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "സെഷനുകൾ" + +msgid "session key" +msgstr "സെഷന്‍ കീ" + +msgid "session data" +msgstr "സെഷനിലെ ഡാറ്റ" + +msgid "expire date" +msgstr "കാലാവധി തീരുന്ന തിയ്യതി" + +msgid "session" +msgstr "സെഷന്‍" + +msgid "sessions" +msgstr "സെഷനുകള്‍" diff --git a/testbed/django__django/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f214362f9d30a9eaf94c531b6b5c3982dea3a7db Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..4ff7c3571bcacdddf9748b027ed6be4f514efc0b --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bayarkhuu Bataa, 2014 +# Jannis Leidel , 2011 +# Анхбаяр Анхаа , 2011,2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2018-07-09 06:53+0000\n" +"Last-Translator: Анхбаяр Анхаа \n" +"Language-Team: Mongolian (http://www.transifex.com/django/django/language/" +"mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Session-ууд" + +msgid "session key" +msgstr "session түлхүүр" + +msgid "session data" +msgstr "session өгөгдөл" + +msgid "expire date" +msgstr "дуусах хугацаа" + +msgid "session" +msgstr "session" + +msgid "sessions" +msgstr "session-ууд" diff --git a/testbed/django__django/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..183b3d14e9fb10c1d39cdf7eb3080abd7a0a7b50 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..45b727e128eab99f7eac2ca1cb50a834c48939cc --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:12+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Marathi (http://www.transifex.com/projects/p/django/language/" +"mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "" + +msgid "session data" +msgstr "" + +msgid "expire date" +msgstr "" + +msgid "session" +msgstr "" + +msgid "sessions" +msgstr "" diff --git a/testbed/django__django/django/contrib/sessions/locale/ms/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ms/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f46c07b122825fab950717aac7ce4db9fd5ca4d2 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ms/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ms/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ms/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..4e3b6aab64881d4d6f91b9c52d506cbbd3154fbc --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ms/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jafry Hisham, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2021-11-16 12:39+0000\n" +"Last-Translator: Jafry Hisham\n" +"Language-Team: Malay (http://www.transifex.com/django/django/language/ms/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "Sesi-sesi" + +msgid "session key" +msgstr "Kunci sesi" + +msgid "session data" +msgstr "Data sesi" + +msgid "expire date" +msgstr "Tarikh tamat tempoh" + +msgid "session" +msgstr "sesi" + +msgid "sessions" +msgstr "sesi-sesi" diff --git a/testbed/django__django/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..73d049a369170c8dfabc9d72b0248dcb0122c371 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/my/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/my/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..745787425d57a49b4dacac2b30754572e8063044 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/my/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Yhal Htet Aung , 2013,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:50+0000\n" +"Last-Translator: Yhal Htet Aung \n" +"Language-Team: Burmese (http://www.transifex.com/django/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "ကြားကာလများ" + +msgid "session key" +msgstr "ကြားကာလသော့" + +msgid "session data" +msgstr "ကြားကာလအချက်အလက်" + +msgid "expire date" +msgstr "သက်တမ်းကုန်နေ့စွဲ" + +msgid "session" +msgstr "ကြားကာလ" + +msgid "sessions" +msgstr "ကြားကာလများ" diff --git a/testbed/django__django/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..78c5727fc7f8ccd5eccbc5be896bdd868a51641d Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..7a6d5d0eaaf3ca25e2880825dd8c4f3857a76f13 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# jensadne , 2014 +# Jon , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Økter" + +msgid "session key" +msgstr "øktnøkkel" + +msgid "session data" +msgstr "øktdata" + +msgid "expire date" +msgstr "utløpsdato" + +msgid "session" +msgstr "økt" + +msgid "sessions" +msgstr "økter" diff --git a/testbed/django__django/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..93ff6787e08edbf73b2addb64cb7cd77b0df8f22 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..c2b6e8cd74ce08b9905d99defa554b8bbcea0e3e --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Paras Nath Chaudhary , 2012 +# Sagar Chalise , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Sagar Chalise \n" +"Language-Team: Nepali (http://www.transifex.com/django/django/language/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "अवधिहरु" + +msgid "session key" +msgstr "अवधि साँचो" + +msgid "session data" +msgstr "अवधि विवरण" + +msgid "expire date" +msgstr "खारेज मिति" + +msgid "session" +msgstr "अवधि" + +msgid "sessions" +msgstr "अवधिहरु" diff --git a/testbed/django__django/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c44a8fc6882b390d4e9b7c747488358204708066 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..60698e540935d699cc8398714966b127c62e367b --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Sander Steffann , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Sander Steffann \n" +"Language-Team: Dutch (http://www.transifex.com/django/django/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessies" + +msgid "session key" +msgstr "sessiesleutel" + +msgid "session data" +msgstr "sessiegegevens" + +msgid "expire date" +msgstr "verloopdatum" + +msgid "session" +msgstr "sessie" + +msgid "sessions" +msgstr "sessies" diff --git a/testbed/django__django/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..285d386c93d09e733e84aff42ff46c44cc457b23 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..802d36d141cea1617ebdca28edd293987801962f --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Sivert Olstad, 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2021-10-26 12:34+0000\n" +"Last-Translator: Sivert Olstad\n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sesjonar" + +msgid "session key" +msgstr "sesjonsnøkkel" + +msgid "session data" +msgstr "sesjonsdata" + +msgid "expire date" +msgstr "utløpsdato" + +msgid "session" +msgstr "sesjon" + +msgid "sessions" +msgstr "sesjonar" diff --git a/testbed/django__django/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4ab9e905a6a3b8834f66309052582a08c8d75f21 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/os/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/os/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..0588ebb7ece0654abb9640ba3b129792aace04dd --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/os/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soslan Khubulov , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:58+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ossetic (http://www.transifex.com/django/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "сессийы амонӕн" + +msgid "session data" +msgstr "сессийы рардтӕ" + +msgid "expire date" +msgstr "фӕуды афон" + +msgid "session" +msgstr "сесси" + +msgid "sessions" +msgstr "сесситӕ" diff --git a/testbed/django__django/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9c4c9da6ec874d1ca3b0d9c2a44c58686ddefbe0 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..3895f30cac255f559a6e95959c98d57455de930a --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/django/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "ਸ਼ੈਸ਼ਨ ਕੁੰਜੀ" + +msgid "session data" +msgstr "ਸ਼ੈਸ਼ਨ ਡਾਟਾ" + +msgid "expire date" +msgstr "ਮਿਆਦ ਮਿਤੀ" + +msgid "session" +msgstr "ਸ਼ੈਸ਼ਨ" + +msgid "sessions" +msgstr "ਸ਼ੈਸ਼ਨ" diff --git a/testbed/django__django/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b479f2bcec9101bb48b5c2189e210dc74ca40375 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..b72de948855858b1d5520173736438a460f592b6 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,39 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Mattia Procopio , 2014 +# Tomasz Kajtoch , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Tomasz Kajtoch \n" +"Language-Team: Polish (http://www.transifex.com/django/django/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\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" + +msgid "Sessions" +msgstr "Sesje" + +msgid "session key" +msgstr "klucz sesji" + +msgid "session data" +msgstr "dane sesji" + +msgid "expire date" +msgstr "data wygaśnięcia sesji" + +msgid "session" +msgstr "sesja" + +msgid "sessions" +msgstr "sesje" diff --git a/testbed/django__django/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bb50e3a6b0f54818b40b7dc4a0126bd3df932b07 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..69a3fa048a2c02d735d43fe4beaa632c4799af87 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Raúl Pedro Fernandes Santos, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Portuguese (http://www.transifex.com/django/django/language/" +"pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessões" + +msgid "session key" +msgstr "chave da sessão" + +msgid "session data" +msgstr "dados da sessão" + +msgid "expire date" +msgstr "data de expiração" + +msgid "session" +msgstr "sessão" + +msgid "sessions" +msgstr "sessões" diff --git a/testbed/django__django/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e4e0da1d045ca973789650f1da85e38c86e4dc15 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..ebe8e6a3a12101868cefd80cec374502e82937d5 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Allisson Azevedo , 2014 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: andrewsmedina \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Sessions" +msgstr "Sessões" + +msgid "session key" +msgstr "chave da sessão" + +msgid "session data" +msgstr "dados da sessão" + +msgid "expire date" +msgstr "data de expiração" + +msgid "session" +msgstr "sessão" + +msgid "sessions" +msgstr "sessões" diff --git a/testbed/django__django/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..49ade94cf2a0b6acb47cb86ddadc1c682cbeef27 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..daae11e9b6c1655296f4206382b9df33b5c05243 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po @@ -0,0 +1,39 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Daniel Ursache-Dogariu, 2011 +# Jannis Leidel , 2011 +# Razvan Stefanescu , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Razvan Stefanescu \n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +msgid "Sessions" +msgstr "Sesiuni" + +msgid "session key" +msgstr "cheie sesiune" + +msgid "session data" +msgstr "date sesiune" + +msgid "expire date" +msgstr "dată expirare" + +msgid "session" +msgstr "sesiune" + +msgid "sessions" +msgstr "sesiuni" diff --git a/testbed/django__django/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8934770af1c645d7502a0d684881e41fbf8a65fd Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..1f4a9388d377e935453df75612d434098ae1d325 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,39 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Алексей Борискин , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Eugene MechanisM \n" +"Language-Team: Russian (http://www.transifex.com/django/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Sessions" +msgstr "Сессии" + +msgid "session key" +msgstr "ключ сессии" + +msgid "session data" +msgstr "данные сессии" + +msgid "expire date" +msgstr "дата окончания" + +msgid "session" +msgstr "сессия" + +msgid "sessions" +msgstr "сессии" diff --git a/testbed/django__django/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..675f761319080af465399edfa87523859f79ec7d Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..ca01c84e68c754c7bd514e40e6ac65cace4622c6 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Martin Tóth , 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Martin Tóth \n" +"Language-Team: Slovak (http://www.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " +">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +msgid "Sessions" +msgstr "Relácie" + +msgid "session key" +msgstr "kľúč relácie" + +msgid "session data" +msgstr "údaje relácie" + +msgid "expire date" +msgstr "dátum vypršania platnosti" + +msgid "session" +msgstr "relácia" + +msgid "sessions" +msgstr "relácie" diff --git a/testbed/django__django/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a44169f10d353301dc66d1b44e9322eedf8a30f5 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..f06a9a209d7fba94c26de7de2dbb7e50049ee29b --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# zejn , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Primož Verdnik \n" +"Language-Team: Slovenian (http://www.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Sessions" +msgstr "Seje" + +msgid "session key" +msgstr "ključ seje" + +msgid "session data" +msgstr "podatki seje" + +msgid "expire date" +msgstr "čas preteka" + +msgid "session" +msgstr "seja" + +msgid "sessions" +msgstr "seje" diff --git a/testbed/django__django/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..001dbcd154e8d28f646db3b91d13b9b6e58e0609 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..3299ef0379004e574a0ca0b252d9a2ff9c630432 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Besnik \n" +"Language-Team: Albanian (http://www.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sesione" + +msgid "session key" +msgstr "kyç sesioni" + +msgid "session data" +msgstr "të dhëna sesioni" + +msgid "expire date" +msgstr "datë skadimi" + +msgid "session" +msgstr "sesion" + +msgid "sessions" +msgstr "sesione" diff --git a/testbed/django__django/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d89316d8387964bef4ab57ce1ad308dfe732971a Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..97759a03b60b990f54a38c67c2333526414a48d0 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Branko Kokanovic , 2018 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2018-01-30 10:08+0000\n" +"Last-Translator: Branko Kokanovic \n" +"Language-Team: Serbian (http://www.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Sessions" +msgstr "Сесије" + +msgid "session key" +msgstr "кључ сесије" + +msgid "session data" +msgstr "подаци сесије" + +msgid "expire date" +msgstr "датум застаревања" + +msgid "session" +msgstr "сесија" + +msgid "sessions" +msgstr "сесије" diff --git a/testbed/django__django/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..708ede030945d61f1655a3ee30664e4a2b3aa982 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..1132d52d028fbb921d6b48cf17407b891801c553 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Igor Jerosimić, 2019 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2019-06-27 12:40+0000\n" +"Last-Translator: Igor Jerosimić\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/django/django/" +"language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Sessions" +msgstr "Sesije" + +msgid "session key" +msgstr "ključ sesije" + +msgid "session data" +msgstr "podaci sesije" + +msgid "expire date" +msgstr "datum zastarevanja" + +msgid "session" +msgstr "sesija" + +msgid "sessions" +msgstr "sesije" diff --git a/testbed/django__django/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b44d13a6b74ef78f8eee5ba1bfc8a405dd659f73 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..bf18a34fe9bc37e26539f4aa35cfc0a4976e825f --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Jonathan Lindén, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jonathan Lindén\n" +"Language-Team: Swedish (http://www.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessioner" + +msgid "session key" +msgstr "sessionsnyckel" + +msgid "session data" +msgstr "sessionsdata" + +msgid "expire date" +msgstr "utgångsdatum" + +msgid "session" +msgstr "session" + +msgid "sessions" +msgstr "sessioner" diff --git a/testbed/django__django/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3b4e3a4552449eaceeef54c6890b367e7df34a38 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..f645ab42783df8c9bf5c595be947100f551ab564 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Machaku , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Swahili (http://www.transifex.com/django/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Vipindi" + +msgid "session key" +msgstr "ufunguo wa kipindi" + +msgid "session data" +msgstr "data za kipindi" + +msgid "expire date" +msgstr "tarehe ya mwisho ya matumizi" + +msgid "session" +msgstr "kipindi" + +msgid "sessions" +msgstr "vipindi" diff --git a/testbed/django__django/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a81d60d04388b774130bf297d4731efcb9711f23 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..21779b003bac07d75a2fc933c766475630188568 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "அமர்வு குறியீ" + +msgid "session data" +msgstr "அமர்வு தகவல்" + +msgid "expire date" +msgstr "காலாவதியாகும் தேதி" + +msgid "session" +msgstr "அமர்வு" + +msgid "sessions" +msgstr "அமர்வுகள்" diff --git a/testbed/django__django/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7a2be871f237e003c9214e13b8ec87ab49cac0cc Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/te/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/te/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..c9832a4e41344b44cd8aca945aef47119febc0f3 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/te/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# bhaskar teja yerneni , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Telugu (http://www.transifex.com/django/django/language/te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "భాగము తాళంచెవి" + +msgid "session data" +msgstr "భాగము దత్తం" + +msgid "expire date" +msgstr "కాలం చెల్లు తేది." + +msgid "session" +msgstr "భాగము" + +msgid "sessions" +msgstr "భాగములు" diff --git a/testbed/django__django/django/contrib/sessions/locale/tg/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/tg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7a64c5bb9fb0291214bcb69588a4568fb85636d0 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/tg/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/tg/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/tg/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..0860033c5e095fb4d1330906b261ed86622511fd --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/tg/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Surush Sufiew , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2020-05-15 00:34+0000\n" +"Last-Translator: Surush Sufiew \n" +"Language-Team: Tajik (http://www.transifex.com/django/django/language/tg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Сессияҳо" + +msgid "session key" +msgstr "калиди сессияҳо" + +msgid "session data" +msgstr "додаҳои сессияҳо" + +msgid "expire date" +msgstr "санаи анҷом" + +msgid "session" +msgstr "сессия" + +msgid "sessions" +msgstr "сессияҳо" diff --git a/testbed/django__django/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..462cce8c08deeee499ff105649e0d69d303acee6 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/th/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/th/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..9f7648fccdc9d894080475772a8eb6f2d22b34c8 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/th/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Kowit Charoenratchatabhan , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2018-05-06 07:45+0000\n" +"Last-Translator: Kowit Charoenratchatabhan \n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "เซสชัน" + +msgid "session key" +msgstr "เซสชันคีย์" + +msgid "session data" +msgstr "ข้อมูลเซสชัน" + +msgid "expire date" +msgstr "วันหมดอายุ" + +msgid "session" +msgstr "เซสชัน" + +msgid "sessions" +msgstr "เซสชัน" diff --git a/testbed/django__django/django/contrib/sessions/locale/tk/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/tk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..18fdb60386c95f74ee7a39b650ca3c9b79acd5e1 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/tk/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/tk/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/tk/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..f5ace165cf08a52351812124131c637c0852a38f --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/tk/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Welbeck Garli , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2020-07-06 11:50+0000\n" +"Last-Translator: Resulkary \n" +"Language-Team: Turkmen (http://www.transifex.com/django/django/language/" +"tk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tk\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Sessions" +msgstr "Sessiýalar" + +msgid "session key" +msgstr "sessiýa açary" + +msgid "session data" +msgstr "sessiýa maglumaty" + +msgid "expire date" +msgstr "gutarýan senesi" + +msgid "session" +msgstr "sessiýa" + +msgid "sessions" +msgstr "sessiýalar" diff --git a/testbed/django__django/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3125a69a077701d2bf05ace1b3234a58394c2c29 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..a23226bf3886e2f7b28ff3e9b998e16043dbe95c --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# BouRock, 2014 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Turkish (http://www.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Sessions" +msgstr "Oturumlar" + +msgid "session key" +msgstr "oturum anahtarı" + +msgid "session data" +msgstr "oturum verisi" + +msgid "expire date" +msgstr "bitiş tarihi" + +msgid "session" +msgstr "oturum" + +msgid "sessions" +msgstr "oturumlar" diff --git a/testbed/django__django/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e55219282ab8389b3c9edee1e97fa4ff570eb79b Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..d0a7115ddf2af84d4e034d6b36d2f9e72574dc8c --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "" + +msgid "session data" +msgstr "" + +msgid "expire date" +msgstr "" + +msgid "session" +msgstr "" + +msgid "sessions" +msgstr "" diff --git a/testbed/django__django/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a2def308b9fd186c5160853cd72f8c61d3a49594 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..493b9c228c582a2a5b45d2f121495a44bb6dfe74 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..47fa681e590749a32d5018c09f052635ef3aa3b3 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Nuruddin Iminokhunov , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 01:18+0000\n" +"Last-Translator: Nuruddin Iminokhunov \n" +"Language-Team: Uzbek (http://www.transifex.com/django/django/language/uz/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "Sessiyalar" + +msgid "session key" +msgstr "sessiya kaliti" + +msgid "session data" +msgstr "sessiya ma'lumotlari " + +msgid "expire date" +msgstr "tugash vaqti" + +msgid "session" +msgstr "sessiya" + +msgid "sessions" +msgstr "sessiyalar" diff --git a/testbed/django__django/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..731d24ce52b9ef174550c0c16afd863f57a237f8 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Thanh Le Viet , 2013 +# Tran Van , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-23 18:54+0000\n" +"Last-Translator: Tran Van \n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "" + +msgid "session key" +msgstr "session key" + +msgid "session data" +msgstr "session data" + +msgid "expire date" +msgstr "Ngày hết hạn" + +msgid "session" +msgstr "Phiên" + +msgid "sessions" +msgstr "session" diff --git a/testbed/django__django/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo b/testbed/django__django/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4d762f61043b83b5dae59a77c4ce5ff88ded5328 Binary files /dev/null and b/testbed/django__django/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/testbed/django__django/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po b/testbed/django__django/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..ee25859629780082fc985a62cba6e0376acf71b7 --- /dev/null +++ b/testbed/django__django/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Ronald White , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2017-09-19 16:40+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Chinese (China) (http://www.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Sessions" +msgstr "会话" + +msgid "session key" +msgstr "会话密钥" + +msgid "session data" +msgstr "会话数据" + +msgid "expire date" +msgstr "过期时间" + +msgid "session" +msgstr "会话" + +msgid "sessions" +msgstr "会话" diff --git a/testbed/django__django/django/contrib/sitemaps/templates/sitemap.xml b/testbed/django__django/django/contrib/sitemaps/templates/sitemap.xml new file mode 100644 index 0000000000000000000000000000000000000000..67b166ac36ada824594d8ab62f1f4eb5e77e032e --- /dev/null +++ b/testbed/django__django/django/contrib/sitemaps/templates/sitemap.xml @@ -0,0 +1,16 @@ + + +{% spaceless %} +{% for url in urlset %} + + {{ url.location }} + {% if url.lastmod %}{{ url.lastmod|date:"Y-m-d" }}{% endif %} + {% if url.changefreq %}{{ url.changefreq }}{% endif %} + {% if url.priority %}{{ url.priority }}{% endif %} + {% for alternate in url.alternates %} + + {% endfor %} + +{% endfor %} +{% endspaceless %} +