Changeset 6a2413f
- Timestamp:
- 06/22/11 18:37:59 (2 years ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 8f0f9d0
- Parents:
- 40265bd
- git-author:
- yomguy <yomguy@…> (06/22/11 18:37:59)
- git-committer:
- yomguy <yomguy@…> (06/22/11 18:37:59)
- Location:
- telemeta
- Files:
-
- 5 edited
-
locale/de/LC_MESSAGES/djangojs.mo (modified) (previous)
-
locale/de/LC_MESSAGES/djangojs.po (modified) (2 diffs)
-
locale/fr/LC_MESSAGES/djangojs.mo (modified) (previous)
-
locale/fr/LC_MESSAGES/djangojs.po (modified) (2 diffs)
-
urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/locale/de/LC_MESSAGES/djangojs.po
r9b202e11 r6a2413f 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2011-06-22 18:3 4+0200\n"11 "POT-Creation-Date: 2011-06-22 18:37+0200\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 62 62 msgid "delete the item permanently?" 63 63 msgstr "" 64 65 #: htdocs/js/locale.js:13 66 msgid "delete the collection permanently?" 67 msgstr "" -
telemeta/locale/fr/LC_MESSAGES/djangojs.po
r9b202e11 r6a2413f 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2011-06-22 18:3 4+0200\n"11 "POT-Creation-Date: 2011-06-22 18:37+0200\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: Guillaume Pellerin <yomguy@parisson.com>\n" … … 62 62 msgid "delete the item permanently?" 63 63 msgstr "supprimer l'item définitivement ?" 64 65 #: htdocs/js/locale.js:13 66 msgid "delete the collection permanently?" 67 msgstr "supprimer la collection définitivement ?" -
telemeta/urls.py
r9b202e11 r6a2413f 146 146 url(r'^collections/(?P<public_id>[A-Za-z0-9._-]+)/add_item/$', item_view.item_add, 147 147 dict(template='telemeta/mediaitem_add.html'), name="telemeta-collection-additem"), 148 url(r'^collections/(?P<public_id>[A-Za-z0-9._-]+)/delete/$', collection_view. item_delete, name="telemeta-collection-delete"),148 url(r'^collections/(?P<public_id>[A-Za-z0-9._-]+)/delete/$', collection_view.collection_delete, name="telemeta-collection-delete"), 149 149 150 150 # search
Note: See TracChangeset
for help on using the changeset viewer.
