diff --git a/pyweb/mumble/locale/de/LC_MESSAGES/django.po b/pyweb/mumble/locale/de/LC_MESSAGES/django.po index 5a2f282..7b20c4b 100644 --- a/pyweb/mumble/locale/de/LC_MESSAGES/django.po +++ b/pyweb/mumble/locale/de/LC_MESSAGES/django.po @@ -35,14 +35,6 @@ msgstr "Benutzer online" msgid "Channel count" msgstr "Channels" -#: admin.py:42 -msgid "Yes" -msgstr "Ja" - -#: admin.py:43 -msgid "No" -msgstr "Nein" - #: admin.py:44 msgid "Public" msgstr "Öffentlich" @@ -305,9 +297,6 @@ msgstr "Spieler" msgid "Online since" msgstr "Online seit" -msgid "yes,no" -msgstr "ja,nein" - msgid "Authenticated: %(authed)s" msgstr "Authentifiziert: %(authed)s" diff --git a/pyweb/mumble/locale/hr/LC_MESSAGES/django.po b/pyweb/mumble/locale/hr/LC_MESSAGES/django.po index b93cb51..414040b 100644 --- a/pyweb/mumble/locale/hr/LC_MESSAGES/django.po +++ b/pyweb/mumble/locale/hr/LC_MESSAGES/django.po @@ -35,14 +35,6 @@ msgstr "Korisnici na serveru" msgid "Channel count" msgstr "Kanali" -#: admin.py:42 -msgid "Yes" -msgstr "Da" - -#: admin.py:43 -msgid "No" -msgstr "Ne" - #: admin.py:44 msgid "Public" msgstr "Javni server" @@ -297,9 +289,6 @@ msgstr "Korisnik" msgid "Online since" msgstr "Na serveru od" -msgid "yes,no" -msgstr "da,ne" - msgid "Authenticated: %(authed)s" msgstr "Registriran korisnik: %(authed)s" diff --git a/pyweb/mumble/locale/it/LC_MESSAGES/django.po b/pyweb/mumble/locale/it/LC_MESSAGES/django.po index 68d57b0..320180b 100644 --- a/pyweb/mumble/locale/it/LC_MESSAGES/django.po +++ b/pyweb/mumble/locale/it/LC_MESSAGES/django.po @@ -35,14 +35,6 @@ msgstr "Utenti online" msgid "Channel count" msgstr "Quantità canali" -#: admin.py:42 -msgid "Yes" -msgstr "Si" - -#: admin.py:43 -msgid "No" -msgstr "No" - #: admin.py:44 msgid "Public" msgstr "Publico" @@ -267,11 +259,6 @@ msgstr "Giocatore" msgid "Online since" msgstr "Online da" -#: mumble.htm:98 mumble.htm.py:99 mumble.htm.py:100 mumble.htm.py:101 -#: mumble.htm:102 mumble.htm.py:103 -msgid "yes,no" -msgstr "Si,No" - #: mumble.htm:98 #, python-format msgid "Authenticated: %(authed)s" diff --git a/pyweb/mumble/locale/ja/LC_MESSAGES/django.po b/pyweb/mumble/locale/ja/LC_MESSAGES/django.po index 8a25144..6751ff1 100644 --- a/pyweb/mumble/locale/ja/LC_MESSAGES/django.po +++ b/pyweb/mumble/locale/ja/LC_MESSAGES/django.po @@ -36,14 +36,6 @@ msgstr "オンラインのユーザ" msgid "Channel count" msgstr "チャンネル数" -#: admin.py:42 -msgid "Yes" -msgstr "はい" - -#: admin.py:43 -msgid "No" -msgstr "いいえ" - #: admin.py:44 msgid "Public" msgstr "公開" @@ -297,9 +289,6 @@ msgstr "プレーヤ" msgid "Online since" msgstr "接続開始時間" -msgid "yes,no" -msgstr "yes,no" - msgid "Authenticated: %(authed)s" msgstr "登録済み: %(authed)s" diff --git a/pyweb/mumble/locale/la/LC_MESSAGES/django.po b/pyweb/mumble/locale/la/LC_MESSAGES/django.po index 836f1d2..863cef5 100644 --- a/pyweb/mumble/locale/la/LC_MESSAGES/django.po +++ b/pyweb/mumble/locale/la/LC_MESSAGES/django.po @@ -35,14 +35,6 @@ msgstr "Ineonlay ersusay" msgid "Channel count" msgstr "Annelchay ountcay" -#: admin.py:42 -msgid "Yes" -msgstr "Esyay" - -#: admin.py:43 -msgid "No" -msgstr "Onay" - #: admin.py:44 msgid "Public" msgstr "Ublicpay" @@ -306,9 +298,6 @@ msgstr "Ayerplay" msgid "Online since" msgstr "Ineonlay incesay" -msgid "yes,no" -msgstr "esyay,onay" - msgid "Authenticated: %(authed)s" msgstr "Enticatedauthay: %(authed)s" diff --git a/template/mumble/mumble.htm b/template/mumble/mumble.htm index 20628cd..e2d0828 100644 --- a/template/mumble/mumble.htm +++ b/template/mumble/mumble.htm @@ -96,13 +96,13 @@

{% trans "Player" %} {{ item.name }}

{% if item.mumbleuser and item.mumbleuser.owner %}

{% trans "User" %} {{ item.mumbleuser.owner.username|capfirst }}

@@ -110,8 +110,8 @@ {% if item.mumbleuser.owner.first_name and item.mumbleuser.owner.last_name %}
  • {% trans "Full Name" %}: {{ item.mumbleuser.owner.first_name }} {{ item.mumbleuser.owner.last_name }}
  • {% endif %} -
  • {% trans "Admin" %}: {% if item.mumbleuser.owner.is_staff %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %}
  • -
  • {% trans "Sign-up date" %}: {{ item.mumbleuser.owner.date_joined }}
  • +
  • {% trans "Admin" %}: {{ if item.mumbleuser.owner.is_staff|yesno }}
  • +
  • {% trans "Sign-up date" %}: {{ item.mumbleuser.owner.date_joined|date }}
  • {% endif %} {% if item.mumbleuser %} @@ -122,16 +122,16 @@ {% else %}

    {% trans "Channel" %} {{ item.name }}

    - {% if CurrentUserIsAdmin or user.is_staff %} - {% trans "Channel ID" %}: {{ item.chanid }}
    - {% endif %} + {% if CurrentUserIsAdmin or user.is_staff %} + {% trans "Channel ID" %}: {{ item.chanid }}
    + {% endif %} {% trans "Connect" %} - {% if item.description %} -
    - {% trans "Channel description" %} - {{ item.description|safe }} -
    - {% endif %} + {% if item.description %} +
    + {% trans "Channel description" %} + {{ item.description|safe }} +
    + {% endif %}
    {% endif %} {% endfor %} diff --git a/template/registration/profile.html b/template/registration/profile.html index e23d4f1..bdfdf81 100644 --- a/template/registration/profile.html +++ b/template/registration/profile.html @@ -27,8 +27,8 @@
  • Full Name: {{ user.first_name }} {{ user.last_name }}
  • E-Mail Adress: {{ user.email }}
  • Staff: {% if user.is_staff %} yes (admin area) {% else %} no {% endif %}
  • -
  • Sign-up date: {{ user.date_joined }}
  • -
  • Last login: {{ user.last_login }}
  • +
  • Sign-up date: {{ user.date_joined|date }} {{ user.date_joined|time }}
  • +
  • Last login: {{ user.last_login|date }} {{ user.last_login|time }}
  • Change Password
  • Logout