code stringlengths 0 21.5M | repo_name stringlengths 4 92 | path stringlengths 1 189 | language stringlengths 0 26 | license stringclasses 11
values | size int64 0 21.5M |
|---|---|---|---|---|---|
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
... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/backends/signed_cookies.py | Python | mit | 2,676 |
"""
This module allows importing AbstractBaseSession even
when django.contrib.sessions is not in INSTALLED_APPS.
"""
from django.db import models
from django.utils.translation import gettext_lazy as _
class BaseSessionManager(models.Manager):
def encode(self, session_dict):
"""
Return the given se... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/base_session.py | Python | mit | 1,490 |
from django.core.exceptions import BadRequest, SuspiciousOperation
class InvalidSessionKey(SuspiciousOperation):
"""Invalid characters in session key"""
pass
class SuspiciousSession(SuspiciousOperation):
"""The session may be tampered with"""
pass
class SessionInterrupted(BadRequest):
"""The... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/exceptions.py | Python | mit | 359 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# F Wolff <friedel@translate.org.za>, 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 W... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.po | po | mit | 838 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Bashar Al-Abdulhadi, 2014
# Jannis Leidel <jannis@leidel.info>, 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+0... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po | po | mit | 995 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Riterix <infosrabah@gmail.com>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po | po | mit | 978 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ḷḷumex03 <tornes@opmbx.org>, 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 Lei... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po | po | mit | 846 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ali Ismayilov <ali@ismailov.info>, 2011
# Emin Mastizada <emin@linux.com>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.po | po | mit | 891 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Viktar Palstsiuk <vipals@gmail.com>, 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: Vi... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.po | po | mit | 1,023 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# arneatec <arneatec@gmail.com>, 2022
# Jannis Leidel <jannis@leidel.info>, 2011
# vestimir <vestimir@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po | po | mit | 997 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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: Jan... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po | po | mit | 909 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Fulup <fulup.jakez@gmail.com>, 2012
# Irriep Nala Novram <allannkorh@yahoo.fr>, 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: 20... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.po | po | mit | 1,201 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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: Jan... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po | po | mit | 909 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Carles Barrobés <carles@barrobes.com>, 2014
# Jannis Leidel <jannis@leidel.info>, 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: ... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po | po | mit | 906 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# kosar tofiq <kosar.belana@gmail.com>, 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: 2023-04-24 18:26+0000\n"
"Last-Translator: k... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ckb/LC_MESSAGES/django.po | po | mit | 905 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Vláďa Macek <macek@sandbox.cz>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po | po | mit | 962 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Maredudd ap Gwyndaf <maredudd@maredudd.com>, 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-Revi... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po | po | mit | 952 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Erik Wognsen <r4mses@gmail.com>, 2014
# Jannis Leidel <jannis@leidel.info>, 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-0... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.po | po | mit | 880 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.po | po | mit | 844 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Michael Wolf <milupo@sorbzilla.de>, 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: Mic... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po | po | mit | 934 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Pãnoș <panos.laganakos@gmail.com>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.po | po | mit | 971 |
# This file is distributed under the same license as the Django package.
#
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: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
"Langua... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.po | po | mit | 804 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Tom Fifield <tom@tomfifield.net>, 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 F... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po | po | mit | 853 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ross Poulton <ross@rossp.org>, 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 L... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po | po | mit | 849 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Baptiste Darthenay <baptiste+transifex@darthenay.fr>, 2014
# kristjan <kristjan.schmidt@googlemail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:07+0100... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po | po | mit | 917 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ernesto Avilés Vázquez <whippiii@gmail.com>, 2014
# Jannis Leidel <jannis@leidel.info>, 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-... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.po | po | mit | 909 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Ramiro Morales, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po | po | mit | 879 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Carlos Muñoz <cmuozdiaz@outlook.com>, 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 22:00+0000\n"
"Last-Translator: C... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po | po | mit | 878 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Abraham Estrada, 2011
# zodman <zodman@gmail.com>, 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-... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po | po | mit | 892 |
# 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 <jannis@leidel.info>\n"
"Languag... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po | po | mit | 761 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Marti Raudsepp <marti@juffo.org>, 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-... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.po | po | mit | 899 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Eneko Illarramendi <eneko@illarra.com>, 2017
# Jannis Leidel <jannis@leidel.info>, 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:... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po | po | mit | 893 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Reza Mohammadi <reza@teeleh.ir>, 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-0... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po | po | mit | 922 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Klaus Dahlén <klaus.dahlen@gmail.com>, 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: ... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po | po | mit | 889 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Claude Paroz <claude@2xlibre.net>, 2014
# Jannis Leidel <jannis@leidel.info>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po | po | mit | 893 |
# 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 <jannis@leidel.info>\n"
"Languag... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.po | po | mit | 751 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Luke Blaney <transifex@lukeblaney.co.uk>, 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-Dat... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po | po | mit | 958 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# GunChleoc, 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-22 17:29+0000\n"
"Last-Translator: GunChleoc\n"
"Language-Team:... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES/django.po | po | mit | 890 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Leandro Regueiro <leandro.regueiro@gmail.com>, 2013
# X Bello <xbello@gmail.com>, 2023
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po | po | mit | 943 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Meir Kriheli <mkriheli@gmail.com>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.po | po | mit | 1,066 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Sandeep Satavlekar <sandysat@gmail.com>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po | po | mit | 951 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Mislav Cimperšak <mislav.cimpersak@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
"PO-Revisio... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po | po | mit | 998 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Michael Wolf <milupo@sorbzilla.de>, 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: Mic... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po | po | mit | 929 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# András Veres-Szentkirályi, 2016
# Jannis Leidel <jannis@leidel.info>, 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 1... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po | po | mit | 884 |
# 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: 2018-11-01 20:47+0000\n"
"Last-Translator: Ruben Harutyunov <rharutyunov@mail.ru>\n"
"Lan... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES/django.po | po | mit | 893 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Martijn Dekker <mcdutchie@hotmail.com>, 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 22:00+0000\n"
"Last-Translator:... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.po | po | mit | 869 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# M Asep Indrayana <me@drayanaindra.com>, 2015
# rodin <romihardiyanto@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 20... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.po | po | mit | 914 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Viko Bartero <inactive+tergrundo@transifex.com>, 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-Tr... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.po | po | mit | 840 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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: Jan... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.po | po | mit | 853 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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"... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.po | po | mit | 869 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Shinya Okano <tokibito@gmail.com>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po | po | mit | 920 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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: Jan... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po | po | mit | 955 |
# 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 <belkacem77@gmail.com>\n"
"Lan... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po | po | mit | 821 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Baurzhan Muftakhidinov <baurthefirst@gmail.com>, 2015
# yun_man_ger <germanilyin@gmail.com>, 2011
# Zhazira <zhazira.mt@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po | po | mit | 1,029 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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: Jan... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.po | po | mit | 1,073 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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"
"La... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po | po | mit | 990 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Chr0m3 <chr0m3.kr@gmail.com>, 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-1... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po | po | mit | 855 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Soyuzbek Orozbek uulu <soyuzbek196.kg@gmail.com>, 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-T... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ky/LC_MESSAGES/django.po | po | mit | 915 |
# 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 <jannis@leidel.info>\n"
"Languag... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po | po | mit | 749 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Matas Dailyda <matas@dailyda.com>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po | po | mit | 1,023 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# peterisb <pb@sungis.lv>, 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:... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po | po | mit | 909 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Vasil Vangelovski <vvangelovski@gmail.com>, 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-D... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po | po | mit | 988 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Hrishikesh <hrishi.kb@gmail.com>, 2019
# Jannis Leidel <jannis@leidel.info>, 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-... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po | po | mit | 1,016 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Bayarkhuu Bataa, 2014
# Jannis Leidel <jannis@leidel.info>, 2011
# Анхбаяр Анхаа <l.ankhbayar@gmail.com>, 2011,2018
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:0... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po | po | mit | 992 |
# 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 <jannis@leidel.info>\n"
"Languag... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po | po | mit | 743 |
# 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ms/LC_MESSAGES/django.po | po | mit | 786 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Yhal Htet Aung <jumoun@gmail.com>, 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:... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.po | po | mit | 997 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# jensadne <jensadne@pvv.ntnu.no>, 2014
# Jon <jon@kolonial.no>, 2012
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:07+010... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po | po | mit | 908 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Paras Nath Chaudhary <opnchaudhary@gmail.com>, 2012
# Sagar Chalise <chalisesagar@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
"PO-Rev... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po | po | mit | 978 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Sander Steffann <inactive+steffann@transifex.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
"PO-Rev... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po | po | mit | 909 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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"... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po | po | mit | 851 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Soslan Khubulov <inactive+soslan@transifex.com>, 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-Tr... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.po | po | mit | 892 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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: Jan... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po | po | mit | 918 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Mattia Procopio <promat85@gmail.com>, 2014
# Tomasz Kajtoch <tomekkaj@tomekkaj.pl>, 2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date:... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po | po | mit | 1,084 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po | po | mit | 896 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Allisson Azevedo <allisson@gmail.com>, 2014
# Jannis Leidel <jannis@leidel.info>, 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: ... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po | po | mit | 924 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Daniel Ursache-Dogariu, 2011
# Jannis Leidel <jannis@leidel.info>, 2011
# Razvan Stefanescu <razvan.stefanescu@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 201... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po | po | mit | 987 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Алексей Борискин <sun.void@gmail.com>, 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: ... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po | po | mit | 1,101 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Martin Tóth <ezimir@gmail.com>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po | po | mit | 975 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# zejn <zejn@kiberpipa.org>, 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 1... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po | po | mit | 928 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Besnik <besnik@programeshqip.org>, 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: Besn... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po | po | mit | 844 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Branko Kokanovic <branko@kokanovic.org>, 2018
# Jannis Leidel <jannis@leidel.info>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po | po | mit | 1,027 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Igor Jerosimić, 2019
# Jannis Leidel <jannis@leidel.info>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po | po | mit | 946 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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\... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po | po | mit | 853 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Machaku <bmachaku@gmail.com>, 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 Le... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po | po | mit | 858 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 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: Jan... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po | po | mit | 945 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# bhaskar teja yerneni <prudhviy@gmail.com>, 2011
# Jannis Leidel <jannis@leidel.info>, 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-Da... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.po | po | mit | 980 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Surush Sufiew <siriusproger@gmail.com>, 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:... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/tg/LC_MESSAGES/django.po | po | mit | 910 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Kowit Charoenratchatabhan <kowit.s.c@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
"PO-Revis... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.po | po | mit | 988 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Welbeck Garli <welbeckgrlyw@gmail.com>, 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:... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/tk/LC_MESSAGES/django.po | po | mit | 865 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# BouRock, 2014
# Jannis Leidel <jannis@leidel.info>, 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... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po | po | mit | 863 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Azat Khasanshin <lordofbazuks@gmail.com>, 2011
# v_ildar <v_ildar@bk.ru>, 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-... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po | po | mit | 962 |
# 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 <jannis@leidel.info>\n"
"Languag... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po | po | mit | 737 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Oleksandr Chernihov <o.chernihov@gmail.com>, 2014
# Jannis Leidel <jannis@leidel.info>, 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-... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po | po | mit | 1,171 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Mansoorulhaq Mansoor <mnsrknp@gmail.com>, 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-Translato... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po | po | mit | 879 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Nuruddin Iminokhunov <nuruddin.iminohunov@gmail.com>, 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"
"La... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po | po | mit | 880 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Thanh Le Viet <lethanhx2k@gmail.com>, 2013
# Tran Van <vantxm@yahoo.co.uk>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po | po | mit | 909 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Ronald White <ouyanghongyu@gmail.com>, 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: ... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po | po | mit | 889 |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Chen Chun-Chia <ccc.larc@gmail.com>, 2015
# Jannis Leidel <jannis@leidel.info>, 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: 20... | castiel248/Convert | Lib/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po | po | mit | 898 |
castiel248/Convert | Lib/site-packages/django/contrib/sessions/management/__init__.py | Python | mit | 0 |