[Python-modules-commits] [django-recurrence] 01/04: Import django-recurrence_1.4.1.orig.tar.gz

Michael Fladischer fladi at moszumanska.debian.org
Wed Jan 11 11:04:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository django-recurrence.

commit bad58ef509df287bf4998dab69968750aaf2b4bd
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Jan 11 11:24:27 2017 +0100

    Import django-recurrence_1.4.1.orig.tar.gz
---
 PKG-INFO                                        |   2 +-
 django_recurrence.egg-info/PKG-INFO             |   2 +-
 django_recurrence.egg-info/SOURCES.txt          |  10 +
 docs/changelog.rst                              |  10 +
 docs/conf.py                                    |   4 +-
 docs/installation.rst                           |  32 +-
 recurrence/base.py                              |   2 +-
 recurrence/locale/de/LC_MESSAGES/django.mo      | Bin 0 -> 4385 bytes
 recurrence/locale/de/LC_MESSAGES/django.po      | 403 ++++++++++++++++++++
 recurrence/locale/de/LC_MESSAGES/djangojs.mo    | Bin 0 -> 4822 bytes
 recurrence/locale/de/LC_MESSAGES/djangojs.po    | 482 ++++++++++++++++++++++++
 recurrence/locale/eu/LC_MESSAGES/django.po      |   2 +-
 recurrence/locale/pt_BR/LC_MESSAGES/django.mo   | Bin 0 -> 4437 bytes
 recurrence/locale/pt_BR/LC_MESSAGES/django.po   | 403 ++++++++++++++++++++
 recurrence/locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 0 -> 4805 bytes
 recurrence/locale/pt_BR/LC_MESSAGES/djangojs.po | 469 +++++++++++++++++++++++
 recurrence/migrations/0001_initial.py           |  61 +++
 recurrence/migrations/__init__.py               |   0
 recurrence/static/recurrence/js/recurrence.js   |   5 +-
 setup.py                                        |   3 +-
 20 files changed, 1875 insertions(+), 15 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 3b7c1b4..785df83 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-recurrence
-Version: 1.4.0
+Version: 1.4.1
 Summary: Django utility wrapping dateutil.rrule
 Home-page: UNKNOWN
 Author: Tamas Kemenczy
diff --git a/django_recurrence.egg-info/PKG-INFO b/django_recurrence.egg-info/PKG-INFO
index 3b7c1b4..785df83 100644
--- a/django_recurrence.egg-info/PKG-INFO
+++ b/django_recurrence.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-recurrence
-Version: 1.4.0
+Version: 1.4.1
 Summary: Django utility wrapping dateutil.rrule
 Home-page: UNKNOWN
 Author: Tamas Kemenczy
diff --git a/django_recurrence.egg-info/SOURCES.txt b/django_recurrence.egg-info/SOURCES.txt
index 380a274..211c94a 100644
--- a/django_recurrence.egg-info/SOURCES.txt
+++ b/django_recurrence.egg-info/SOURCES.txt
@@ -31,6 +31,10 @@ recurrence/fields.py
 recurrence/forms.py
 recurrence/managers.py
 recurrence/models.py
+recurrence/locale/de/LC_MESSAGES/django.mo
+recurrence/locale/de/LC_MESSAGES/django.po
+recurrence/locale/de/LC_MESSAGES/djangojs.mo
+recurrence/locale/de/LC_MESSAGES/djangojs.po
 recurrence/locale/en/LC_MESSAGES/django.mo
 recurrence/locale/en/LC_MESSAGES/django.po
 recurrence/locale/en/LC_MESSAGES/djangojs.mo
@@ -51,6 +55,12 @@ recurrence/locale/nl/LC_MESSAGES/django.mo
 recurrence/locale/nl/LC_MESSAGES/django.po
 recurrence/locale/nl/LC_MESSAGES/djangojs.mo
 recurrence/locale/nl/LC_MESSAGES/djangojs.po
+recurrence/locale/pt_BR/LC_MESSAGES/django.mo
+recurrence/locale/pt_BR/LC_MESSAGES/django.po
+recurrence/locale/pt_BR/LC_MESSAGES/djangojs.mo
+recurrence/locale/pt_BR/LC_MESSAGES/djangojs.po
+recurrence/migrations/0001_initial.py
+recurrence/migrations/__init__.py
 recurrence/static/recurrence/css/recurrence.css
 recurrence/static/recurrence/img/recurrence-calendar-icon.png
 recurrence/static/recurrence/js/recurrence-widget.js
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 9ed1a99..4cc634d 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,16 @@
 Changelog
 =========
 
+1.4.1
+-----
+
+* Make PO-Revision-Date parseable by babel (:issue:`75`);
+* Update installation notes to cover Django 1.10 (:issue:`74`);
+* Add German translation (:issue:`77`);
+* Add Brazilian translation (:issue:`79`);
+* Ensure the migrations are included when installing (:issue:`78`);
+* Fix order of arguments to `to_dateutil_rruleset` (:issue:`81`).
+
 1.4.0
 -----
 
diff --git a/docs/conf.py b/docs/conf.py
index 86bcf55..5f94a0c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -60,9 +60,9 @@ copyright = u'2014, django-recurrence developers'
 # built documents.
 #
 # The short X.Y version.
-version = '1.4.0'
+version = '1.4.1'
 # The full version, including alpha/beta/rc tags.
-release = '1.4.0'
+release = '1.4.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/docs/installation.rst b/docs/installation.rst
index 558db34..90637b5 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -38,18 +38,19 @@ Set up internationalization
 .. note::
 
     This step is currently mandatory, but may be bypassed with an
-    extra bit of javascript. See [issue
-    #47](https://github.com/django-recurrence/django-recurrence/issues/47)
-    for details.
+    extra bit of javascript. See :issue:`47` for details.
 
 Using a translation of django-recurrence other than
 ``en`` requires that django-recurrence's JavaScript can
 access the translation strings. This is handled with Django's built
 in ``javascript_catalog`` view, which you must install by adding the
-following to your project ``urls.py`` file:
+following to your project ``urls.py`` file (the following will work
+for versions of Django before 1.10):
 
 .. code-block:: python
 
+    # Your normal URLs here...
+
     # If you already have a js_info_dict dictionary, just add
     # 'recurrence' to the existing 'packages' tuple.
     js_info_dict = {
@@ -57,11 +58,30 @@ following to your project ``urls.py`` file:
     }
 
     # jsi18n can be anything you like here
-    urlpatterns = patterns(
-        '',
+    urlpatterns += (
         (r'^jsi18n/$', 'django.views.i18n.javascript_catalog', js_info_dict),
     )
 
+For Django 1.10 and above, you'll need:
+
+.. code-block:: python
+
+    import django
+    from django.conf.urls import url
+
+    # Your normal URLs here...
+
+    # If you already have a js_info_dict dictionary, just add
+    # 'recurrence' to the existing 'packages' tuple.
+    js_info_dict = {
+        'packages': ('recurrence', ),
+    }
+
+    # jsi18n can be anything you like here
+    urlpatterns += [
+        url(r'^jsi18n/$', django.views.i18n.javascript_catalog, js_info_dict),
+    )
+
 
 Configure static files
 ----------------------
diff --git a/recurrence/base.py b/recurrence/base.py
index 8404725..03c8eb2 100644
--- a/recurrence/base.py
+++ b/recurrence/base.py
@@ -459,7 +459,7 @@ class Recurrence(object):
         :Returns:
             A `datetime.datetime` instance.
         """
-        return self.to_dateutil_rruleset(dtstart, cache).after(dt, inc)
+        return self.to_dateutil_rruleset(dtstart, dtend, cache).after(dt, inc)
 
     def between(
         self, after, before,
diff --git a/recurrence/locale/de/LC_MESSAGES/django.mo b/recurrence/locale/de/LC_MESSAGES/django.mo
new file mode 100644
index 0000000..bfbd33c
Binary files /dev/null and b/recurrence/locale/de/LC_MESSAGES/django.mo differ
diff --git a/recurrence/locale/de/LC_MESSAGES/django.po b/recurrence/locale/de/LC_MESSAGES/django.po
new file mode 100644
index 0000000..9018a95
--- /dev/null
+++ b/recurrence/locale/de/LC_MESSAGES/django.po
@@ -0,0 +1,403 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Django Recurrence 1.4.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-02-05 13:25-0600\n"
+"PO-Revision-Date: 2016-11-22 01:09+0100\n"
+"Last-Translator: Denis Anuschewski\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: German\n"
+
+#: base.py:871
+msgid "annually"
+msgstr "jährlich"
+
+#: base.py:871
+msgid "monthly"
+msgstr "monatlich"
+
+#: base.py:871
+msgid "weekly"
+msgstr "wöchentlich"
+
+#: base.py:871
+msgid "daily"
+msgstr "täglich"
+
+#: base.py:872
+msgid "hourly"
+msgstr "stündlich"
+
+#: base.py:872
+msgid "minutely"
+msgstr "minütlich"
+
+#: base.py:872
+msgid "secondly"
+msgstr "sekündlich"
+
+#: base.py:875
+msgid "year"
+msgstr "Jahr"
+
+#: base.py:875
+msgid "month"
+msgstr "Monat"
+
+#: base.py:875
+msgid "week"
+msgstr "Woche"
+
+#: base.py:875
+msgid "day"
+msgstr "Tag"
+
+#: base.py:876
+msgid "hour"
+msgstr "Stunde"
+
+#: base.py:876
+msgid "minute"
+msgstr "Minute"
+
+#: base.py:876
+msgid "second"
+msgstr "Sekunde"
+
+#: base.py:879
+msgid "years"
+msgstr "Jahre"
+
+#: base.py:879
+msgid "months"
+msgstr "Monate"
+
+#: base.py:879
+msgid "weeks"
+msgstr "Wochen"
+
+#: base.py:879
+msgid "days"
+msgstr "Tage"
+
+#: base.py:880
+msgid "hours"
+msgstr "Stunden"
+
+#: base.py:880
+msgid "minutes"
+msgstr "Minuten"
+
+#: base.py:880
+msgid "seconds"
+msgstr "Sekunden"
+
+#: base.py:885
+#, python-format
+msgid "1st %(weekday)s"
+msgstr "1. %(weekday)s"
+
+#: base.py:886
+#, python-format
+msgid "2nd %(weekday)s"
+msgstr "2. %(weekday)s"
+
+#: base.py:887
+#, python-format
+msgid "3rd %(weekday)s"
+msgstr "3. %(weekday)s"
+
+#: base.py:888 base.py:907
+#, python-format
+msgid "last %(weekday)s"
+msgstr "letzten %(weekday)s"
+
+#: base.py:889
+#, python-format
+msgid "2nd last %(weekday)s"
+msgstr "zweitletzten %(weekday)s"
+
+#: base.py:890
+#, python-format
+msgid "3rd last %(weekday)s"
+msgstr "drittletzten %(weekday)s"
+
+#: base.py:893
+msgid "Mon"
+msgstr "Mo"
+
+#: base.py:893
+msgid "Tue"
+msgstr "Di"
+
+#: base.py:893
+msgid "Wed"
+msgstr "Mi"
+
+#: base.py:894
+msgid "Thu"
+msgstr "Do"
+
+#: base.py:894
+msgid "Fri"
+msgstr "Fr"
+
+#: base.py:894
+msgid "Sat"
+msgstr "Sa"
+
+#: base.py:894
+msgid "Sun"
+msgstr "So"
+
+#: base.py:897
+msgid "Jan"
+msgstr "Jan"
+
+#: base.py:897
+msgid "Feb"
+msgstr "Feb"
+
+#: base.py:897
+msgid "Mar"
+msgstr "Mrz"
+
+#: base.py:897
+msgid "Apr"
+msgstr "Apr"
+
+#: base.py:898 base.py:917 choices.py:31
+msgid "May"
+msgstr "Mai"
+
+#: base.py:898
+msgid "Jun"
+msgstr "Jun"
+
+#: base.py:898
+msgid "Jul"
+msgstr "Jul"
+
+#: base.py:898
+msgid "Aug"
+msgstr "Aug"
+
+#: base.py:899
+msgid "Sep"
+msgstr "Sep"
+
+#: base.py:899
+msgid "Oct"
+msgstr "Okt"
+
+#: base.py:899
+msgid "Nov"
+msgstr "Nov"
+
+#: base.py:899
+msgid "Dec"
+msgstr "Dez"
+
+#: base.py:904
+#, python-format
+msgid "first %(weekday)s"
+msgstr "ersten %(weekday)s"
+
+#: base.py:905
+#, python-format
+msgid "second %(weekday)s"
+msgstr "zweiten %(weekday)s"
+
+#: base.py:906
+#, python-format
+msgid "third %(weekday)s"
+msgstr "dritten %(weekday)s"
+
+#: base.py:906
+#, python-format
+msgid "fourth %(weekday)s"
+msgstr "vierten %(weekday)s"
+
+#: base.py:908
+#, python-format
+msgid "second last %(weekday)s"
+msgstr "zweitletzten %(weekday)s"
+
+#: base.py:909
+#, python-format
+msgid "third last %(weekday)s"
+msgstr "drittletzten %(weekday)s"
+
+#: base.py:912 choices.py:17
+msgid "Monday"
+msgstr "Montag"
+
+#: base.py:912 choices.py:18
+msgid "Tuesday"
+msgstr "Dienstag"
+
+#: base.py:912 choices.py:19
+msgid "Wednesday"
+msgstr "Mittwoch"
+
+#: base.py:913 choices.py:20
+msgid "Thursday"
+msgstr "Donnerstag"
+
+#: base.py:913 choices.py:21
+msgid "Friday"
+msgstr "Freitag"
+
+#: base.py:913 choices.py:22
+msgid "Saturday"
+msgstr "Samstag"
+
+#: base.py:913 choices.py:23
+msgid "Sunday"
+msgstr "Sonntag"
+
+#: base.py:916 choices.py:27
+msgid "January"
+msgstr "Januar"
+
+#: base.py:916 choices.py:28
+msgid "February"
+msgstr "Februar"
+
+#: base.py:916 choices.py:29
+msgid "March"
+msgstr "März"
+
+#: base.py:916 choices.py:30
+msgid "April"
+msgstr "April"
+
+#: base.py:917 choices.py:32
+msgid "June"
+msgstr "Juni"
+
+#: base.py:917 choices.py:33
+msgid "July"
+msgstr "Juli"
+
+#: base.py:917 choices.py:34
+msgid "August"
+msgstr "August"
+
+#: base.py:918 choices.py:35
+msgid "September"
+msgstr "September"
+
+#: base.py:918 choices.py:36
+msgid "October"
+msgstr "Oktober"
+
+#: base.py:918 choices.py:37
+msgid "November"
+msgstr "November"
+
+#: base.py:918 choices.py:38
+msgid "December"
+msgstr "Dezember"
+
+#: base.py:936 base.py:951 base.py:974 base.py:992
+msgid ", "
+msgstr ""
+
+#: base.py:942
+#, python-format
+msgid "every %(number)s %(freq)s"
+msgstr "alle %(number)s %(freq)s"
+
+#: base.py:953 base.py:977
+#, python-format
+msgid "each %(items)s"
+msgstr "jeden %(items)s"
+
+#: base.py:956 base.py:965 base.py:969
+#, python-format
+msgid "on the %(items)s"
+msgstr "am %(items)s"
+
+#: base.py:984
+msgid "occuring once"
+msgstr "einmalig"
+
+#: base.py:986
+#, python-format
+msgid "occuring %(number)s times"
+msgstr "bis zum %(number)s. Mal"
+
+#: base.py:989
+#, python-format
+msgid "until %(date)s"
+msgstr "bis %(date)s"
+
+#: choices.py:7
+msgid "Secondly"
+msgstr "Sekündlich"
+
+#: choices.py:8
+msgid "Minutely"
+msgstr "Minütlich"
+
+#: choices.py:9
+msgid "Hourly"
+msgstr "Stündlich"
+
+#: choices.py:10
+msgid "Daily"
+msgstr "Täglich"
+
+#: choices.py:11
+msgid "Weekly"
+msgstr "Wöchentlich"
+
+#: choices.py:12
+msgid "Monthly"
+msgstr "Monatlich"
+
+#: choices.py:13
+msgid "Yearly"
+msgstr "Jährlich"
+
+#: choices.py:44
+msgid "Inclusion"
+msgstr "Einschließlich"
+
+#: choices.py:45
+msgid "Exclusion"
+msgstr "Ohne"
+
+#: forms.py:64
+msgid "Invalid frequency."
+msgstr "Ungültige Frequenz."
+
+#: forms.py:66
+#, python-format
+msgid "Max rules exceeded. The limit is %(limit)s"
+msgstr "Maximale Anzahl an %(limit)s Regeln ist überschritten."
+
+#: forms.py:68
+#, python-format
+msgid "Max exclusion rules exceeded. The limit is %(limit)s"
+msgstr "Maximale Anzahl an %(limit)s Ausschlussregeln ist überschritten."
+
+#: forms.py:70
+#, python-format
+msgid "Max dates exceeded. The limit is %(limit)s"
+msgstr "Maximale Anzahl an %(limit)s Datumsangaben ist überschritten."
+
+#: forms.py:72
+#, python-format
+msgid "Max exclusion dates exceeded. The limit is %(limit)s"
+msgstr "Maximale Anzahl an %(limit)s ausschließenden Datumsangaben ist überschritten."
+
diff --git a/recurrence/locale/de/LC_MESSAGES/djangojs.mo b/recurrence/locale/de/LC_MESSAGES/djangojs.mo
new file mode 100644
index 0000000..b263240
Binary files /dev/null and b/recurrence/locale/de/LC_MESSAGES/djangojs.mo differ
diff --git a/recurrence/locale/de/LC_MESSAGES/djangojs.po b/recurrence/locale/de/LC_MESSAGES/djangojs.po
new file mode 100644
index 0000000..fdc5da4
--- /dev/null
+++ b/recurrence/locale/de/LC_MESSAGES/djangojs.po
@@ -0,0 +1,482 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Django Recurrence 1.4.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-02-05 13:25-0600\n"
+"PO-Revision-Date: 2016-11-22 01:10+0100\n"
+"Last-Translator: Denis Anuschewski\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: German\n"
+
+#: recurrence-widget.js:1610
+msgctxt "date"
+msgid "%l, %F %j, %Y"
+msgstr "%l, %j. %F %Y"
+
+#: recurrence-widget.js:1732
+msgid "including"
+msgstr "einschließend"
+
+#: recurrence-widget.js:1732
+msgid "excluding"
+msgstr "ohne"
+
+#: recurrence-widget.js:1736
+msgid "Frequency"
+msgstr "Frequenz"
+
+#: recurrence-widget.js:1737
+msgid "On the"
+msgstr "Am"
+
+#: recurrence-widget.js:1738
+msgid "Each"
+msgstr "Jeden"
+
+#: recurrence-widget.js:1739
+msgid "Every"
+msgstr "Alle"
+
+#: recurrence-widget.js:1740
+msgid "Until"
+msgstr "Bis"
+
+#: recurrence-widget.js:1741
+msgid "Occurs %(number)s time"
+msgstr "Bis zum %(number)s. Mal"
+
+#: recurrence-widget.js:1742
+msgid "Occurs %(number)s times"
+msgstr "Bis zum %(number)s. Mal"
+
+#: recurrence-widget.js:1743
+msgid "Date"
+msgstr "Datum"
+
+#: recurrence-widget.js:1744
+msgid "Time"
+msgstr "Zeit"
+
+#: recurrence-widget.js:1745
+msgid "Repeat until"
+msgstr "Wiederholen bis"
+
+#: recurrence-widget.js:1746
+msgid "Exclude these occurences"
+msgstr "Diese Vorkommen ausschließen"
+
+#: recurrence-widget.js:1747
+msgid "Exclude this date"
+msgstr "Dieses Datum ausschließen"
+
+#: recurrence-widget.js:1748
+msgid "Add rule"
+msgstr "Regel hinzufügen"
+
+#: recurrence-widget.js:1749
+msgid "Add date"
+msgstr "Datum hinzufügen"
+
+#: recurrence-widget.js:1750
+msgid "Remove"
+msgstr "Entfernen"
+
+#: recurrence-widget.js:1751
+msgid "Calendar"
+msgstr "Kalender"
+
+#: recurrence.js:210
+msgctxt "Until date format"
+msgid "%Y-%m-%d"
+msgstr "%d.%m.%Y"
+
+#: recurrence.js:995
+msgid "midnight"
+msgstr "Mitternacht"
+
+#: recurrence.js:996
+msgid "noon"
+msgstr "Mittags"
+
+#: recurrence.js:997
+msgid "on the %(items)s"
+msgstr "am %(items)s"
+
+#: recurrence.js:998
+msgid "every %(number)s %(freq)s"
+msgstr "alle %(number)s %(freq)s"
+
+#: recurrence.js:999
+msgid "each %(items)s"
+msgstr "jeden %(items)s"
+
+#: recurrence.js:1000
+msgid "occuring %(number)s time"
+msgstr "bis zum %(number)s. Mal"
+
+#: recurrence.js:1001
+msgid "occuring %(number)s times"
+msgstr "bis zum %(number)s. Mal"
+
+#: recurrence.js:1002
+msgid "until %(date)s"
+msgstr "bis %(date)s"
+
+#: recurrence.js:1006
+msgid "year"
+msgstr "Jahr"
+
+#: recurrence.js:1006
+msgid "month"
+msgstr "Monat"
+
+#: recurrence.js:1006
+msgid "week"
+msgstr "Woche"
+
+#: recurrence.js:1006
+msgid "day"
+msgstr "Tag"
+
+#: recurrence.js:1007
+msgid "hour"
+msgstr "Stunde"
+
+#: recurrence.js:1007
+msgid "minute"
+msgstr "Minute"
+
+#: recurrence.js:1007
+msgid "second"
+msgstr "Sekunde"
+
+#: recurrence.js:1010
+msgid "years"
+msgstr "Jahre"
+
+#: recurrence.js:1010
+msgid "months"
+msgstr "Monate"
+
+#: recurrence.js:1010
+msgid "weeks"
+msgstr "Wochen"
+
+#: recurrence.js:1010
+msgid "days"
+msgstr "Tage"
+
+#: recurrence.js:1011
+msgid "hours"
+msgstr "Stunden"
+
+#: recurrence.js:1011
+msgid "minutes"
+msgstr "Minuten"
+
+#: recurrence.js:1011
+msgid "seconds"
+msgstr "Sekunden"
+
+#: recurrence.js:1014
+msgid "annually"
+msgstr "jährlich"
+
+#: recurrence.js:1014
+msgid "monthly"
+msgstr "monatlich"
+
+#: recurrence.js:1014
+msgid "weekly"
+msgstr "wöchentlich"
+
+#: recurrence.js:1014
+msgid "daily"
+msgstr "täglich"
+
+#: recurrence.js:1015
+msgid "hourly"
+msgstr "stündlich"
+
+#: recurrence.js:1015
+msgid "minutely"
+msgstr "minütlich"
+
+#: recurrence.js:1015
+msgid "secondly"
+msgstr "sekündlich"
+
+#: recurrence.js:1018
+msgid "Monday"
+msgstr "Montag"
+
+#: recurrence.js:1018
+msgid "Tuesday"
+msgstr "Dienstag"
+
+#: recurrence.js:1018
+msgid "Wednesday"
+msgstr "Mittwoch"
+
+#: recurrence.js:1018
+msgid "Thursday"
+msgstr "Donnerstag"
+
+#: recurrence.js:1019
+msgid "Friday"
+msgstr "Freitag"
+
+#: recurrence.js:1019
+msgid "Saturday"
+msgstr "Samstag"
+
+#: recurrence.js:1019
+msgid "Sunday"
+msgstr "Sonntag"
+
+#: recurrence.js:1022
+msgid "Mon"
+msgstr "Mo"
+
+#: recurrence.js:1022
+msgid "Tue"
+msgstr "Di"
+
+#: recurrence.js:1022
+msgid "Wed"
+msgstr "Mi"
+
+#: recurrence.js:1022
+msgid "Thu"
+msgstr "Do"
+
+#: recurrence.js:1023
+msgid "Fri"
+msgstr "Fr"
+
+#: recurrence.js:1023
+msgid "Sat"
+msgstr "Sa"
+
+#: recurrence.js:1023
+msgid "Sun"
+msgstr "So"
+
+#: recurrence.js:1026
+msgid "M"
+msgstr "M"
+
+#: recurrence.js:1026
+msgid "T"
+msgstr "D"
+
+#: recurrence.js:1026
+msgid "W"
+msgstr "M"
+
+#: recurrence.js:1027
+msgid "F"
+msgstr "F"
+
+#: recurrence.js:1027
+msgid "S"
+msgstr "S"
+
+#: recurrence.js:1030
+msgid "first %(weekday)s"
+msgstr "ersten %(weekday)s"
+
+#: recurrence.js:1031
+msgid "second %(weekday)s"
+msgstr "zweiten %(weekday)s"
+
+#: recurrence.js:1032
+msgid "third %(weekday)s"
+msgstr "dritten %(weekday)s"
+
+#: recurrence.js:1032
+msgid "fourth %(weekday)s"
+msgstr "vierten %(weekday)s"
+
+#: recurrence.js:1033 recurrence.js.py:1041
+msgid "last %(weekday)s"
+msgstr "letzten %(weekday)s"
+
+#: recurrence.js:1034
+msgid "second last %(weekday)s"
+msgstr "zweitletzten %(weekday)s"
+
+#: recurrence.js:1035
+msgid "third last %(weekday)s"
+msgstr "drittletzten %(weekday)s"
+
+#: recurrence.js:1038
+msgid "1st %(weekday)s"
+msgstr "1. %(weekday)s"
+
+#: recurrence.js:1039
+msgid "2nd %(weekday)s"
+msgstr "2. %(weekday)s"
+
+#: recurrence.js:1040
+msgid "3rd %(weekday)s"
+msgstr "3. %(weekday)s"
+
+#: recurrence.js:1042
+msgid "2nd last %(weekday)s"
+msgstr "zweitletzten %(weekday)s"
+
+#: recurrence.js:1043
+msgid "3rd last %(weekday)s"
+msgstr "drittletzten %(weekday)s"
+
+#: recurrence.js:1046
+msgid "January"
+msgstr "Januar"
+
+#: recurrence.js:1046
+msgid "February"
+msgstr "Februar"
+
+#: recurrence.js:1046 recurrence.js.py:1058
+msgid "March"
+msgstr "März"
+
+#: recurrence.js:1047 recurrence.js.py:1059
+msgid "April"
+msgstr "April"
+
+#: recurrence.js:1047 recurrence.js.py:1053
+#: recurrence.js:1059
+msgid "May"
+msgstr "Mai"
+
+#: recurrence.js:1047 recurrence.js.py:1059
+msgid "June"
+msgstr "Juni"
+
+#: recurrence.js:1048 recurrence.js.py:1060
+msgid "July"
+msgstr "Juli"
+
+#: recurrence.js:1048
+msgid "August"
+msgstr "August"
+
+#: recurrence.js:1048
+msgid "September"
+msgstr "September"
+
+#: recurrence.js:1049
+msgid "October"
+msgstr "Oktober"
+
+#: recurrence.js:1049
+msgid "November"
+msgstr "November"
+
+#: recurrence.js:1049
... 1122 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-recurrence.git



More information about the Python-modules-commits mailing list