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

Commit

Permalink
Bumped version to 1.1.3rc1 (#261)
Browse files Browse the repository at this point in the history
* Updated plugins to use supported template utility

* Updated HISTORY

* Updated AUTHORS

* Added update translations helper

* Updated po files

* Updated mo files

* Bumped version to 1.1.3rc1
  • Loading branch information
czpython committed Aug 23, 2016
1 parent f735964 commit 1640da6
Show file tree
Hide file tree
Showing 238 changed files with 238 additions and 215 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -20,6 +20,7 @@
* itbabu
* JensDiemer
* Jesse Laukkanen
* Jeffrey Goettsch
* John-Scott Atlakson
* Josh Schneier
* Kirill Kniazev
Expand Down
2 changes: 2 additions & 0 deletions HISTORY
Expand Up @@ -6,6 +6,8 @@ CHANGELOG

* Fixed styling issues with attributes field
* Pinned djangocms-attributes-field to v0.1.1+
* Updated migrations to be compatible with djangoCMS 3.3.0 and 3.3.1
* Introduced support for djangoCMS 3.3.4


1.1.2 (2016-07-05)
Expand Down
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/__init__.py
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.3rc1"
16 changes: 8 additions & 8 deletions cmsplugin_filer_file/cms_plugins.py
Expand Up @@ -40,16 +40,16 @@ class FilerFilePlugin(CMSPluginBase):
fieldsets[0][1]['fields'].append('style')

def render(self, context, instance, placeholder):
self.render_template = select_template((
context['object'] = instance
return super(FilerFilePlugin, self).render(context, instance, placeholder)

def get_render_template(self, context, instance, placeholder):
template = select_template((
'cmsplugin_filer_file/plugins/file.html', # backwards compatibility. deprecated!
self.TEMPLATE_NAME % instance.style,
self.TEMPLATE_NAME % 'default')
)
context.update({
'object': instance,
'placeholder': placeholder
})
return context
self.TEMPLATE_NAME % 'default',
))
return template

def icon_src(self, instance):
file_icon = instance.get_icon_url()
Expand Down
Binary file modified cmsplugin_filer_file/locale/ca/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/ca/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/divio/cmsplugin-filer/language/ca/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/de/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: German (http://www.transifex.com/divio/cmsplugin-filer/language/de/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/en/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/es/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/divio/cmsplugin-filer/language/es/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/et/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/et/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Estonian (http://www.transifex.com/divio/cmsplugin-filer/language/et/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/eu/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/eu/LC_MESSAGES/django.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Basque (http://www.transifex.com/divio/cmsplugin-filer/language/eu/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/fi/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/fi/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Finnish (http://www.transifex.com/divio/cmsplugin-filer/language/fi/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
13 changes: 7 additions & 6 deletions cmsplugin_filer_file/locale/fr/LC_MESSAGES/django.po
Expand Up @@ -4,14 +4,15 @@
#
# Translators:
# Bertrand Bordage <bordage.bertrand@gmail.com>, 2012
# Frigory33 <chironsylvain@orange.fr>, 2016
# Dylann CORDEL <cordel.d@free.fr>, 2014
msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-07-06 18:33+0000\n"
"Last-Translator: Frigory33 <chironsylvain@orange.fr>\n"
"Language-Team: French (http://www.transifex.com/divio/cmsplugin-filer/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -25,7 +26,7 @@ msgstr "Fichier"

#: cms_plugins.py:31
msgid "Advanced"
msgstr ""
msgstr "Avancé"

#: models.py:34
msgid "title"
Expand All @@ -41,8 +42,8 @@ msgstr "Ouvrir le lien dans une nouvelle fenêtre"

#: models.py:42
msgid "Style"
msgstr ""
msgstr "Style"

#: models.py:44
msgid "Optional. Adds HTML attributes to the rendered link."
msgstr ""
msgstr "Facultatif. Ajoute des attributs HTML au lien généré."
Binary file modified cmsplugin_filer_file/locale/it/LC_MESSAGES/django.mo
Binary file not shown.
14 changes: 7 additions & 7 deletions cmsplugin_filer_file/locale/it/LC_MESSAGES/django.po
Expand Up @@ -4,14 +4,14 @@
#
# Translators:
# yakky <i.spalletti@nephila.it>, 2012
# yakky <i.spalletti@nephila.it>, 2013
# yakky <i.spalletti@nephila.it>, 2013,2016
msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-07-13 08:28+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: Italian (http://www.transifex.com/divio/cmsplugin-filer/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -25,7 +25,7 @@ msgstr "File"

#: cms_plugins.py:31
msgid "Advanced"
msgstr ""
msgstr "Avanzate"

#: models.py:34
msgid "title"
Expand All @@ -41,8 +41,8 @@ msgstr "Apri collegamento in una nuova finestra"

#: models.py:42
msgid "Style"
msgstr ""
msgstr "Stile"

#: models.py:44
msgid "Optional. Adds HTML attributes to the rendered link."
msgstr ""
msgstr "Opzionale. Aggiungi attributi HTML al link"
Binary file modified cmsplugin_filer_file/locale/it_IT/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/it_IT/LC_MESSAGES/django.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Italian (Italy) (http://www.transifex.com/divio/cmsplugin-filer/language/it_IT/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/lt/LC_MESSAGES/django.mo
Binary file not shown.
13 changes: 7 additions & 6 deletions cmsplugin_filer_file/locale/lt/LC_MESSAGES/django.po
Expand Up @@ -4,13 +4,14 @@
#
# Translators:
# Matas Dailyda, 2015
# Matas Dailyda <matas@dailyda.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-07-18 09:19+0000\n"
"Last-Translator: Matas Dailyda <matas@dailyda.com>\n"
"Language-Team: Lithuanian (http://www.transifex.com/divio/cmsplugin-filer/language/lt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -24,7 +25,7 @@ msgstr "Byla"

#: cms_plugins.py:31
msgid "Advanced"
msgstr ""
msgstr "Išplėstiniai"

#: models.py:34
msgid "title"
Expand All @@ -40,8 +41,8 @@ msgstr "Atverti nuorodą naujame lange"

#: models.py:42
msgid "Style"
msgstr ""
msgstr "Stilius"

#: models.py:44
msgid "Optional. Adds HTML attributes to the rendered link."
msgstr ""
msgstr "Nebūtina. Prideda HTML atributus prie atvaizduojamos nuorodos."
Binary file modified cmsplugin_filer_file/locale/lt_LT/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/lt_LT/LC_MESSAGES/django.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/divio/cmsplugin-filer/language/lt_LT/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/nb/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/nb/LC_MESSAGES/django.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/divio/cmsplugin-filer/language/nb/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/nl/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/nl/LC_MESSAGES/django.po
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-27 20:23+0000\n"
"Last-Translator: kurdyma <transifex.com@kurdyenviolien.nl>\n"
"Language-Team: Dutch (http://www.transifex.com/divio/cmsplugin-filer/language/nl/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/nn/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/nn/LC_MESSAGES/django.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/divio/cmsplugin-filer/language/nn/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/pl_PL/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/pl_PL/LC_MESSAGES/django.po
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Polish (Poland) (http://www.transifex.com/divio/cmsplugin-filer/language/pl_PL/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/pt_BR/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/pt_BR/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/divio/cmsplugin-filer/language/pt_BR/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/ru/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/ru/LC_MESSAGES/django.po
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/divio/cmsplugin-filer/language/ru/)\n"
Expand Down
Binary file modified cmsplugin_filer_file/locale/zh_CN/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/locale/zh_CN/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/divio/cmsplugin-filer/language/zh_CN/)\n"
Expand Down
14 changes: 8 additions & 6 deletions cmsplugin_filer_folder/cms_plugins.py
Expand Up @@ -43,12 +43,6 @@ def get_children(self, folder):
return folder.get_children()

def render(self, context, instance, placeholder):
self.render_template = select_template((
'cmsplugin_filer_folder/folder.html', # backwards compatibility. deprecated!
self.TEMPLATE_NAME % instance.style,
self.TEMPLATE_NAME % 'default')
)

user = context['request'].user

if instance.folder_id:
Expand All @@ -69,5 +63,13 @@ def render(self, context, instance, placeholder):
})
return context

def get_render_template(self, context, instance, placeholder):
template = select_template((
'cmsplugin_filer_folder/folder.html', # backwards compatibility. deprecated!
self.TEMPLATE_NAME % instance.style,
self.TEMPLATE_NAME % 'default',
))
return template


plugin_pool.register_plugin(FilerFolderPlugin)
Binary file modified cmsplugin_filer_folder/locale/ca/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_folder/locale/ca/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/divio/cmsplugin-filer/language/ca/)\n"
Expand Down
Binary file modified cmsplugin_filer_folder/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_folder/locale/de/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: German (http://www.transifex.com/divio/cmsplugin-filer/language/de/)\n"
Expand Down
Binary file modified cmsplugin_filer_folder/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_folder/locale/en/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
Binary file modified cmsplugin_filer_folder/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_folder/locale/es/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/divio/cmsplugin-filer/language/es/)\n"
Expand Down
Binary file modified cmsplugin_filer_folder/locale/et/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_folder/locale/et/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Estonian (http://www.transifex.com/divio/cmsplugin-filer/language/et/)\n"
Expand Down
Binary file modified cmsplugin_filer_folder/locale/eu/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_folder/locale/eu/LC_MESSAGES/django.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Basque (http://www.transifex.com/divio/cmsplugin-filer/language/eu/)\n"
Expand Down
Binary file modified cmsplugin_filer_folder/locale/fi/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion cmsplugin_filer_folder/locale/fi/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django Filer Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-05 21:39-0400\n"
"POT-Creation-Date: 2016-08-23 10:26-0400\n"
"PO-Revision-Date: 2016-06-22 17:49+0000\n"
"Last-Translator: Martin Koistinen <mkoistinen@gmail.com>\n"
"Language-Team: Finnish (http://www.transifex.com/divio/cmsplugin-filer/language/fi/)\n"
Expand Down
Binary file modified cmsplugin_filer_folder/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit 1640da6

Please sign in to comment.