Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #106 from webu/develop
Browse files Browse the repository at this point in the history
DjangoCMS 3.0 support and some missing FR translations
  • Loading branch information
stefanfoulis committed Mar 23, 2014
2 parents cb930d9 + c5dcad4 commit 67a9f69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmsplugin_filer_image/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FilerImagePlugin(CMSPluginBase):
name = _("Image")
render_template = "cmsplugin_filer_image/image.html"
text_enabled = True
raw_id_fields = ('image',)
raw_id_fields = ('image', 'page_link')
admin_preview = False
fieldsets = (
(None, {
Expand Down
Binary file modified cmsplugin_filer_image/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
7 changes: 4 additions & 3 deletions cmsplugin_filer_image/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ msgstr "lien vers l'image d'origine"

#: models.py:29
msgid "do not resize the image. use the original image instead."
msgstr ""
msgstr "ne pas redimensionner l'image. Utiliser l'image d'origine"

#: models.py:30 models.py:114
msgid "thumbnail option"
Expand All @@ -73,7 +73,8 @@ msgstr "option de miniature"
msgid ""
"overrides width, height, crop and upscale with values from the selected "
"thumbnail option"
msgstr ""
msgstr "écrase les valeurs de largeur, hauteur, rognage et élargissement avec"
"les valeurs de l'option de miniature sélectionnée"

#: models.py:32
msgid "use automatic scaling"
Expand Down Expand Up @@ -131,7 +132,7 @@ msgstr "description"

#: models.py:48
msgid "Open link in new window"
msgstr ""
msgstr "Ouvre le lien dans une nouvelle fenêtre"

#: models.py:57
msgid "filer image"
Expand Down

0 comments on commit 67a9f69

Please sign in to comment.