This commit is contained in:
Yohan Boniface 2018-09-23 12:02:23 +02:00
parent 90aba2ed15
commit 4c8d1c3826
4 changed files with 15 additions and 15 deletions

Binary file not shown.

View file

@ -6,15 +6,15 @@
# Ettore Atalan <atalanttore@googlemail.com>, 2016
# hno2 <hno2@gmx.net>, 2013-2014
# Jannis Leidel <jannis@leidel.info>, 2016
# Klumbumbus, 2013-2014
# Klumbumbus, 2013-2014,2018
# YOHAN BONIFACE <yb@enix.org>, 2012
msgid ""
msgstr ""
"Project-Id-Version: uMap\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-08 14:50+0000\n"
"PO-Revision-Date: 2018-09-08 14:51+0000\n"
"Last-Translator: yohanboniface <yohanboniface@free.fr>\n"
"PO-Revision-Date: 2018-09-17 19:45+0000\n"
"Last-Translator: Klumbumbus\n"
"Language-Team: German (http://www.transifex.com/yohanboniface/umap/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -37,7 +37,7 @@ msgstr "Nur mit geheimen Bearbeitungslink zu bearbeiten"
#: umap/middleware.py:14
msgid "Site is readonly for maintenance"
msgstr ""
msgstr "DIe Seite ist wegen Wartungsarbeiten im Nur-Lesen-Modus."
#: umap/models.py:17
msgid "name"
@ -151,7 +151,7 @@ msgstr "Schaue dir %(current_user)s's Karten an"
#: umap/templates/auth/user_detail.html:15
#, python-format
msgid "%(current_user)s has no maps."
msgstr ""
msgstr "%(current_user)s hat keine Karten."
#: umap/templates/registration/login.html:4
msgid "Please log in with your account"

View file

@ -360,12 +360,12 @@ var locale = {
"1 day": "1 Tag",
"1 hour": "1 Stunde",
"5 min": "5 min",
"Cache proxied request": "Cache proxied request",
"No cache": "No cache",
"Cache proxied request": "Proxycache-Anfrage",
"No cache": "Kein Cache",
"Popup": "Popup",
"Popup (large)": "Popup (large)",
"Popup content style": "Popup content style",
"Popup shape": "Popup shape"
"Popup (large)": "Popup (groß)",
"Popup content style": "Popupinhaltstil",
"Popup shape": "Popupform"
};
L.registerLocale("de", locale);
L.setLocale("de");

View file

@ -360,10 +360,10 @@
"1 day": "1 Tag",
"1 hour": "1 Stunde",
"5 min": "5 min",
"Cache proxied request": "Cache proxied request",
"No cache": "No cache",
"Cache proxied request": "Proxycache-Anfrage",
"No cache": "Kein Cache",
"Popup": "Popup",
"Popup (large)": "Popup (large)",
"Popup content style": "Popup content style",
"Popup shape": "Popup shape"
"Popup (large)": "Popup (groß)",
"Popup content style": "Popupinhaltstil",
"Popup shape": "Popupform"
}