Skip to content

Commit

Permalink
Add verbose_names to Avatar model.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnns committed Sep 16, 2016
1 parent a19debc commit 112141a
Show file tree
Hide file tree
Showing 12 changed files with 539 additions and 237 deletions.
Binary file modified avatar/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
65 changes: 42 additions & 23 deletions avatar/locale/de/LC_MESSAGES/django.po
Expand Up @@ -7,18 +7,26 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-28 10:59+0200\n"
"PO-Revision-Date: 2016-09-14 13:07+0200\n"
"POT-Creation-Date: 2016-09-14 16:37+0200\n"
"PO-Revision-Date: 2016-09-14 14:34+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de\n"
"X-Generator: Poedit 1.8.9\n"

#: forms.py:34
#: admin.py:26
msgid "Avatar"
msgstr "Avatar"

#: forms.py:24 models.py:84 models.py:97
msgid "avatar"
msgstr "avatar"

#: forms.py:37
#, python-format
msgid ""
"%(ext)s is an invalid file extension. Authorized extensions are : "
Expand All @@ -27,15 +35,15 @@ msgstr ""
"%(ext)s ist ein ungültiges Dateiformat. Erlaubte Formate sind: "
"%(valid_exts_list)s"

#: forms.py:38
#: forms.py:44
#, python-format
msgid ""
"Your file is too big (%(size)s), the maximum allowed size is "
"%(max_valid_size)s"
msgstr ""
"Die Datei ist zu groß (%(size)s), die Maximalgröße ist %(max_valid_size)s"

#: forms.py:44
#: forms.py:54
#, python-format
msgid ""
"You already have %(nb_avatars)d avatars, and the maximum allowed is "
Expand All @@ -44,26 +52,25 @@ msgstr ""
"Sie haben bereits %(nb_avatars)d Avatarbilder hochgeladen. Die maximale "
"Anzahl ist %(nb_max_avatars)d."

#: forms.py:56 forms.py:67
#: forms.py:71 forms.py:84
msgid "Choices"
msgstr "Auswahl"

#: models.py:75
#, python-format
msgid "Avatar for %s"
msgstr "Avatar für %s"
#: models.py:77
msgid "user"
msgstr "Benutzer"

#: views.py:73 views.py:95
msgid "Successfully uploaded a new avatar."
msgstr "Ein neuer Avatar wurde erfolgreich hochgeladen."
#: models.py:80
msgid "primary"
msgstr "primär"

#: views.py:132
msgid "Successfully updated your avatar."
msgstr "Ihr Avatar wurde erfolgreich aktualisiert."
#: models.py:91
msgid "uploaded at"
msgstr "hochgeladen am"

#: views.py:166
msgid "Successfully deleted the requested avatars."
msgstr "Ihr Avatar wurde erfolgreich gelöscht."
#: models.py:98
msgid "avatars"
msgstr "Avatare"

#: templates/avatar/add.html:5 templates/avatar/change.html:5
msgid "Your current avatar: "
Expand Down Expand Up @@ -137,10 +144,22 @@ msgstr ""
"Sie haben Ihren Avatar aktualisiert <a href=\"%(avatar_url)s\">%(avatar)s</"
"a>."

#: templatetags/avatar_tags.py:45
#: templatetags/avatar_tags.py:69
msgid "Default Avatar"
msgstr "Standard-Avatar"

#: views.py:73
msgid "Successfully uploaded a new avatar."
msgstr "Ein neuer Avatar wurde erfolgreich hochgeladen."

#: views.py:111
msgid "Successfully updated your avatar."
msgstr "Ihr Avatar wurde erfolgreich aktualisiert."

#: views.py:150
msgid "Successfully deleted the requested avatars."
msgstr "Ihr Avatar wurde erfolgreich gelöscht."

#~ msgid "Avatar Updated"
#~ msgstr "Avatar aktualisiert"

Expand Down
68 changes: 43 additions & 25 deletions avatar/locale/es/LC_MESSAGES/django.po
Expand Up @@ -7,26 +7,26 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.0a10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-26 23:53-0500\n"
"POT-Creation-Date: 2016-09-14 16:37+0200\n"
"PO-Revision-Date: 2013-08-27 00:21-0600\n"
"Last-Translator: David Loaiza M. <david@zooluciones.com>\n"
"Language-Team: es <david.loaiza@gmail.com>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.5.7\n"
"Language: es\n"

#: admin.py:19
#: admin.py:26
msgid "Avatar"
msgstr "Avatar"

#: forms.py:23
#: forms.py:24 models.py:84 models.py:97
msgid "avatar"
msgstr "avatar"

#: forms.py:35
#: forms.py:37
#, python-format
msgid ""
"%(ext)s is an invalid file extension. Authorized extensions are : "
Expand All @@ -35,7 +35,7 @@ msgstr ""
"%(ext)s es una extensión de archivo inválida. Las extensiones de archivo "
"autorizadas son: %(valid_exts_list)s"

#: forms.py:39
#: forms.py:44
#, python-format
msgid ""
"Your file is too big (%(size)s), the maximum allowed size is "
Expand All @@ -44,7 +44,7 @@ msgstr ""
"Su archivo es muy grande (%(size)s), el tamaño máximo permitido es "
"%(max_valid_size)s"

#: forms.py:49
#: forms.py:54
#, python-format
msgid ""
"You already have %(nb_avatars)d avatars, and the maximum allowed is "
Expand All @@ -53,43 +53,49 @@ msgstr ""
"Usted ya tiene %(nb_avatars)d avatares, y el máximo permitido es "
"%(nb_max_avatars)d."

#: forms.py:65 forms.py:77
#: forms.py:71 forms.py:84
msgid "Choices"
msgstr "Opciones"

#: views.py:71
msgid "Successfully uploaded a new avatar."
msgstr "Se ha subido correctamente un nuevo avatar"
#: models.py:77
msgid "user"
msgstr ""

#: views.py:106
msgid "Successfully updated your avatar."
msgstr "Se ha actualizado correctamente su avatar."
#: models.py:80
msgid "primary"
msgstr ""

#: views.py:141
msgid "Successfully deleted the requested avatars."
msgstr "Se han eliminado correctamente los avatares solicitados."
#: models.py:91
msgid "uploaded at"
msgstr ""

#: templates/avatar/add.html:6 templates/avatar/change.html:6
#: models.py:98
#, fuzzy
#| msgid "avatar"
msgid "avatars"
msgstr "avatar"

#: templates/avatar/add.html:5 templates/avatar/change.html:5
msgid "Your current avatar: "
msgstr "Su avatar actual:"

#: templates/avatar/add.html:9 templates/avatar/change.html:9
#: templates/avatar/add.html:8 templates/avatar/change.html:8
msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr "No ha subido un avatar aún. Por favor, suba uno ahora."

#: templates/avatar/add.html:13 templates/avatar/change.html:20
#: templates/avatar/add.html:12 templates/avatar/change.html:19
msgid "Upload New Image"
msgstr "Subir Nueva Imagen"

#: templates/avatar/change.html:15
#: templates/avatar/change.html:14
msgid "Choose new Default"
msgstr "Elige nuevo predeterminado"

#: templates/avatar/confirm_delete.html:6
#: templates/avatar/confirm_delete.html:5
msgid "Please select the avatars that you would like to delete."
msgstr "Por favor seleccione los avatares que le gustaría eliminar."

#: templates/avatar/confirm_delete.html:9
#: templates/avatar/confirm_delete.html:8
#, python-format
msgid ""
"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
Expand All @@ -98,7 +104,7 @@ msgstr ""
"No tiene avatares para borrar. Por favor <a href=\"%(avatar_change_url)s"
"\">suba uno</a> ahora."

#: templates/avatar/confirm_delete.html:15
#: templates/avatar/confirm_delete.html:14
msgid "Delete These"
msgstr "Eliminar Estos"

Expand Down Expand Up @@ -138,6 +144,18 @@ msgstr ""
msgid "You have updated your avatar <a href=\"%(avatar_url)s\">%(avatar)s</a>."
msgstr "Ha actualizado su avatar <a href=\"%(avatar_url)s\">%(avatar)s</a>."

#: templatetags/avatar_tags.py:57
#: templatetags/avatar_tags.py:69
msgid "Default Avatar"
msgstr "Avatar Predeterminado"

#: views.py:73
msgid "Successfully uploaded a new avatar."
msgstr "Se ha subido correctamente un nuevo avatar"

#: views.py:111
msgid "Successfully updated your avatar."
msgstr "Se ha actualizado correctamente su avatar."

#: views.py:150
msgid "Successfully deleted the requested avatars."
msgstr "Se han eliminado correctamente los avatares solicitados."
88 changes: 57 additions & 31 deletions avatar/locale/fr/LC_MESSAGES/django.po
Expand Up @@ -7,61 +7,75 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-28 10:59+0200\n"
"POT-Creation-Date: 2016-09-14 16:37+0200\n"
"PO-Revision-Date: 2010-03-26 18:35+0100\n"
"Last-Translator: Mathieu Pillard <m.pillard@liberation.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: forms.py:34
#: admin.py:26
#, fuzzy
#| msgid "Avatar for %s"
msgid "Avatar"
msgstr "Avatar pour %s"

#: forms.py:24 models.py:84 models.py:97
#, fuzzy
#| msgid "Default Avatar"
msgid "avatar"
msgstr "Avatar par défaut"

#: forms.py:37
#, python-format
msgid ""
"%(ext)s is an invalid file extension. Authorized extensions are : %"
"(valid_exts_list)s"
"%(ext)s is an invalid file extension. Authorized extensions are : "
"%(valid_exts_list)s"
msgstr ""
"%(ext)s n'est pas une extension de fichier valide. Les extensions autorisées "
"sont: %(valid_exts_list)s"

#: forms.py:38
#: forms.py:44
#, python-format
msgid ""
"Your file is too big (%(size)s), the maximum allowed size is %"
"(max_valid_size)s"
"Your file is too big (%(size)s), the maximum allowed size is "
"%(max_valid_size)s"
msgstr ""
"Le fichier est trop gros (%(size)s), la taille maximum autorisée est %"
"(max_valid_size)s"
"Le fichier est trop gros (%(size)s), la taille maximum autorisée est "
"%(max_valid_size)s"

#: forms.py:44
#: forms.py:54
#, python-format
msgid ""
"You already have %(nb_avatars)d avatars, and the maximum allowed is %"
"(nb_max_avatars)d."
"You already have %(nb_avatars)d avatars, and the maximum allowed is "
"%(nb_max_avatars)d."
msgstr ""
"Vous avez déjà %(nb_avatars)d avatars, et le maximum autorisé est %"
"(nb_max_avatars)d."
"Vous avez déjà %(nb_avatars)d avatars, et le maximum autorisé est "
"%(nb_max_avatars)d."

#: forms.py:56 forms.py:67
#: forms.py:71 forms.py:84
msgid "Choices"
msgstr "Choix"

#: models.py:75
#, python-format
msgid "Avatar for %s"
msgstr "Avatar pour %s"
#: models.py:77
msgid "user"
msgstr ""

#: views.py:73 views.py:95
msgid "Successfully uploaded a new avatar."
msgstr "Votre nouveau avatar a été uploadé avec succès."
#: models.py:80
msgid "primary"
msgstr ""

#: views.py:132
msgid "Successfully updated your avatar."
msgstr "Votre avatar a été mis à jour avec succès."
#: models.py:91
msgid "uploaded at"
msgstr ""

#: views.py:166
msgid "Successfully deleted the requested avatars."
msgstr "Les avatars sélectionnés ont été effacés avec succès."
#: models.py:98
#, fuzzy
#| msgid "Avatar for %s"
msgid "avatars"
msgstr "Avatar pour %s"

#: templates/avatar/add.html:5 templates/avatar/change.html:5
msgid "Your current avatar: "
Expand Down Expand Up @@ -89,8 +103,8 @@ msgid ""
"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
"\">upload one</a> now."
msgstr ""
"Vous n'avez aucun avatar à effacer. Veuillez en <a href=\"%"
"(avatar_change_url)s\">ajouter</a> un maintenant."
"Vous n'avez aucun avatar à effacer. Veuillez en <a href="
"\"%(avatar_change_url)s\">ajouter</a> un maintenant."

#: templates/avatar/confirm_delete.html:14
msgid "Delete These"
Expand Down Expand Up @@ -131,10 +145,22 @@ msgstr ""
msgid "You have updated your avatar <a href=\"%(avatar_url)s\">%(avatar)s</a>."
msgstr "Vous avez mis à jour votre <a href=\"%(avatar_url)s\">%(avatar)s</a>."

#: templatetags/avatar_tags.py:45
#: templatetags/avatar_tags.py:69
msgid "Default Avatar"
msgstr "Avatar par défaut"

#: views.py:73
msgid "Successfully uploaded a new avatar."
msgstr "Votre nouveau avatar a été uploadé avec succès."

#: views.py:111
msgid "Successfully updated your avatar."
msgstr "Votre avatar a été mis à jour avec succès."

#: views.py:150
msgid "Successfully deleted the requested avatars."
msgstr "Les avatars sélectionnés ont été effacés avec succès."

#~ msgid "Avatar Updated"
#~ msgstr "Avatar mis à jour"

Expand Down

0 comments on commit 112141a

Please sign in to comment.