Ñò
œùÄKc           @   s/   d  d k  Te d d d d d d d d ƒ Z d S(   iÿÿÿÿ(   t   *s   pootle_translationproject.viewssQ   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/((.*/)*)admin_permissions.html$t   tp_admin_permissionssK   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/((.*/)*)admin_files.html$t   tp_admin_filessT   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<dir_path>(.*/)*)(index.html)?$t   tp_overviewsL   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<dir_path>.*)edit.html$t   tp_translatesN   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<dir_path>.*)review.html$t	   tp_reviewsN   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<file_path>.*)export/zip$t
   export_zipsA   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/translate.html$t	   translateN(   sQ   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/((.*/)*)admin_permissions.html$R   (   sK   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/((.*/)*)admin_files.html$R   (   sT   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<dir_path>(.*/)*)(index.html)?$R   (   sL   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<dir_path>.*)edit.html$R   (   sN   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<dir_path>.*)review.html$R   (   sN   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/(?P<file_path>.*)export/zip$R   (   sA   ^(?P<language_code>[^/]*)/(?P<project_code>[^/]*)/translate.html$s	   translate(   t   django.conf.urls.defaultst   patternst   urlpatterns(    (    (    s<   /var/www/Pootle/local_apps/pootle_translationproject/urls.pyt   <module>   s   
       