From 7376263ffa3196548cfee5096ce646a2b3aba739 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 26 Aug 2014 02:21:12 -0400 Subject: [PATCH] Get rid of the web_theme app --- mayan/apps/common/templates/login.html | 71 +- mayan/apps/main/conf/settings.py | 12 +- .../static/packages/animate-custom.css | 0 .../static/packages/jquery-2.1.1.min.js | 0 .../static/web_theme_media/LICENSE | 0 .../static/web_theme_media/README.md | 0 .../static/web_theme_media/Rakefile | 0 .../static/web_theme_media/VERSION | 0 .../web_theme_media/config/locales/de_de.yml | 0 .../web_theme_media/config/locales/pt_br.yml | 0 .../features/step_definitions/layout_steps.rb | 0 .../features/step_definitions/themed_steps.rb | 0 .../web_theme_media/features/support/env.rb | 0 .../features/theme_generator.feature | 0 .../features/themed_generator.feature | 0 .../static/web_theme_media/images/avatar.png | Bin .../images/icons/application_edit.png | Bin .../web_theme_media/images/icons/cross.png | Bin .../web_theme_media/images/icons/key.png | Bin .../web_theme_media/images/icons/tick.png | Bin .../static/web_theme_media/index.html | 0 .../javascripts/jquery-1.3.min.js | 0 .../javascripts/jquery-1.5.2.min.js | 0 .../javascripts/jquery-1.7.min.js | 0 .../javascripts/jquery.localscroll.js | 0 .../javascripts/jquery.scrollTo.js | 0 .../theme/templates/layout_admin.html.erb | 0 .../theme/templates/layout_sign.html.erb | 0 .../web_app_theme/theme/theme_generator.rb | 0 .../themed/templates/view_edit.html.erb | 0 .../themed/templates/view_form.html.erb | 0 .../themed/templates/view_new.html.erb | 0 .../themed/templates/view_show.html.erb | 0 .../themed/templates/view_sidebar.html.erb | 0 .../themed/templates/view_signin.html.erb | 0 .../themed/templates/view_signup.html.erb | 0 .../themed/templates/view_tables.html.erb | 0 .../themed/templates/view_text.html.erb | 0 .../web_app_theme/themed/themed_generator.rb | 0 .../web_theme_media/lib/web_app_theme.rb | 0 .../web_theme_media/stylesheets/base.css | 0 .../web_theme_media/stylesheets/override.css | 0 .../themes/activo/images/arrow.png | Bin .../activo/images/boxbar-background.png | Bin .../images/button-background-active.png | Bin .../activo/images/button-background.png | Bin .../activo/images/menubar-background.png | Bin .../stylesheets/themes/activo/style.css | 0 .../stylesheets/themes/amro/style.css | 0 .../stylesheets/themes/bec-green/style.css | 0 .../stylesheets/themes/bec/style.css | 0 .../stylesheets/themes/blue/style.css | 0 .../fonts/museo700-regular-webfont.eot | Bin .../fonts/museo700-regular-webfont.svg | 0 .../fonts/museo700-regular-webfont.ttf | Bin .../fonts/museo700-regular-webfont.woff | Bin .../default/fonts/museosans_500-webfont.eot | Bin .../default/fonts/museosans_500-webfont.svg | 0 .../default/fonts/museosans_500-webfont.ttf | Bin .../default/fonts/museosans_500-webfont.woff | Bin .../fonts/museosans_500_italic-webfont.eot | Bin .../fonts/museosans_500_italic-webfont.svg | 0 .../fonts/museosans_500_italic-webfont.ttf | Bin .../fonts/museosans_500_italic-webfont.woff | Bin .../themes/default/images/arrow.png | Bin .../stylesheets/themes/default/images/bgd.jpg | Bin .../default/images/boxbar-background.png | Bin .../images/button-background-active.png | Bin .../default/images/button-background.png | Bin .../default/images/menubar-background.png | Bin .../themes/default/images/messages/error.png | Bin .../themes/default/images/messages/notice.png | Bin .../default/images/messages/warning.png | Bin .../stylesheets/themes/default/style.css | 0 .../themes/djime-cerulean/style.css | 0 .../stylesheets/themes/drastic-dark/style.css | 0 .../stylesheets/themes/kathleene/style.css | 0 .../stylesheets/themes/olive/style.css | 0 .../stylesheets/themes/orange/style.css | 0 .../stylesheets/themes/red/style.css | 0 .../themes/reidb-greenish/style.css | 0 .../stylesheets/themes/warehouse/style.css | 0 .../web_theme_media/test/spec_helper.rb | 0 .../test/themed_generator_spec.rb | 0 .../web_theme_media/web-app-theme.gemspec | 0 mayan/apps/main/templates/base.html | 1010 +++++++++-------- .../templates/pagination/pagination.html | 0 .../templatetags/styling.py | 0 .../templatetags/theme_tags.py | 0 mayan/apps/web_theme/__init__.py | 0 mayan/apps/web_theme/conf/__init__.py | 0 mayan/apps/web_theme/conf/settings.py | 14 - .../web_theme/locale/ar/LC_MESSAGES/django.mo | Bin 2461 -> 0 bytes .../web_theme/locale/ar/LC_MESSAGES/django.po | 122 -- .../web_theme/locale/bg/LC_MESSAGES/django.mo | Bin 2840 -> 0 bytes .../web_theme/locale/bg/LC_MESSAGES/django.po | 120 -- .../locale/bs_BA/LC_MESSAGES/django.mo | Bin 2523 -> 0 bytes .../locale/bs_BA/LC_MESSAGES/django.po | 121 -- .../web_theme/locale/da/LC_MESSAGES/django.mo | Bin 456 -> 0 bytes .../web_theme/locale/da/LC_MESSAGES/django.po | 111 -- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 2473 -> 0 bytes .../locale/de_DE/LC_MESSAGES/django.po | 123 -- .../web_theme/locale/en/LC_MESSAGES/django.mo | Bin 2359 -> 0 bytes .../web_theme/locale/en/LC_MESSAGES/django.po | 120 -- .../web_theme/locale/es/LC_MESSAGES/django.mo | Bin 2471 -> 0 bytes .../web_theme/locale/es/LC_MESSAGES/django.po | 121 -- .../web_theme/locale/fa/LC_MESSAGES/django.mo | Bin 450 -> 0 bytes .../web_theme/locale/fa/LC_MESSAGES/django.po | 111 -- .../web_theme/locale/fr/LC_MESSAGES/django.mo | Bin 2556 -> 0 bytes .../web_theme/locale/fr/LC_MESSAGES/django.po | 122 -- .../locale/hr_HR/LC_MESSAGES/django.mo | Bin 546 -> 0 bytes .../locale/hr_HR/LC_MESSAGES/django.po | 112 -- .../web_theme/locale/hu/LC_MESSAGES/django.mo | Bin 459 -> 0 bytes .../web_theme/locale/hu/LC_MESSAGES/django.po | 111 -- .../web_theme/locale/id/LC_MESSAGES/django.mo | Bin 463 -> 0 bytes .../web_theme/locale/id/LC_MESSAGES/django.po | 111 -- .../web_theme/locale/it/LC_MESSAGES/django.mo | Bin 1671 -> 0 bytes .../web_theme/locale/it/LC_MESSAGES/django.po | 118 -- .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 475 -> 0 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 111 -- .../web_theme/locale/pl/LC_MESSAGES/django.mo | Bin 663 -> 0 bytes .../web_theme/locale/pl/LC_MESSAGES/django.po | 113 -- .../web_theme/locale/pt/LC_MESSAGES/django.mo | Bin 1674 -> 0 bytes .../web_theme/locale/pt/LC_MESSAGES/django.po | 118 -- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 1685 -> 0 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 117 -- .../locale/ro_RO/LC_MESSAGES/django.mo | Bin 2560 -> 0 bytes .../locale/ro_RO/LC_MESSAGES/django.po | 121 -- .../web_theme/locale/ru/LC_MESSAGES/django.mo | Bin 2892 -> 0 bytes .../web_theme/locale/ru/LC_MESSAGES/django.po | 120 -- .../locale/sl_SI/LC_MESSAGES/django.mo | Bin 528 -> 0 bytes .../locale/sl_SI/LC_MESSAGES/django.po | 112 -- .../locale/tr_TR/LC_MESSAGES/django.mo | Bin 933 -> 0 bytes .../locale/tr_TR/LC_MESSAGES/django.po | 112 -- .../locale/vi_VN/LC_MESSAGES/django.mo | Bin 2249 -> 0 bytes .../locale/vi_VN/LC_MESSAGES/django.po | 118 -- mayan/apps/web_theme/models.py | 3 - .../web_theme/templates/web_theme_base.html | 142 --- .../web_theme/templates/web_theme_login.html | 73 -- mayan/apps/web_theme/templatetags/__init__.py | 0 mayan/apps/web_theme/views.py | 1 - mayan/settings/base.py | 1 - 142 files changed, 635 insertions(+), 3257 deletions(-) rename mayan/apps/{web_theme => main}/static/packages/animate-custom.css (100%) rename mayan/apps/{web_theme => main}/static/packages/jquery-2.1.1.min.js (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/LICENSE (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/README.md (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/Rakefile (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/VERSION (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/config/locales/de_de.yml (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/config/locales/pt_br.yml (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/features/step_definitions/layout_steps.rb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/features/step_definitions/themed_steps.rb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/features/support/env.rb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/features/theme_generator.feature (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/features/themed_generator.feature (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/images/avatar.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/images/icons/application_edit.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/images/icons/cross.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/images/icons/key.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/images/icons/tick.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/index.html (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/javascripts/jquery-1.3.min.js (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/javascripts/jquery-1.5.2.min.js (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/javascripts/jquery-1.7.min.js (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/javascripts/jquery.localscroll.js (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/javascripts/jquery.scrollTo.js (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_admin.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_sign.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/theme/theme_generator.rb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_edit.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_form.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_new.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_show.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_sidebar.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signin.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signup.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_tables.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_text.html.erb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/generators/web_app_theme/themed/themed_generator.rb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/lib/web_app_theme.rb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/base.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/override.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/activo/images/arrow.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/activo/images/boxbar-background.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/activo/images/button-background-active.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/activo/images/button-background.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/activo/images/menubar-background.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/activo/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/amro/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/bec-green/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/bec/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/blue/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.eot (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.svg (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.ttf (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.woff (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.eot (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.svg (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.ttf (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.woff (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/images/arrow.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/images/bgd.jpg (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/images/boxbar-background.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/images/button-background-active.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/images/button-background.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/images/menubar-background.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/images/messages/error.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/images/messages/notice.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/images/messages/warning.png (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/default/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/djime-cerulean/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/drastic-dark/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/kathleene/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/olive/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/orange/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/red/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/reidb-greenish/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/stylesheets/themes/warehouse/style.css (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/test/spec_helper.rb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/test/themed_generator_spec.rb (100%) rename mayan/apps/{web_theme => main}/static/web_theme_media/web-app-theme.gemspec (100%) rename mayan/apps/{web_theme => main}/templates/pagination/pagination.html (100%) rename mayan/apps/{web_theme => main}/templatetags/styling.py (100%) rename mayan/apps/{web_theme => main}/templatetags/theme_tags.py (100%) delete mode 100644 mayan/apps/web_theme/__init__.py delete mode 100644 mayan/apps/web_theme/conf/__init__.py delete mode 100644 mayan/apps/web_theme/conf/settings.py delete mode 100644 mayan/apps/web_theme/locale/ar/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/ar/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/bg/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/bg/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/bs_BA/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/bs_BA/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/da/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/da/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/en/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/en/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/es/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/es/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/fa/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/fa/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/fr/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/fr/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/hr_HR/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/hr_HR/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/hu/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/hu/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/id/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/id/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/it/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/it/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/pl/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/pl/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/pt/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/pt/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/ro_RO/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/ro_RO/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/ru/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/ru/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/sl_SI/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/sl_SI/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/tr_TR/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/tr_TR/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.po delete mode 100644 mayan/apps/web_theme/models.py delete mode 100644 mayan/apps/web_theme/templates/web_theme_base.html delete mode 100644 mayan/apps/web_theme/templates/web_theme_login.html delete mode 100644 mayan/apps/web_theme/templatetags/__init__.py delete mode 100644 mayan/apps/web_theme/views.py diff --git a/mayan/apps/common/templates/login.html b/mayan/apps/common/templates/login.html index 395d54832f..629d728fd9 100644 --- a/mayan/apps/common/templates/login.html +++ b/mayan/apps/common/templates/login.html @@ -1,15 +1,82 @@ -{% extends 'web_theme_login.html' %} +{% extends 'web_theme_base.html' %} {% load i18n %} +{% load autoadmin_tags %} {% load project_tags %} +{% load theme_tags %} + +{% block web_theme_head %} + {% if user.is_authenticated %} + {% get_login_redirect_url %} + + {% endif %} +{% endblock %} {% block html_title %}{% project_name %} :: {% trans 'Login' %}{% endblock %} + {% if user.is_authenticated %} + {% block web_theme_content %} + {% get_login_redirect_url %} +
+

{% trans 'You are already logged in' %}

+
+

+ {% trans 'Redirecting you to the website entry point in 5 seconds.' %} +

+

+ {% blocktrans %}Or click here if redirection doesn't work.{% endblocktrans %} +

+
+
+ {% endblock %} + {% else %} + {% block content_plain %} + {% auto_admin_properties %} + {% if auto_admin_properties.account %} +
+
+

{% trans "First time login" %}

+ +
+
+ {% endif %} +
+

{% project_name %}

+
+

{% trans 'Login' %}

+ +
+ {% get_web_theme_setting "VERBOSE_LOGIN" as verbose_login %} + {% if verbose_login %} + {% include 'verbose_login.html' %} + {% endif %} + {% endblock %} + {% endif %} + {% block web_theme_stylesheets %} {% endblock web_theme_stylesheets %} -{% block project_name %}{% project_name %}{% endblock %} +{% block project_name %}{% endblock %} diff --git a/mayan/apps/main/conf/settings.py b/mayan/apps/main/conf/settings.py index 7a82555ea0..d9f2f80dc1 100644 --- a/mayan/apps/main/conf/settings.py +++ b/mayan/apps/main/conf/settings.py @@ -1,7 +1,7 @@ """Configuration options for the main app""" from django.utils.translation import ugettext_lazy as _ -from smart_settings.api import register_setting +from smart_settings.api import register_setting, register_settings register_setting( namespace=u'main', @@ -27,3 +27,13 @@ register_setting( global_name=u'MAIN_DISABLE_ICONS', default=False, ) + +register_settings( + namespace=u'main', + module=u'main.conf.settings', + settings=[ + {'name': u'THEME', 'global_name': u'MAIN_THEME', 'default': u'activo', 'description': _(u'CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse.')}, + {'name': u'ENABLE_SCROLL_JS', 'global_name': u'MAIN_ENABLE_SCROLL_JS', 'default': True, 'hidden': True}, + {'name': u'VERBOSE_LOGIN', 'global_name': u'MAIN_VERBOSE_LOGIN', 'default': True, 'description': _(u'Display extra information in the login screen.')}, + ] +) diff --git a/mayan/apps/web_theme/static/packages/animate-custom.css b/mayan/apps/main/static/packages/animate-custom.css similarity index 100% rename from mayan/apps/web_theme/static/packages/animate-custom.css rename to mayan/apps/main/static/packages/animate-custom.css diff --git a/mayan/apps/web_theme/static/packages/jquery-2.1.1.min.js b/mayan/apps/main/static/packages/jquery-2.1.1.min.js similarity index 100% rename from mayan/apps/web_theme/static/packages/jquery-2.1.1.min.js rename to mayan/apps/main/static/packages/jquery-2.1.1.min.js diff --git a/mayan/apps/web_theme/static/web_theme_media/LICENSE b/mayan/apps/main/static/web_theme_media/LICENSE similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/LICENSE rename to mayan/apps/main/static/web_theme_media/LICENSE diff --git a/mayan/apps/web_theme/static/web_theme_media/README.md b/mayan/apps/main/static/web_theme_media/README.md similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/README.md rename to mayan/apps/main/static/web_theme_media/README.md diff --git a/mayan/apps/web_theme/static/web_theme_media/Rakefile b/mayan/apps/main/static/web_theme_media/Rakefile similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/Rakefile rename to mayan/apps/main/static/web_theme_media/Rakefile diff --git a/mayan/apps/web_theme/static/web_theme_media/VERSION b/mayan/apps/main/static/web_theme_media/VERSION similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/VERSION rename to mayan/apps/main/static/web_theme_media/VERSION diff --git a/mayan/apps/web_theme/static/web_theme_media/config/locales/de_de.yml b/mayan/apps/main/static/web_theme_media/config/locales/de_de.yml similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/config/locales/de_de.yml rename to mayan/apps/main/static/web_theme_media/config/locales/de_de.yml diff --git a/mayan/apps/web_theme/static/web_theme_media/config/locales/pt_br.yml b/mayan/apps/main/static/web_theme_media/config/locales/pt_br.yml similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/config/locales/pt_br.yml rename to mayan/apps/main/static/web_theme_media/config/locales/pt_br.yml diff --git a/mayan/apps/web_theme/static/web_theme_media/features/step_definitions/layout_steps.rb b/mayan/apps/main/static/web_theme_media/features/step_definitions/layout_steps.rb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/features/step_definitions/layout_steps.rb rename to mayan/apps/main/static/web_theme_media/features/step_definitions/layout_steps.rb diff --git a/mayan/apps/web_theme/static/web_theme_media/features/step_definitions/themed_steps.rb b/mayan/apps/main/static/web_theme_media/features/step_definitions/themed_steps.rb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/features/step_definitions/themed_steps.rb rename to mayan/apps/main/static/web_theme_media/features/step_definitions/themed_steps.rb diff --git a/mayan/apps/web_theme/static/web_theme_media/features/support/env.rb b/mayan/apps/main/static/web_theme_media/features/support/env.rb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/features/support/env.rb rename to mayan/apps/main/static/web_theme_media/features/support/env.rb diff --git a/mayan/apps/web_theme/static/web_theme_media/features/theme_generator.feature b/mayan/apps/main/static/web_theme_media/features/theme_generator.feature similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/features/theme_generator.feature rename to mayan/apps/main/static/web_theme_media/features/theme_generator.feature diff --git a/mayan/apps/web_theme/static/web_theme_media/features/themed_generator.feature b/mayan/apps/main/static/web_theme_media/features/themed_generator.feature similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/features/themed_generator.feature rename to mayan/apps/main/static/web_theme_media/features/themed_generator.feature diff --git a/mayan/apps/web_theme/static/web_theme_media/images/avatar.png b/mayan/apps/main/static/web_theme_media/images/avatar.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/images/avatar.png rename to mayan/apps/main/static/web_theme_media/images/avatar.png diff --git a/mayan/apps/web_theme/static/web_theme_media/images/icons/application_edit.png b/mayan/apps/main/static/web_theme_media/images/icons/application_edit.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/images/icons/application_edit.png rename to mayan/apps/main/static/web_theme_media/images/icons/application_edit.png diff --git a/mayan/apps/web_theme/static/web_theme_media/images/icons/cross.png b/mayan/apps/main/static/web_theme_media/images/icons/cross.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/images/icons/cross.png rename to mayan/apps/main/static/web_theme_media/images/icons/cross.png diff --git a/mayan/apps/web_theme/static/web_theme_media/images/icons/key.png b/mayan/apps/main/static/web_theme_media/images/icons/key.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/images/icons/key.png rename to mayan/apps/main/static/web_theme_media/images/icons/key.png diff --git a/mayan/apps/web_theme/static/web_theme_media/images/icons/tick.png b/mayan/apps/main/static/web_theme_media/images/icons/tick.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/images/icons/tick.png rename to mayan/apps/main/static/web_theme_media/images/icons/tick.png diff --git a/mayan/apps/web_theme/static/web_theme_media/index.html b/mayan/apps/main/static/web_theme_media/index.html similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/index.html rename to mayan/apps/main/static/web_theme_media/index.html diff --git a/mayan/apps/web_theme/static/web_theme_media/javascripts/jquery-1.3.min.js b/mayan/apps/main/static/web_theme_media/javascripts/jquery-1.3.min.js similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/javascripts/jquery-1.3.min.js rename to mayan/apps/main/static/web_theme_media/javascripts/jquery-1.3.min.js diff --git a/mayan/apps/web_theme/static/web_theme_media/javascripts/jquery-1.5.2.min.js b/mayan/apps/main/static/web_theme_media/javascripts/jquery-1.5.2.min.js similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/javascripts/jquery-1.5.2.min.js rename to mayan/apps/main/static/web_theme_media/javascripts/jquery-1.5.2.min.js diff --git a/mayan/apps/web_theme/static/web_theme_media/javascripts/jquery-1.7.min.js b/mayan/apps/main/static/web_theme_media/javascripts/jquery-1.7.min.js similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/javascripts/jquery-1.7.min.js rename to mayan/apps/main/static/web_theme_media/javascripts/jquery-1.7.min.js diff --git a/mayan/apps/web_theme/static/web_theme_media/javascripts/jquery.localscroll.js b/mayan/apps/main/static/web_theme_media/javascripts/jquery.localscroll.js similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/javascripts/jquery.localscroll.js rename to mayan/apps/main/static/web_theme_media/javascripts/jquery.localscroll.js diff --git a/mayan/apps/web_theme/static/web_theme_media/javascripts/jquery.scrollTo.js b/mayan/apps/main/static/web_theme_media/javascripts/jquery.scrollTo.js similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/javascripts/jquery.scrollTo.js rename to mayan/apps/main/static/web_theme_media/javascripts/jquery.scrollTo.js diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_admin.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_admin.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_admin.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_admin.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_sign.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_sign.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_sign.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/theme/templates/layout_sign.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/theme/theme_generator.rb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/theme/theme_generator.rb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/theme/theme_generator.rb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/theme/theme_generator.rb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_edit.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_edit.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_edit.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_edit.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_form.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_form.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_form.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_form.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_new.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_new.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_new.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_new.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_show.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_show.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_show.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_show.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_sidebar.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_sidebar.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_sidebar.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_sidebar.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signin.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signin.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signin.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signin.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signup.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signup.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signup.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_signup.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_tables.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_tables.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_tables.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_tables.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_text.html.erb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_text.html.erb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_text.html.erb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/templates/view_text.html.erb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/themed_generator.rb b/mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/themed_generator.rb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/generators/web_app_theme/themed/themed_generator.rb rename to mayan/apps/main/static/web_theme_media/lib/generators/web_app_theme/themed/themed_generator.rb diff --git a/mayan/apps/web_theme/static/web_theme_media/lib/web_app_theme.rb b/mayan/apps/main/static/web_theme_media/lib/web_app_theme.rb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/lib/web_app_theme.rb rename to mayan/apps/main/static/web_theme_media/lib/web_app_theme.rb diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/base.css b/mayan/apps/main/static/web_theme_media/stylesheets/base.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/base.css rename to mayan/apps/main/static/web_theme_media/stylesheets/base.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/override.css b/mayan/apps/main/static/web_theme_media/stylesheets/override.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/override.css rename to mayan/apps/main/static/web_theme_media/stylesheets/override.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/arrow.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/arrow.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/arrow.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/arrow.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/boxbar-background.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/boxbar-background.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/boxbar-background.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/boxbar-background.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/button-background-active.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/button-background-active.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/button-background-active.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/button-background-active.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/button-background.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/button-background.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/button-background.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/button-background.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/menubar-background.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/menubar-background.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/images/menubar-background.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/images/menubar-background.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/activo/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/activo/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/amro/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/amro/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/amro/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/amro/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/bec-green/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/bec-green/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/bec-green/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/bec-green/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/bec/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/bec/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/bec/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/bec/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/blue/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/blue/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/blue/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/blue/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.eot b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.eot similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.eot rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.eot diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.svg b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.svg similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.svg rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.svg diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.ttf b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.ttf similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.ttf rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.ttf diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.woff b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.woff similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.woff rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museo700-regular-webfont.woff diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.eot b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.eot similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.eot rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.eot diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.svg b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.svg similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.svg rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.svg diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.ttf b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.ttf similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.ttf rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.ttf diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.woff b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.woff similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.woff rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500-webfont.woff diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/arrow.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/arrow.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/arrow.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/arrow.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/bgd.jpg b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/bgd.jpg similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/bgd.jpg rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/bgd.jpg diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/boxbar-background.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/boxbar-background.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/boxbar-background.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/boxbar-background.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/button-background-active.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/button-background-active.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/button-background-active.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/button-background-active.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/button-background.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/button-background.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/button-background.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/button-background.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/menubar-background.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/menubar-background.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/menubar-background.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/menubar-background.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/messages/error.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/messages/error.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/messages/error.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/messages/error.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/messages/notice.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/messages/notice.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/messages/notice.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/messages/notice.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/messages/warning.png b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/messages/warning.png similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/images/messages/warning.png rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/images/messages/warning.png diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/default/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/default/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/default/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/djime-cerulean/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/djime-cerulean/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/djime-cerulean/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/djime-cerulean/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/drastic-dark/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/drastic-dark/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/drastic-dark/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/drastic-dark/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/kathleene/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/kathleene/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/kathleene/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/kathleene/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/olive/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/olive/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/olive/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/olive/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/orange/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/orange/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/orange/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/orange/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/red/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/red/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/red/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/red/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/reidb-greenish/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/reidb-greenish/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/reidb-greenish/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/reidb-greenish/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/warehouse/style.css b/mayan/apps/main/static/web_theme_media/stylesheets/themes/warehouse/style.css similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/stylesheets/themes/warehouse/style.css rename to mayan/apps/main/static/web_theme_media/stylesheets/themes/warehouse/style.css diff --git a/mayan/apps/web_theme/static/web_theme_media/test/spec_helper.rb b/mayan/apps/main/static/web_theme_media/test/spec_helper.rb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/test/spec_helper.rb rename to mayan/apps/main/static/web_theme_media/test/spec_helper.rb diff --git a/mayan/apps/web_theme/static/web_theme_media/test/themed_generator_spec.rb b/mayan/apps/main/static/web_theme_media/test/themed_generator_spec.rb similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/test/themed_generator_spec.rb rename to mayan/apps/main/static/web_theme_media/test/themed_generator_spec.rb diff --git a/mayan/apps/web_theme/static/web_theme_media/web-app-theme.gemspec b/mayan/apps/main/static/web_theme_media/web-app-theme.gemspec similarity index 100% rename from mayan/apps/web_theme/static/web_theme_media/web-app-theme.gemspec rename to mayan/apps/main/static/web_theme_media/web-app-theme.gemspec diff --git a/mayan/apps/main/templates/base.html b/mayan/apps/main/templates/base.html index ff9c7055b0..7f91c4ff4b 100644 --- a/mayan/apps/main/templates/base.html +++ b/mayan/apps/main/templates/base.html @@ -1,476 +1,576 @@ -{% extends 'web_theme_base.html' %} - {% load i18n %} - -{% load project_tags %} -{% load navigation_tags %} -{% load settings %} -{% load search_tags %} {% load static %} + +{% load compress %} + {% load main_settings_tags %} -{% load variable_tags %} +{% load navigation_tags %} +{% load project_tags %} {% load registration_tags %} +{% load search_tags %} +{% load settings %} +{% load theme_tags %} +{% load variable_tags %} -{% block web_theme_head %} - {% if new_window_url %} - - - {% endif %} +{% get_theme as web_theme %} + + + + + + {% project_name %}{{ request.new_window_url }}{% block title %}{% endblock %} - {% if html_redirect %} - - {% endif %} -{% endblock %} - -{% block html_title %}{% project_name %}{{ request.new_window_url }}{% block title %}{% endblock %}{% endblock %} - -{% block web_theme_project_name %}{% project_name %}{% if debug %} {% trans "(DEBUG)" %}{% endif %} - {% registered_name %}{% endblock %} - -{% block web_theme_stylesheets %} - - - - - - {% block stylesheets %}{% endblock %} -{% endblock %} - -{% block web_theme_javascript %} - - - - - - - {% block javascript %}{% endblock %} -{% endblock %} - -{% block web_theme_user_navigation %} -
  • {% trans 'User' %}: - {% if not user.is_authenticated %} - {% trans 'Anonymous' %} - {% else %} - {{ user.get_full_name|default:user }} - + {% if new_window_url %} + + {% endif %} -
  • - {% get_setting "MIDDLEWARE_CLASSES" as middleware_classes %} - {% if 'django.middleware.locale.LocaleMiddleware' in middleware_classes %} -
  • -
    {% csrf_token %} - -
    -
  • - {% endif %} - {% get_setting "LOGIN_URL" as login_url %} -
  • {% if not user.is_authenticated %}{% trans 'Login' %}{% else %}{% trans 'Logout' %}{% endif %}
  • -{% endblock %} + {% if html_redirect %} + + {% endif %} -{% block web_theme_main_navigation %} - {% get_top_menu_links %} - {% for link in menu_links %} - {% with 'true' as as_li %} - {% with 'true' as hide_active_anchor %} - {% with 'active' as li_class_active %} - {% with 'first' as li_class_first %} - {% include 'generic_subnavigation.html' %} - {% endwith %} - {% endwith %} - {% endwith %} - {% endwith %} - {% endfor %} -{% endblock %} + {% compress css %} + + + + + + + + + + {% block stylesheets %}{% endblock %} + + {% endcompress %} + + +
    + {% if web_theme_view_type == 'plain' %} +
    + {% block content_plain %}{% endblock %} +
    + {% else %} + {% if not web_theme_hide_menus %} + {% endif %} - {% endfor %} - {% else %} - {% get_object_navigation_links "form_header" as form_navigation_links %} - {% if form_navigation_links %} -
    -
      - {% with form_navigation_links as object_navigation_links %} - {% with 'true' as as_li %} - {% with 'true' as hide_active_anchor %} - {% with 'active' as li_class_active %} - {% with 'first' as li_class_first %} - {% include 'generic_navigation.html' %} - {% endwith %} - {% endwith %} - {% endwith %} - {% endwith %} - {% endwith %} -
    -
    - {% endif %} - {% endif %} -{% endblock %} - -{% block web_theme_sidebar %} - {% get_main_setting "SIDE_BAR_SEARCH" as side_bar_search %} - {% if side_bar_search and not web_theme_hide_menus %} - {% with 'true' as side_bar %} - {% with 'true' as form_hide_required_text %} - {% with '' as read_only %} - {% with '' as object %} - {% search_form %} - {% endwith %} - {% endwith %} - {% endwith %} - {% endwith %} - {% endif %} - - {% get_object_navigation_links "secondary_menu" as object_navigation_links %} - {% if object_navigation_links %} -
    -

    {% trans "Secondary menu" %}

    - -
    - {% endif %} - {% if navigation_object_list %} - {% for navigation_object_dict in navigation_object_list %} - {% copy_variable navigation_object_dict.object as "navigation_object_name" %} - {% get_object_navigation_links as object_navigation_links %} - {% if object_navigation_links %} -
    - {% if navigation_object %} - {% if navigation_object_dict.name %} -

    {% blocktrans with navigation_object_dict.name as name %}Actions for {{ name }}: {{ navigation_object }}{% endblocktrans %}

    - {% else %} -

    {% blocktrans %}Actions for: {{ navigation_object }}{% endblocktrans %}

    +
    +
    + {% if messages %} +
    +
    + {% for message in messages %} + + {% endfor %} +
    +
    {% endif %} - {% else %} -

    {% trans 'Available actions' %}

    - {% endif %} - -
    + + {% block messages %}{% endblock %} + +
    + {% if navigation_object_list %} + {% for navigation_object_dict in navigation_object_list %} + {% copy_variable navigation_object_dict.object as "navigation_object_name" %} + {% get_object_navigation_links "form_header" as form_navigation_links %} + {% if form_navigation_links %} +
    +
      + {% with form_navigation_links as object_navigation_links %} + {% with 'true' as as_li %} + {% with 'true' as hide_active_anchor %} + {% with 'active' as li_class_active %} + {% with 'first' as li_class_first %} + {% include 'generic_navigation.html' %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} +
    +
    + {% endif %} + {% endfor %} + {% else %} + {% get_object_navigation_links "form_header" as form_navigation_links %} + {% if form_navigation_links %} +
    +
      + {% with form_navigation_links as object_navigation_links %} + {% with 'true' as as_li %} + {% with 'true' as hide_active_anchor %} + {% with 'active' as li_class_active %} + {% with 'first' as li_class_first %} + {% include 'generic_navigation.html' %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} +
    +
    + {% endif %} + {% endif %} + {% block content %}{% endblock %} +
    + {% block footer %}{% endblock %} +
    + +
    {% endif %} - {% get_object_navigation_links "related" as object_navigation_links %} - {% if object_navigation_links %} -
    -

    {% trans "Related actions" %}

    - -
    - {% endif %} - {% get_object_navigation_links "sidebar" as object_navigation_links %} - {% if object_navigation_links %} -
    -

    {% trans 'Other available actions' %}

    - -
    - {% endif %} - {% endfor %} - {% else %} - {% get_object_navigation_links as object_navigation_links %} - {% if object_navigation_links %} -
    - {% if navigation_object %} - {% if object_name %} -

    {% blocktrans %}Actions for {{ object_name }}: {{ navigation_object }}{% endblocktrans %}

    - {% else %} -

    {% blocktrans %}Actions for: {{ navigation_object }}{% endblocktrans %}

    - {% endif %} - {% else %} -

    {% trans 'Actions' %}

    +
    + + {% compress js %} + + + {% if enable_scroll_js %} + + + {% endif %} + + + + + + + + {% block javascript %}{% endblock %} + + + {% endcompress %} + + + diff --git a/mayan/apps/web_theme/templates/pagination/pagination.html b/mayan/apps/main/templates/pagination/pagination.html similarity index 100% rename from mayan/apps/web_theme/templates/pagination/pagination.html rename to mayan/apps/main/templates/pagination/pagination.html diff --git a/mayan/apps/web_theme/templatetags/styling.py b/mayan/apps/main/templatetags/styling.py similarity index 100% rename from mayan/apps/web_theme/templatetags/styling.py rename to mayan/apps/main/templatetags/styling.py diff --git a/mayan/apps/web_theme/templatetags/theme_tags.py b/mayan/apps/main/templatetags/theme_tags.py similarity index 100% rename from mayan/apps/web_theme/templatetags/theme_tags.py rename to mayan/apps/main/templatetags/theme_tags.py diff --git a/mayan/apps/web_theme/__init__.py b/mayan/apps/web_theme/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/mayan/apps/web_theme/conf/__init__.py b/mayan/apps/web_theme/conf/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/mayan/apps/web_theme/conf/settings.py b/mayan/apps/web_theme/conf/settings.py deleted file mode 100644 index 405b2814fc..0000000000 --- a/mayan/apps/web_theme/conf/settings.py +++ /dev/null @@ -1,14 +0,0 @@ -"""Configuration options for the web_theme app""" -from django.utils.translation import ugettext_lazy as _ - -from smart_settings.api import register_settings - -register_settings( - namespace=u'web_theme', - module=u'web_theme.conf.settings', - settings=[ - {'name': u'THEME', 'global_name': u'WEB_THEME_THEME', 'default': u'activo', 'description': _(u'CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse.')}, - {'name': u'ENABLE_SCROLL_JS', 'global_name': u'WEB_THEME_ENABLE_SCROLL_JS', 'default': True, 'hidden': True}, - {'name': u'VERBOSE_LOGIN', 'global_name': u'WEB_THEME_VERBOSE_LOGIN', 'default': True, 'description': _(u'Display extra information in the login screen.')}, - ] -) diff --git a/mayan/apps/web_theme/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/ar/LC_MESSAGES/django.mo deleted file mode 100644 index 0ffccb4b12b30c66df8b86a9e7c5dc9f66706fe2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2461 zcmeH{&u=3&6vqcx78+oIazX;htkfT?%_NhwUAk#f*#1J5+HIAlNPD4jW}Jyzk3F(I z&E|%L#FY~l1QI6>T-iSWZb2lUG%-@FrfVi9)drC--5Hx2SE+|0ek~|3cd*b3C@FmgEv6-LJ%B)bKnA4 zfG>mJfUDqlAkF_Bd>g!pMKqs*6fXy7z;lrNpI-1Q@Goe20+O!pZ%%am1Cp+qwz82%+UK&p3S$->^2cc`Yn31A($(y zVBWBJ$aM;9C|J&&8yTC>YpG)^xWhaV7gqW))lkB(QYDQtk*_4^819a7(&e@i7yRz2!LFz}SqF zKG@~ql}TYaoLcBwup_PW%tH<<9l;*CCnGDI)M>eBV3aZ=dcwLyXfL^Pt>7Vc2@Wia zm5k3=o3o)6gU;=_#l3@%b|0Q}x3_k?+nc?UH6H_WyS8ecKzaIaA?K3#G!-kWhlrSn}VuJRUV1HlU^{W zwPThWsXgUjg(_`y;%dRM6ISyKRh#a_WGf>;50hWuQx z(*ju>NR5J&9_P7Il&;Ib`+Uqb+uqtgx;j9WK}Kr1FH~6|_g)Yy%)DQ$|T$EjGiZC(kBJUJ;I&UeA8e#Jui&k6BmAesI zWe+zx?BU)zoX%KiFhibY$j*bkt%KtY);>3d(!zh3W?ZUTY_fGM(rJP3EbIxMwb%p8 z`!Z&WL+|rey*?U^YPi(e$$@xG3+nmgtgfEdGfHqMlFZfBMU*qhhd%Yo#Wn4xH_Fj0tUi{+d4K0O59?red#NQ zs<2#zJNVpOi|M?4be(%^Y+`nFrxURcSj6D%bQ&-l6SE1kN#u45 eu{8BH8rPin@58wa=gL~;*^lnokM95Wqx%=~dC}JZ diff --git a/mayan/apps/web_theme/locale/ar/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/ar/LC_MESSAGES/django.po deleted file mode 100644 index f45d87523e..0000000000 --- a/mayan/apps/web_theme/locale/ar/LC_MESSAGES/django.po +++ /dev/null @@ -1,122 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Mohammed ALDOUB , 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2013-01-26 08:25+0000\n" -"Last-Translator: Mohammed ALDOUB \n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/" -"language/ar/)\n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Display extra information in the login screen." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "dismiss all notifications" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "close all" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "dismiss this notification" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "close" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Login" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "You are already logged in" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Redirecting you to the website entry point in 5 seconds." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Or click here if redirection doesn't " -"work." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "First time login" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"You have just finished installing Mayan EDMS, " -"congratulations!" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "Login using the following credentials:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Username: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Username: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Password: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Be sure to change the password to increase security and to disable this " -"message." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Previous" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Next" diff --git a/mayan/apps/web_theme/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/bg/LC_MESSAGES/django.mo deleted file mode 100644 index 0bf281680a32c9e6ce74be910e63d566028527f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2840 zcmc&#&u<$=6kebdaDhU(fCSRCqBK#nwv#rra+4r6KTt%{1UE%OLaN5zvAxZD*P7W) z8i_-iPzpIvQG|pjs30URNXSWSWt%i9{0HNI03^%Gw>VWkw+~n30wz02mB5AIPfpvYrwyO z2Y~D`%bEfn2c7^%z$bxU1J44#2a^4-z?Xmrv5D*%ko;AEPXXtEw7%HFFM*$eOAYt~ z=En|NRu%Xsa2EL86Nm{sj9?V6AD_2?LqOuY0(>8M8+a1i-%@JAr! z;}2j6Jd}WT;3Du<;Ag;7z!*q=eg{&@p2tfMe(pXL_ZhsP_`m}S7UY}UBW>n^ETg~m z({Q7>kYygwu@2!qjQ3fZIWL%sq+nsd@+IyUF)9gG;Y!U1(xGYB&r87->_k42Zn(g> zZx$R^@tj8+T*b;lDP9ywYxv?ta#1!ed8Ohl^st~3x`D44mmSq42UC-UZF7o`wB zhF&Ckm?H{2@4)D;3*=EM(UBi;*&7%8Y0e$pCqr3zUHI?OCs z6SUm?vPijp(QGONo)^s1FYI%KAG+LA8S4U~SW}YaJvTqg1~@B8Q5ZaSylZ0W&G8GD zv!f&9+0o&d%a^hf-Rjs-Nk}n};zP_WkQ7&nykX`9Lir~`hMLSKt?5>EGHgJFGVqH- z$Gh4U>sAA))}%Ep#heS#R<`X5^cI4Ms!CO!7dhpIf`P4EV3ol2L&`xvRXXq;m9#D? zA$?v()jE-QJ|9GWxHr(d@QDO7?x9nh1xi#=IPhiBN{P=2b|pd<3$BlXm=zUr&!cp; z9Z&KF?z7R6$&0%JdKhRFB@ZLd6i6Ml@?M}s^NVPng&r)s3Z3P7%nw4h;O3jAyDO$U z_bwqV!4>4y9(U|_gjA?}hIOJRvZ4~m(4JI9*Rjt>MP<(f8J3uynz4r=kLqEM@DMra zOZT3((`W4TDc0AUIn{5cPp8u`w6n-N`R&;C*}e3~(ywRIXHKT^Bqq?&_6+(~L0up- zEF0v6L}{{t;?fOZ;1?sDDSJlna)zCcydvh2q^?pJRx+v7{QP_pJ?tyDAg(6!K{-`v zN>iyys!aK`g;Q23ujMF}E2g@4-DX&>n3x=&9PMPGH5VO>@c{fvc@&ctT&e7VjJ_<8cR&at=%<*sp?G_)20|E6rs*&HzsIv zV+F(2#>a+Gtn1DDjjTWt1Pm1-9c%E@>v%yN9Csk)L(Ini!-WTdd+s}Z2V^!uY=blr zy=G>RK_a;V;>enjL?eib^>*U}Bx{j0k_xKK8f#Z)!z|UY&`!Ww<2roRl9s*=T<^qb zrDp}MkYIAK(pa+et)~6I%#pPiB&nubEwXn(Jf<3MA>p+)&vs8#sZknBl>LmQzik;o zBwOh|&b7*5(P^`F-;d@k!va}gtBo778G<2q=sLBS&RYRj8xGqlV#%vSZP zX}uVUxPz$F%IJ!{m*;-hw7x^WjXbb6KOP7KkxbtrDVwO)y{4iYh_+>-wHtjIK31W! zs_#NC&PhKdu8vL1;9Ap7RyZ0a+G@MxurUH-O6Fdw``q(jQE%L!6M}O@tkz7JvQR-qvP diff --git a/mayan/apps/web_theme/locale/bg/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/bg/LC_MESSAGES/django.po deleted file mode 100644 index 6eabb22ba8..0000000000 --- a/mayan/apps/web_theme/locale/bg/LC_MESSAGES/django.po +++ /dev/null @@ -1,120 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Pavlin Koldamov , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"CSS тема за прилагане, опции: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish и " -"warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Показване на допълнителна информация в прозореца за вход." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "отказване на всички промени" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "затваряне на всичко" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "отказ от това съобщение" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "затваряне" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Вход" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Вече сте влезли" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Прехвърляме Ви към началото на уебсайта, 5 секунди." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Или натиснете тук ако прехвърлянето " -"не сработи." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "Логване за първи път" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"Вие приключихте инсталирането на Mayan EDMS, поздравления!" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "Логване, използвайки следните параметри:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Потребителско име: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Потребителско име: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Парола: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Моля променете паролата, за да повишите нивото на сигурност и да " -"деактивирате това съобщение." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Предна" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Следваща" diff --git a/mayan/apps/web_theme/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/bs_BA/LC_MESSAGES/django.mo deleted file mode 100644 index 783d234383b44027068fd85b8cbbaf00c4ca17bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2523 zcmcgtO>Y}T7@k6D!F-ofC6L}$N*jx;y-reE96LZh3K2;Y<)ad(YP>tP$KIV;&CJ?$ z)B~JQ4?XsRgrFDBNb~?4P?6fd0TMreLpgEdnYG;nsUS{_H2ciw`|-T*y!*?UlXn@~ z8|ZJM-$#E7ee(o9Xb*rpz@LF%1J69eSOxeU@HOCXz~_K}051Ul1fB%avy5#6XMh)h zIq-Slm%uB)Z-D;%ufVgwQ@G^M6VS`cfG+?CK)?U#1it{DgpT{bHr9VQ#n@LsI?Y%B zd;mNH{2l1!oPg3Y@HEiNs{yxwOF*yx_GJBA;APBzoUA_vdLGW=(gyG{5F*)Uz!!nH zf#-pDC-^2F5U(eIa=rHwf4JsJiFSv(GMT1*~-IFPM2?Ots*Xcmr{=cpy3;uCa?5DLR27jqPgHqR4>K~JV4h=j=# z!Lc11Zk>#Rn4A6_^||XNxP}`#kpmCL+dfA|#Qr1W)>yE#-NM`o^Y0+}F~c!ErcN1mvT zh#`yloh}~;>g8auEfoS%>{!Q>#M3nuyv0Xc(fZof-V+Dr2xfE)cX?6-$ev?SqOBNz zp)Fy^!BkpgR+5m?PPSzWo@Sjj+1rNyby)2T4;Po~Q_tU5W~SFkU5TBj9l zl>}Y0<3W+)9|?0PI(i@#FVk$-xvXBTdYMRbWo293tVBAkW@GPdHLIqc@<7C?ttJ!s z)t0@n@ND5{_fO+?=0oHJXclSlkF3wUBPz8ehSgu#7u3+?g*gmGCg>khf4a2L1(rlvMVF zl1}>CH}It|=6Di4{_qZBO;&btqcn0@l2#(so&4eF{$|XRp1&{q{7??K!bBt8kwSTY zS`9_Yq0Apjp(FS8FoHG|URd+LmqSU%is6no{LxR6VjXj*#Izn3_9;Ftc_jLXU5>(I zWRDLx1@L76rgAr_hSQC{HuBLuq(x7pWWh`Op zK8A~UeEs8^o>CI8!*Q}jYI)A!wUSl;0|Aqg9b{0ei~U1BFpus@kRg>XiX7DE|6Uaz x-Vyj2I+%Tq9dZZ1XmKQGe*xY4@9F>m diff --git a/mayan/apps/web_theme/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/bs_BA/LC_MESSAGES/django.po deleted file mode 100644 index e3ed877c4f..0000000000 --- a/mayan/apps/web_theme/locale/bs_BA/LC_MESSAGES/django.po +++ /dev/null @@ -1,121 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# www.ping.ba , 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2013-06-24 15:49+0000\n" -"Last-Translator: www.ping.ba \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"projects/p/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"CSS tema za primjenu, opcije su : amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish i " -"warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Prikaži dodatne informacije na login ekranu." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "ne prikazuj više ove notifikacije" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "zatvori sve" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "ne prikazuj više ovu notifikaciju" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "zatvori" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Login" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Već ste prijavljeni/logirani" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Preusmjeravamo vas na website entry point za 5 sekundi." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Ili birajte here ako redirekcja ne " -"radi." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "Prijava - prvi put" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"Upravo ste završili instalaciju Mayan EDMS, čestitamo!" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "Prijava korištenjem sljedećih podataka:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Korisnik: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Korisnik: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Pasvord: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Ne zaboravite promijeniti pasvord da pojačate sigurnost i onemogućite dalje " -"prikazivanje ove poruke." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Prethodni" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Sljedeći" diff --git a/mayan/apps/web_theme/locale/da/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/da/LC_MESSAGES/django.mo deleted file mode 100644 index d87f6f4ee9bdccae9163f621b120df4543612ce9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 456 zcmYL_%}xR_6ooOmnx$(OHE{vaOFIJ!mavhZgv5yiNB3o>3^gFLS6{kgpOZlKPPE93?_NA8eXedG%-AFkU>XtTJfO`9|at5-Cbf#zHH%Ce5|? z6{mE&-L`%GTCL=+otlzXhq)ZBXjzW~GAkV|{!?fsXzQ5CNhX4L7EexJ5Vlz`GTKXx zZS5sRUwofkaR7qlYaP?Ord}B)eWqqg^5m0rgY9pf2n*hFE&;bFg3PxoapNB U=!VgN9Ja%zCf7p}wgy4t7seBWmjD0& diff --git a/mayan/apps/web_theme/locale/da/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/da/LC_MESSAGES/django.po deleted file mode 100644 index 7b8b7cc260..0000000000 --- a/mayan/apps/web_theme/locale/da/LC_MESSAGES/django.po +++ /dev/null @@ -1,111 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/" -"language/da/)\n" -"Language: da\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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "" - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "" diff --git a/mayan/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo deleted file mode 100644 index ae60e70d2bd4bfef66e359b74a4e61db4217884c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2473 zcmc(gTW=dh6vqcBH*+sfNFbdSg(l#&owSAGTtt(&AyU#ru>)#fqVevrJ@xFYH8UI6 ze&PY~4R`?|kU;QSiKbR@WdPcS?5-SP~RAN_BXpTbLQOU__woXJ{4#$ zqrZxN7yUK#jYsf6`w83ze+It-&ps+d1^ga-5&Q#u9Q+e}1N;j-1JYwcY=KkY1uzGn z0>1#SfZu{){qNu_;1k#s))N@y4Zx?teK5>_bjZ)ZJJ97Wcmv=02_e1%e+1{j?vp}1 z3w{j-Id{M*@E(XI;#Y7FyboRgSD+Mzq7R052fhh@4hDbx0>p@;KNH;5E4zwkZWRy3GZ=zaKF*m4#xLC4T=jCck;=cDF*{RDpNM_Dl?9xXxN_Ey5W zPG(aX^uxF?UT0m59IR$j5!aM;o;=i{VnS?$>B*CFr%bol)XB8YhT#qS5;k5*?dsw> zP7zy{Vy)snElBEF?kt|4n%>x2Tfe@y(^y^KX{@yNc6T;r-1(&*TVANjB~qPWin1IR znk5-KbHNj0(yxf^!|2p$!FijR?$XrsQN(84LiO;Y*tWc{V6@md5(V`}SstPqqCDib zQ=SRh+7S&hWqk0#}{ON;kKqeeaQX^B6QE*h36UY)_ zrYHBAZsqV|M;Qd9m~mce9o%&!cvFs~p~mWF^VongL5;4JKG#Kn+&K~J%<<%j)3iVi zrph6+v?h~z)luG4dFou{YZmh2Y%8m%YM2W%Z8U#FAPOFKNstdBNbS0&MM-gQwc zt5a!vs}-%lybzCQReJbjt~Prqs=X7{F4Ej={o>`QcBxjw!e|G64{{$^cQKlsquICX zvvY6N&`KM~=%|Ifb+9h8K?mq69W8Uu;#w^rE5m#Hz4TpIX{+%PwwP{?TNbrgrgd6l zWUis<2}d(D-Sd7>uU3b{VFk%;oa*rHN}Q$D!Ng`)9aPic=!lclRrR5~YQlS~jq1$t z0d?F&d?{_NZ#GVxG+U{aRx;y}FHvhWfCoI%yNcVS%zP*x*0EpQZC#75oU99Kbl64> z6K4qmUZ*Q<)YIZ50&@GH}6@|Dk3D)lb!|h8@BW4}PS!I+LV~X(XrW&GhTy|5$pp%<^xJKCGkE@wKU1R>On%&Ip!4Gj?oJbqzmYQB# z?}Db2($(ZXd>8CqW|RBzL)EV)f?Pxze@poD@Te#FH%VD1>_y1Bo@|F)$T%Qm+`1_W z*yMjBKJX4(jxtzv Z;YbK*v-1bv_z+|KrG+H_=b{Ie{0;4`>3#qJ diff --git a/mayan/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po deleted file mode 100644 index eac015938c..0000000000 --- a/mayan/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po +++ /dev/null @@ -1,123 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Mathias Behrle , 2014 -# Stefan Lodders , 2012 -# tetjarediske , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2014-03-12 16:12+0000\n" -"Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"Anzuwendendes CSS Thema, Optionen sind: amro, bec, bec-green, blue, default, " -"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " -"und warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Erweiterte Informationen auf dem Login-Bildschirm anzeigen." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "Alle Benachrichtigungen bestätigen" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "Alle schließen" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "Diese Benachrichtigung bestätigen" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "Schließen" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Login" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Sind sind bereits angemeldet" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Umleitung zur Startseite in 5 Sekunden." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Oder hier klicken , wenn die " -"Umleitung nicht funktioniert." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "Erster Login" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"Sie haben soeben die Installation des Mayan EDMS beendet. " -"Herzlichen Glückwunsch!" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "Einloggen mit folgenden Zugangsdaten:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Benutzername: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Benutzername: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Passwort: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Ändern Sie das Passwort, um die Sicherheit zu erhöhen und diese Nachricht " -"abzuschalten." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Zurück" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Weiter" diff --git a/mayan/apps/web_theme/locale/en/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/en/LC_MESSAGES/django.mo deleted file mode 100644 index c930a0fb47ec6fc64fb2dad261967e70f89d39f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2359 zcmeH{%WfP+6owlT0t|PvLL$;hBx75do*p|lt9@C-9wSS3Y>mfAtfHFknx3+&t6Ejn zo{YqTEh|>pAR!?|LhQ){z>9#yE3hFu{?p@2cm`6Ms;{Q&)VX*6F?ao0gz+in=a?@r zZ({Dffd%6?@DThR{0W?UGm1Lkui(evU*KEd-{2SEOYk~K*P`eEoCg=c8hi)*5nKg- z23h`3@H6lRF0nj;tgiy!1`$bsTuO*P>halVi4rKY~U=t_Ee!V1>;ZGHaH&a8ep%2O!@+IkD=nrZp9Uuo-N?F9uz%P$!E0M!=Ml9u zooGinA1J^bY7U}3KAx>qdu58|(#UFUC;Siha%qAR+NaTDScwiCWm;vYv@U4u%P3PDHx3srD$YHO}4S9v0bUIj_;)=jCh$^_2AeXg`M zx$i{BUOFR6RPD-=$TC}-@T#G&p%V!vq0uS%loM6R9J(St8H+PXCpEG-QU(QSPJ9qr zbGj}R?~AE0)Z5-ax(uLAaHDV{)Ve80-3@(9!V#ed`gObt(1j zP&$;RZ@qBJLckO?-l=#XMVV616q?(4aU4RGCdp(n>7av+S0nkfli4zUG)2{0`@8$Ss~jwMx~(m10@@)SOe+K!(7g#>7G>7>>)^Z$8^?p4 zc=bw-9T-U$_e^GU)H9{kp$e@-T|1%U9lTpUB~vwj{l>}~&9)nhhHh=p^3q!C^(W}{ KC+Pq73HlccC%Jn7 diff --git a/mayan/apps/web_theme/locale/en/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/en/LC_MESSAGES/django.po deleted file mode 100644 index ba87f86cd6..0000000000 --- a/mayan/apps/web_theme/locale/en/LC_MESSAGES/django.po +++ /dev/null @@ -1,120 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" -"language/en/)\n" -"Language: en\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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Display extra information in the login screen." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "dismiss all notifications" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "close all" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "dismiss this notification" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "close" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Login" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "You are already logged in" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Redirecting you to the website entry point in 5 seconds." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Or click here if redirection doesn't " -"work." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "First time login" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"You have just finished installing Mayan EDMS, " -"congratulations!" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "Login using the following credentials:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Username: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Username: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Password: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Be sure to change the password to increase security and to disable this " -"message." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Previous" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Next" diff --git a/mayan/apps/web_theme/locale/es/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/es/LC_MESSAGES/django.mo deleted file mode 100644 index 5e5af385af3b74ec8264442eae42761b955655f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2471 zcmcgt&2Jnv6gSWoSiZ{zBoMEaN)yQJZqk-k+oV#P4-}C!(PmSrr{bOQ&N}hfgFTaU zPw)>Q#DNPE5?p#f;(*#yPn7&0AaUe|;L;nvH?v7rsDc~Tj(?tc&(H76zy0O(iLV64 z>v-P6^8nA=c-Ef6gz*z_6Zi=DE%5ZyLNtN*fv*C81D*u_349m$7AfzX4tW-UG7!ufR8fr?83j3CQ+x;Pb#eAj>}+Z(AHga1YY)?P;HN;=e+1;5`~lnop2TJxA#MX- z1bz&B2bclbzt4eiOT31MN27*n<~+TGhxbnom=*}XItOX12EwZ1AHP;-oyH5?tp<(} zFW}+WUgj@16ot|&DjdZ_X;Z9*igFpkzViux);9J^2I#4{^tu?4w3Q&yLG}%A(19`) zf=pFYEN*SFiL5dy^W2PP$mNB0HjwnHLo)MjhWaY5rYQAFSu9PdW++huS(*Zi9i6Et zR=zY!LY#OR3LQs@^t&^(D~qAQHtcXl?=g7xeTKYBc+yF~Hmt+2a(5p`4_z7H;F1ox zkt0%f3ojAf!1+wFe^^(+8<%1g5Vf*Rv7&t_sDL|E3B($U>zT@+ZCY&_IAh#CzhPgZ zY@wwI9dQ$<;C8e?e5xiID2iVyqa&x zYorGpiuNk5JWHGk_IyF8$!=3@j;qt5`A~Rg(`)CZ4l6bt=3C>BV$-WVji5#M&=lMo zxst2ORo++qpbJIt){iK6+7_IHOI&GZlh72~L3t}PRPFdA8ON@)#pFS^VG{`^Y0xRj zh!d5n1hxcAhH_8QPKhiIv_(NGNhqW-oUTK|>vAM5EibKa9R)B$a3l4yC{0zMa7M(& z1y#>D%?R{hrUN?57_zR=10C0@N0O>LCq+n$+d*EV)g-#5d_d(pbbNZFt8(XyXg#Dl ziEfl>h&wSEm~FNj zi_R8khp0Eo5nzGtZQ-(LdzIP22URR=_g11S$9n9*K>29d#x6lUJ9MS5i^irYy)@AZ z?pElK&8ye2Fn5*e<-(MuGYd33eYGL32bCT?^a>P{D2ip)*V2=bTzv!>)WMGujD*W7 z%M8xdLTmyXB{CtjE(;SChO)1XW(5_{*H8{}2UotQGD%EKwUr!~QTiDi5kO5b3Z()C zZiD}wn?^LjOzRFe7tW74Db@$~Ey+Z)htlAha#GL*e04ZpD6))KK?T+ZH+V1=oA`%B ztnwEaA8Xd{M;kfURX&1FON}HWBQ=p>lTl!@twVv>z>Q8(9c1yp8BKmt9{f;ITF~tN znAPgotfN6`tMKs0aa`?5x_J_@U59_TAzo}L+Cy8^R&}a9h=6jiQG zf$%tsOmJyw699RhU3n?r^$=7c3>?cs&HW~{p2O^ghZ_31ppTApCNCq0O?xizC zwVI4&zbX{m&9p`KtD-UYVf`=6*A)2cLo18{gbimWUeLJQyoa<_AA2ZA@5>1h+Cuyd DI=AVt diff --git a/mayan/apps/web_theme/locale/es/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/es/LC_MESSAGES/django.po deleted file mode 100644 index efb3bcc8af..0000000000 --- a/mayan/apps/web_theme/locale/es/LC_MESSAGES/django.po +++ /dev/null @@ -1,121 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Roberto Rosario, 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"Tema CSS para aplicar, las opciones son: amro, bec, bec-green, blue, " -"default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-" -"greenish y warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Mostrar información adicional en la pantalla de inicio de sesión." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "cerrar todas las notificaciones" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "cerrar todos" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "cerrar esta notificación" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "cerrar" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Iniciar sesión" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Usted ya ha entrado" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Se va a redirigir al punto de entrada al sitio web en 5 segundos." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"O haga clic aquí si la redirección no " -"funciona." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "Primer inicio de sesión" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"¡Felicitaciones! Usted acaba de terminar de instalar Mayan EDMS." - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "Inicie sesión con las siguientes credenciales:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Nombre de usuario: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Nombre de usuario: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Contraseña: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Asegúrese de cambiar la contraseña para aumentar la seguridad y para " -"deshabilitar este mensaje." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Anterior" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Siguiente" diff --git a/mayan/apps/web_theme/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/fa/LC_MESSAGES/django.mo deleted file mode 100644 index 6bac2b6522ae7e6da44176947ea4de48c2d803b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 450 zcmYLFOHRWu6a>L4OV%vBU;%&Mu{ESE^TkX1-Kq(;f11h zq|vkGd7~NsTwQ*jA$yFz8~v?&}UhLd3NlEBzX;ZYA0;Uy<+7IuLRfOSYawxxm9*aAbiyiw0$prGAt8~X;$+ce#gMma z?`ux!cDrr)W?kiS*Gf%A>q9X|Yg#pZKxUPr<-ZNh1-(0(a*~T6p2ySEAA~IyjE(kE zW3GLT1-;yPT9-oUAxYQ5I_XDm$qb^Ct_hG!3saq%OzDD?Xr+9xC^uG=Ff+Dtoap-R P>PF#^9F8M4494fl diff --git a/mayan/apps/web_theme/locale/fa/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/fa/LC_MESSAGES/django.po deleted file mode 100644 index a9df9a1fbf..0000000000 --- a/mayan/apps/web_theme/locale/fa/LC_MESSAGES/django.po +++ /dev/null @@ -1,111 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2013-06-16 18:57+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "" - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "" diff --git a/mayan/apps/web_theme/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/fr/LC_MESSAGES/django.mo deleted file mode 100644 index e43afc77b4d7d75fe50a9fc02e58c8c73263a9c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2556 zcmah~O>Y}T7#^S$FyG~bDB`6eI8nW}leV;SlS*wqAX3sqj@!bin(U74NoIGJnOUcf zgv1}<$OVK{^?+&)z0lr)J#pp^QvU)6#EoZm?Zi}-I`Ygjo{#r?p8fOGiEkO&JLsp; zAELjHzVRFev|oVRz+ZuPfv28ltPcDc_!jUn@I~O?z>k6d0#5+x1;)03Gr%e^1HKIW z0eA`cBha7!3-~VZBrf^$1oZM!;48oZ(C>de#_xdNz?O%=eXL(Q3EO}VfGfcCrP7y2 zK!5*t;Ag-;fcUY~FyeFIN5HeduYj)tN5HGVN5BT~AK-hyDumnuE(4*0eGmKqcyElq z0lj^XfiR1`jqY2egktn@dL7;0pKegW;C>N%gso_BtMGsPm%WC`DRghUZ%|X%`zG)W zzi>^E&5R(YDeUv4hgn}x%B?-nCi2TN3604wCUVk454?<#*mT8f3WyeH~x zd1uFqhzpTCP1UeQI(1Sfmbeiu;<3>++7)3j1U(}}f~m?xjUv(InR1xy$yfxTFqsk@ z+mYec$uNkx*{{()cYTFxxS^FCcrf1f8W|D!K}Nf!U}^h>xd%|)*O`TZE7GQl4@ul{ zhQqtAHZk}1VO}_|bPqENuSHU4YtmRp4(3p?!8ZJMIZ|e2(km`?wNm=P|HHjVBu;W= zTkJZtuq{KOlHoora_Sq=T{<%}yRr4@`t{rG)s^-3>T>7yjrPWzJ#(cmj96^&DMV0NXPOuF3d_IB|?huoO=KT4fc`<07qlNj_xeGz_e6xvzK^t-Ra*xj~1oQq! z%}-j*i)Wi?l?_yM&_Uf=c&AN^+Im+Qq^7McH&Ww3(#!Csf{x&Ei`I-t!amLRol9Gd z#=*fs9R-|N*%f!{p^h7A>6dM!jo1e>5K(L!YAmJEHI2C=nJwy?%I5m!>Tw9>>&?ot zP8_Ns=nPZ%=TN*2ycL;T_T*r!a7#BjYr&=CbKZciFu`gP>Ims<(WPDKD%&bETm@@* zTDC<=TKu(33zw;!F3l!%h34ljSJ;joibKLnchCa@7}JoUfp#dVSUbPy%NwK4459vv z&L8+q#mVNQf|c?S30EFSa8PBaiGh}Qd5|&TrcOV9=;|cQNB<+PsQM&z z>8xZhPhQXv<@dag@XEhWk>(Fwon7ss!od=ViJj&y3l@hv`6$L=4&JcdLsdm|kfI{2 zI!VMG6eak>h*;+LAsp|kTx7`n^elAZFc^S4pqw%%6}WyJmMO-x6jfzGc9VApGbTY} zJLQyZWuE>JhQntQpbTZfe^&bBPE#PV>Z9nNpHDCcJ8e$Y#xz4coeL3)eB_N~H@#nA z3>cLE{5g(KcYne&DV7d*T->jBE##Q@Yu}kQwXxq z2wg}E>SYh9DIy=bd{kO9z{l*cOjGRB=#XMnl}SO9<<|+XV4}mbB>6XPYe!^B-F$?P mjC2#KToWc1h81uK%Fn!ZU+B|hXv=-`%>7U}d?}`{vi|@lDHeeM diff --git a/mayan/apps/web_theme/locale/fr/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/fr/LC_MESSAGES/django.po deleted file mode 100644 index c48155ddae..0000000000 --- a/mayan/apps/web_theme/locale/fr/LC_MESSAGES/django.po +++ /dev/null @@ -1,122 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# PatrickHetu , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"Thème CSS à appliquer, les options sont les suivantes: amro, bec, bec-vert, " -"bleu, défaut, Djime-céruléen, drastique-foncé, kathleene, d'olive, orange, " -"rouge, reidb-verdâtre et entrepôt." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Afficher des informations supplémentaires à l'écran de connexion." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "Fermer toutes les notifications" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "Fermez toutes les notifications" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "Fermer cette notification" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "Fermer" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Connexion" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Vous êtes déjà connecté" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Vous allez être redirigé l'accueil du site Web dans 5 secondes." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Ou cliquez ici si la redirection ne " -"fonctionne pas." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "Première connexion" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"Vous venez de compléter l'installation de EDMS mayas, " -"félicitations!" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" -"Connectez-vous en utilisant les informations d'identification suivantes:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Nom d'utilisateur: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Nom d'utilisateur: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Mot de passe: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Soyez certain de changer votre mot de passe pour accroître la sécurité et " -"pour ne plus avoir ce message." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Précédent" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Suivant" diff --git a/mayan/apps/web_theme/locale/hr_HR/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/hr_HR/LC_MESSAGES/django.mo deleted file mode 100644 index 934a17d52e83286fcd5dc6dc092c3e3c24c944c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 546 zcmYL_!A=`75QeGXw8x$~3{r~{m5J?5T2hCl5+SHaT{TL#y;deMo2_>3mF+Yj@fy4y zXC9;Dgp!eedF=USJmaUg2akJXZ%BuvccgvN2`So;^i09ev`6OErq2G+^MKb2{H2|* ztdWqbdu3p9ng2*;y0tD~?#pU{7pu}^VI?Hf?*)#XR)KiDR6$EfxfmcnMc#*0$o@y< z1I`J=nf_bFx;rjK5f|`JlAnIyWXU(>0~SshU#no9gqgk3E?C;Va+M{(lq*$gEVODQ zjGd*&smsob*M-h9gjO=PUaxy0R;q6GU2kq1)^2C?tYu9c4fUe&tbVD;mhSi08SB12 zAz^cq4%)A#o%LE)BLv;C3CIox|4n))WJWKzF&ay#t YI~(jwaCmswrVzuslp`o79VL7J08tN_#{d8T diff --git a/mayan/apps/web_theme/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/hr_HR/LC_MESSAGES/django.po deleted file mode 100644 index 9420113871..0000000000 --- a/mayan/apps/web_theme/locale/hr_HR/LC_MESSAGES/django.po +++ /dev/null @@ -1,112 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" -"edms/language/hr_HR/)\n" -"Language: hr_HR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "" - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "" diff --git a/mayan/apps/web_theme/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/hu/LC_MESSAGES/django.mo deleted file mode 100644 index 8d01b6cfd4332eca8af62545ddaca9e224254f63..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 459 zcmYLFOHRWu6a>L4OV%um#G)0v+DQv7uDYQgQHhAE1om#?CP9fE*$!=w!Gh~?7G5Z7 zM;<+YMxz=3T%3QOAWo5&$ZO;o@)p@(fc(P82b_)OfQ8W?GIlUe;9VMSwO9W#hg+o0|gp-^E%=d6Fj5Z<$}4k9CzEripClcios<1|hyOs-L&(psbvA}LBvo@$liJ;rQh z&Q+Y!&1TbajX}Pa+fJ-YTJ5V@TG6s;1TrZtE&h#YR@3&umXoaZ!g)A7{(|3O-dHOq z6(-wNSkcL?qg5etH6(E+jFoQm7R_LA)HMOt(!f;3I>}Ya$zYW`Z&B1n6fo1Kw4A8w V?`TKCknFdkmLgXp;here if redirection doesn't " -"work." -msgstr "" - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "" diff --git a/mayan/apps/web_theme/locale/id/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/id/LC_MESSAGES/django.mo deleted file mode 100644 index c87384d68b94673a7481570ea3f06d1aceb31143..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 463 zcmYL_QBT4!6ooPRv`3$P=z|X$y|e?2Sj32IBukhQ7{1r7jGC=o+9L2n_SheD7SV>%4Q1PwuRlqb6E?^VC9=!6(;7C`nPwwoIZh zh-coES4vxmO)fHcTjd54MUgl8NMNWrvyO*=Sx!-l_#GgRK-#F~)Aj?94j~SNDgP05 z?uqlk_YYjBbw`}MF*6nt&7>)qRhpvFd^|?)gE&ObVLXV&uY(|%hO^m=LuI~VIfsO^ zlA=gvN^&FI#y3lAD~j=Yy>8k%ODy=NnW_?3`<4b*xU9)AxI5KlVw_Yy1IKJB8W+ diff --git a/mayan/apps/web_theme/locale/id/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/id/LC_MESSAGES/django.po deleted file mode 100644 index 51f9c35a5f..0000000000 --- a/mayan/apps/web_theme/locale/id/LC_MESSAGES/django.po +++ /dev/null @@ -1,111 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2011-11-03 21:42+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/" -"language/id/)\n" -"Language: id\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "" - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "" diff --git a/mayan/apps/web_theme/locale/it/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/it/LC_MESSAGES/django.mo deleted file mode 100644 index 3077aaef072ab87c13b86f83f4772b667ccfd18a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1671 zcma)+&u<(x6vtgC6qX_ZHxP$MBt#ir0nwwxBjQfwk z55OG6Hg&<0+UE`MRn!>wMTz$S)7nRjHx`5@-a?J%6+1^q6sBA-1xug|q8)%t_tI%rP5u^NQCg<%z2DfX-80uuRxhIV()3PWhk{nJRa(PA4i%b1cIO zo9nX(r%VPqPGh6fhJE2`a9z%k4F1zer0>gj_Ba!6R^Pi6a?U8~!Cu4)2=%hZhznlqE?f)@_ z`0P^zF85OTn4QNJb!njH%20oIaMT!aXU6cH!U4nYnM*Dq(ft{H|Ss8L8sYn>{t_!7df7nIAFl@XyH|9vqi~NInSZ@ zX#7xaUfIO}ChTP2BsSG1>(b^iJRjzjQ@MPIN9em`%6jN~8(XyK_Ersj)T7SYRzr-r zP!#o*s#;k{p~IWc83H@UEo$=CAO-gy9MJv2X!w%K&e)|eh035M{ogu+Dwi@-(kE3^ z>A!@g*74euNi?RM^**B3T6B*rIZI51%GCL}Hnu4S7T+#4wg_<{JC!eFwv^XVl_c!F zKC@z2mK9#~{}kG3r7v_=vLpC_^2q4|qQ_&wbEi;Qf{ZK~&M8qI9cX=0nL3_Yg$bv~ zB}0eWK&<-wTow3mxxB360QZKxIqXqS)IML5qi%{L)|BaAp4U3W_9B_;D%DFMl7MeV e1&5&P0sd?FLUL0Ua9v`Dc!JZ4eNY#3O8gBhHtP}q diff --git a/mayan/apps/web_theme/locale/it/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/it/LC_MESSAGES/django.po deleted file mode 100644 index aa00d163e4..0000000000 --- a/mayan/apps/web_theme/locale/it/LC_MESSAGES/django.po +++ /dev/null @@ -1,118 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Carlo Zanatto <>, 2012 -# Pierpaolo Baldan , 2011 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"Tema CSS da applicare, le opzioni sono: ABN AMRO, bec, bec-verde, blu, di " -"default, djime-ceruleo, drastica-scuro, kathleene, oliva, arancio, rosso, " -"reidb-verdastro e magazzino." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Mostra informazioni extra al login" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "Smetti tutte le notifiche" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "chiudi tutto" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "respingere questa notifica" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "chiudi" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Login" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Sei già loggato" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Reindirizzamento al tuo punto di ingresso al sito in 5 secondi." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Oppure click qui if per essere " -"rimandato al tuo sito nel caso non funzioni." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Precedente" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Successivo" diff --git a/mayan/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo deleted file mode 100644 index 877cc2dd6afcface6fb519572acd8fe92ff8bf46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 475 zcmYLF%TB{E5Cp*~N6s9K#Gw^z?UYw>)eCKrkO)*Ia789r(xAkS>@9^4;REVVK~IijFurswu*K382q~Ici^-C*h3MQN zEznoS=AkP(3!+9#xmvAy)LNCV_|eN;Et|g~gKT8o&IXv*LGrV;rL@)a-L35Y*U(~p z6D2pvbn`25Peo&A2`zW}+3?7OA0(T~ly)exh4BGt^q5}5V54i>ctsCWo4LHSg%*RC jlA>9)^rnJq=j*`Ln)NY^`a|)z9d)cY7>T$$jJAFOEscv% diff --git a/mayan/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po deleted file mode 100644 index 69914433b3..0000000000 --- a/mayan/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po +++ /dev/null @@ -1,111 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "" - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "" diff --git a/mayan/apps/web_theme/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/pl/LC_MESSAGES/django.mo deleted file mode 100644 index 69f8ab33a5625a8cf3c115b1926629cf24f652cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 663 zcmYL`!EO^V5QZ08B-kT2Bo1?-N>n-PO#-c)EJ(DeREd-*q)13yoUFTXx@)_(H)*O$ zJOzioOOI6IDR>sfDI%l&G-J;{vt#?u%iW(5+Ai`M=_AjO??^C%gxnSK99bf-kRQnJ zCsA~V{sl69`shpafa@iCOmAv2jCPQXor!B7jjUKoUAyR;u7O(tytIPnYbbS5h#aIs ziC&1AC#O02Dy)-QF&OeSS1>ppeu>AzXzR()6*4Cu>%x(VW)P1)PskCr@~9`r+zSS6 znsy02AhZMRly%+`+NBhQWQ;R}zFS?Jq~Qblj?sgCiWYz3&XbAd%9Y$}%V4ah!g`I~ zaVs?nR8jLnkcr?GgOM(!n?qynyRLcu--J0ntF^}hRiAkz(93t|{CFQ>^ zi7Auj|DFs?84pi~gY6ZhEgBzb<%Pnr)&|e#@j|hTOVxwfoLeV+c0M^Fhg)43;6hk3 zP&1uNRWLZ5N*|BP+VYZ|Xj?f3%50V{>-6xqA(J&!mZk6kC}8?cO5bN~*xTEL{j3|p zM%bqPl)~-pW&~ckG}6Z2h+N6&{NaA>FZD{vOIQf!VNpNa M!wtvh*DH?Fza4|QO8@`> diff --git a/mayan/apps/web_theme/locale/pl/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/pl/LC_MESSAGES/django.po deleted file mode 100644 index f8a9754e0c..0000000000 --- a/mayan/apps/web_theme/locale/pl/LC_MESSAGES/django.po +++ /dev/null @@ -1,113 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# mic , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Użytkownik jest już zalogowany" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "" - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Poprzedni" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Następny" diff --git a/mayan/apps/web_theme/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/pt/LC_MESSAGES/django.mo deleted file mode 100644 index cc84cae91e5ae8fbe08690f2f7778533183415c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1674 zcmc&!&u<(x6n3FdSjquzs2pA^ArcYqkF+JxqzQs#ivmd#ZMI02kSg!Y+gUd=_SE)t zvv=-DNL&#p2PCcti4&K-aPAd}184pO4t(ApO*!?5HP4?tetz@W?|t*<+n2u;Xm7&a zg?$Bk3-&iGw)Q036!7Mvn&hSrrT^20bX zr^4nK`7{!1ii0>4_uws#9HoU$Pw9@Lk>la^jrUd#jy~PL_psO9+wXOE`w#E;4p#k* zoe?{}(^5O6hmn$YoX)7-+E)p5@!0W)oCb$Vz zR+|tx-X_nfHJNXU2XMy8NEMD%Hi^`8&fp}{!g`+fSS>`ReW^WCP!wcr&_kWh4(*?< zgpv0DSpq-%2*l-nCcj|kaYYFos);hx-8(#K^tiGv$U~p&Ony@5UiNK5jpL)f+y$L@ zV7aFPQoi2q+>-4L*}h5Zo#f_i*}m0o!%_Bd0Wt1{-@5F?huR+|?TruGXpIA;UiOh- zU#MVRLOnZRhdb(7ubj4UFnO(VmVH)bLdRfL=QVq#l~D*)(rS&z<0i6gydLsdGqq)_ znxD(`+|(tqDkt>`yA3F`z<&1Ic(qW-<6veev!bCo$Q*_X4>QlZ4Pv392d1yg}jS8^a+`2Huc-nL2V|wSZ2hj zo1R1PbGa>bcI>7N|nftC4<|bVQtd*$~DEu z$Qr7~Emap^o6Jf}mBJ4JfV|qsEb2~WiZV-c9hNig, 2011 -# Vítor Figueiró , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, " -"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " -"and warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Exibir informações extras no ecrã de login." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "descartar todas as notificações" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "fechar todos" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "descartar esta notificação" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "fechar" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Login" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Já se encontra autenticado" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Redirecionando-o para o ponto de entrada do site em 5 segundos." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Ou clique aqui se o redirecionamento " -"não funcionar." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Anterior" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Próximo" diff --git a/mayan/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo deleted file mode 100644 index 0b706c8971a79063a7e1de106dc253b2cc50b56d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1685 zcmc&!&u<(x6n3FdSjqtoNJt!>Dj^aP?~k;l(WZ$+Hd_cvnrO2vs)Q7IXWq^_nX#v~ zC!0ka;ZNWQD(V5LSA@ig%U(G12Y|$h1AhVsKJSl~o;YI7^JkBrJ)hru-~9IG<*x#%oVU&7vi{RNAyc}a*zz!tC${1x~T@X`xHTn1hN9s;idUjcpw+yFB0ZQ!@S=>HS& zRp8Hy_rEOg58xx5`8V(h*1y4_68JGT#eL`K;<;Y{9{|5v%zp=VF#i+y7I5ulA@GO} zx~srXfCT&$81Hof#Ajv=TSN_Z1@m!T80FZ89X8kJ5u7p^&~X|&oet&)Yd<1oQX1paBU^c{i(T!@Tuq2Cf>Wf;(7HlJ zei%pQl-mp=pG0DHu^(sRF1*E|qa@eK8QoSiay;C+_U_95;YWLSPkP0&aP*eXUY5*hQr>%hb& zxCxb3n-DqPB+rR8sjrI%aK_C@<&IT4iPSSr;UtpWdY<=K%|)txp*>QN=VWZqL!Hbn z?VqlMk@n9mfuB7Eak-bu`|LbI)TRS9QHHv^2gkJ@m(~S&;4_`dohtLPZ`)KmI_%31 z=)?=lT@{e>^=9jaY~GU1>$Ki#U%x4vH=0d2${qp`&wb{%E?e=T<_GQOt@oQ~wSA;s z_K{$pt6*K5dUn7LG3r^boVIW|(ipOnU6a^Uo2*S6108BddF50t@1QJw zn@l;I`mOa%nh&>D3~f_ub+ab=TqufyQz!`swV^sy3Uw(D%}u|b{>YyE^fA)%f2*#0 zp$FP6<+h+UlOT#tAzZnF`sdnPitflwf4I7LBq-<@s+EK50NvJkXuSHzBZ|)bDK<`P^s{Tuuxvy3U*P5Dg{wXb72-UF=iFE zK#lijn@*?S5&M81YD6}~kYfQX0NRGHaD2)-C>N(l7M`Uj=b;fP`$W0u!QQKXuRgZo EAFW&X>i_@% diff --git a/mayan/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po deleted file mode 100644 index 0944e756b4..0000000000 --- a/mayan/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po +++ /dev/null @@ -1,117 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# emersonsoares , 2011 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\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" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, " -"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " -"and warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Exibir informações extras na tela de login." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "rejeitar todas as notificações" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "fechar todos" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "descartar essa notificação" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "fechar" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Login" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Você já está logado" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Redirecionando você para o ponto de entrada do site em 5 segundos." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Ou clique aqui se o redirecionamento " -"não funcionar." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Anterior" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Próximo" diff --git a/mayan/apps/web_theme/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/ro_RO/LC_MESSAGES/django.mo deleted file mode 100644 index 6ef6d8a45f3a34ca2325a7f9a0669667678c0c2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2560 zcmc&#OK)5?6gE&^!@I1CKyoXkoe^{Ak+h<{&7?F(-3 z&QUak6CNBxo+nD-C;5WLiV^em$0szxpgV;yyHhlUBV>ZeCpJ^?3?g#Lo=aE~ncCSnLUfgoGLEn3SHbiQzRiWQr~?t!+*Ns8YDm zH_R0>B*-2oiPV;l-Z)JX)L3DYT%?6&*Dk?hapl&Uq(j&QM zXH3XiqO%2TQT+n9Eb4HU#k8$6rUY0kk9!qb9ypiB_4?l4UJd1~tmyIUeset^MQ!VO zJ@ZsYJk4xfjxE-WzSdr^SEfhAG>nwiR@RmeX=>IQrAt~lR7}(v=HS4g!0WhALY?;l zVk~#9t?BP1^Mvt3lStU9}%42%AD_m(q7KX{_GOnMEsmjBrZOxshqi(CLTCL`V zMqDnJ)l9R|SZJQB+`KvdXtf%ZlPAmSIIvQ=FdH{3mGdQX(TYCI-v2~Iy9fI;LCbx4 zqdsw?2O{e-h?~(8Fdav}#YEkZSVr&P7KhU*zrk<|cNt{~M-fBm*mjL{c*dv~yQv+P z$@W~GM%0N6fj6m3r42}hH1uT0FD4dYu#=Xz+AHlp73U{z?JQsz@4)&eK8p&g_ zHTp7SlNGcFX5mdx$^RBfCK3@uGG#u$W1Yl)twMMT1`Cyh0nTn5?0d!ZDSueS{zWg7 zpxtCFm=l}6jvQjkVHRTKd4X1ja6Mf?M13bHXQ5IMwH0U>UF?a(&6NK^J2z1xA^4PU zKfSK2)#jR6J>qqZ~)9 haV7D$!>B7, 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2013-02-10 14:23+0000\n" -"Last-Translator: Badea Gabriel \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"Tema CSS pentru a aplica, opțiunile sunt: ​​amro, bec, bec-green, blue, " -"default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-" -"greenish and warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Afișarea informațiilor suplimentare, în ecranul de autentificare." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "respingerea tuturor notificărilor" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "închide toate" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "respinge această notificare" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "închide" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Login" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Sunteți deja autentificat" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Redirecționare către punctul de intrare în site în 5 secunde." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Sau faceți clic aici dacă " -"redirecționarea nu funcționează." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "Prima autentificare" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"Tocmai ați terminat de instalat Mayan EDMS, felicitări!" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "Intrare utilizând acreditările următoarele:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Utilizator: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Utilizator: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Parola: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Asigurați-vă că pentru a schimba parola pentru a spori securitatea și pentru " -"a dezactiva acest mesaj." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Precedent" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Următor" diff --git a/mayan/apps/web_theme/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/ru/LC_MESSAGES/django.mo deleted file mode 100644 index ece4ef41e6f570c00d6cb88a22c24eb514530bef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2892 zcmc&#-)|IE6uv5=uD?+qOf=KKKKuqkoe|zW_GuQH2UalX1@F5+;hM4 zopbO0x@Xtd49{zL-@;qR`!?Q@C-A}Z05}f(3HTjw&y$QLfwzFK0RI3!4g3qZ5BN85 z7mz>2*ch-K_zutqJ`4O7cnJ6-knDd0z6sooMP$!``S}KZ1N;+Q>cATq zzrGtjfthC*`v~|8uosxdW(i;ccpUgCa1ZbS@B;8>;C|pqZ1Otr0`Mg8Ixq`-23KxFXJUX?1<#rSCV@!&y|EzM5`ouMQAYMo~%W zplSQEi|1uQ__l|}X{#)aoK(Io1*Y>#XwS+Sd7);y_>AyMHkM(9Yg@Afinw=iCG+&L z^3$v17x> zPfZLB4o?gXOr1J0G195`_LroReJRn;tpbH&DVd9yoU#c<4#+9745Hy=;x&pnb>r+-K%X4yCTb|@#tE#->T8>8=9H30QPF^S3 z2`!Z)%E;Q*P9m3ceaG9r(Z}!!fw{0zDfuc1Rg`)7Vl-0{vyz|op<=;ukdSCbd&0I! zuBPKrQ56m!8XTQ$1<=Joqo{=E+fjma8_U_Qmhl(6*$g#Uwlpfswz=baR>8`}rmdN% zI=4?j7WXuCHHP!Xhf--|KEt=7p=T;#4l=N%FXb^_}G*&fbb|E#-Q+^ zNw=BqHOzyC*~7cjnVtiN*=w3GG$x=s`Q5VXG0X!-x|f^pWqQ;5O+1MaRJ1XLy48rz zRT(}hRZ&*?G28M4?PA4Vf?Nl-+QXQhutlUpBNn;9oiBkoiq~zuH&IL zjHzk`(RwK56i$xi9Hy&6Y3XH8OdT~2ZP^ilf>g$klXLS(ZiXM4w!Fl+?JHp$M{&?} zhC7w0tFt|adECr)IPGaOn@#h5`#3etwro1h-{&TWIr{zC?&efqwwIdG3bQY5^0Q~- zC9p9&u_lc*-JORMEVvOYg^R&zPzx7=mEdl8IoJp`d9a3|dl=XV)@XtU_hB&~Y?1{J z>VQQW+YFY&OW_v{LkumUxr$*jKS!>@b6CFyhaByNU>z&3gcn;2!mlv68Qj92u;0XQ zDg3fIn`FTcXx|Gjak?7H>da>{&-t8*wMYg6|)*zr%uS z7y@aeB)E-u;wt&is~buoK#;y1UEpAcPVDJ^6f#v@EmEY0@QEcVkO*xM$$89C?iYX{ z8wu4a%k9_iP8WS}Gt#k+04Z{c8*#)+Ke{b~fxcA1t(uEcLxU^9k^#!KNa-4nRHO8) z;vWIyE5Ukr9%Sp_b}i0XOM9e;oW|#DaXZ}|{w;#5sCu}%O~IoOaL6LTcSt)K(jlV5 zyG{q`B6T@cCH0ZTi-?t0BWya3lv?5fs{j7a64eb-7734Z;HE&WwXxWBIFGZx5MF+) k3%Vo(1NkLdNG6Rj3Wy}EWBYr}?1qbvn#Nbcj;8SX53U=U{Qv*} diff --git a/mayan/apps/web_theme/locale/ru/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/ru/LC_MESSAGES/django.po deleted file mode 100644 index c199e4fa6a..0000000000 --- a/mayan/apps/web_theme/locale/ru/LC_MESSAGES/django.po +++ /dev/null @@ -1,120 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Sergey Glita , 2012-2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2013-05-14 06:41+0000\n" -"Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" -"Темы CSS на выбор: amro, bec, bec-green, blue, default, djime-cerulean, " -"drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Показать дополнительную информацию в при входе." - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "убрать все уведомления" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "закрыть все" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "убрать это уведомление" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "закрыть" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Войти" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Вы уже вошли в систему" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Перенаправит вас на вход веб-сайта через 5 секунд." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Или нажмите здесь , если " -"перенаправление не работает." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "Первое время входа в систему" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"Вы только что закончили установку Mayan EDMS, поздравляем!" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "Войти, используя следующие учетные данные:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Имя пользователя: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Имя пользователя: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Пароль: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Обязательно измените пароль для повышения безопасности и отключения этого " -"сообщения." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Предыдущий" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Следующий" diff --git a/mayan/apps/web_theme/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/sl_SI/LC_MESSAGES/django.mo deleted file mode 100644 index 7c6a2e77caa1c06abef7f4aa10d6887970cb0432..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 528 zcmYLF!Ab)$5LNWFN6#MSpwObzWVcmo$|9&03NDs*^(wKAYh*WBlGG~r8~&O{zr|Ur zcF1Gq=O0}TZBVG6Me!biKmns&wq@aeO9x8qdDFw=e0EgGWjMA z3@@{3G*Pv60W)9dIi4>HkGT~Pjc;F({`O?Pyq}I(`~MLEKQ~b} z%7*K2i90;HuqG%&qrTO&b5O5=)uq&C0JA6Qyb9@Ueue$DuNmV}IUJgqooiDF=s)NX zjmw3TC0$*Wp+4;mU{$6qvmbMwrZJoW2ePbaLNs2}F1)}0Nj;JhlDh3dwDAq` Cz?TC6 diff --git a/mayan/apps/web_theme/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/web_theme/locale/sl_SI/LC_MESSAGES/django.po deleted file mode 100644 index 7ca85d1be5..0000000000 --- a/mayan/apps/web_theme/locale/sl_SI/LC_MESSAGES/django.po +++ /dev/null @@ -1,112 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2012-12-12 06:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" -"mayan-edms/language/sl_SI/)\n" -"Language: sl_SI\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "" - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "" - -#: templates/web_theme_login.html:43 -#, python-format -msgid "Email: %(email)s" -msgstr "" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "" diff --git a/mayan/apps/web_theme/locale/tr_TR/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/tr_TR/LC_MESSAGES/django.mo deleted file mode 100644 index b3fcf4341867da17ff538fb6bdd33aa6e93ae893..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 933 zcmZva%T5$Q6oyO1TPH^2f|ZNfAP`gCJ-{ewE-_p~WORa!8y0%#u4ziDt2$NH4m^b` z*1UiV*t27J4WqB%%8iMqW+pHTPV)6%b#l&Mm#&}B$4&^wW8?*rBTtYYh>u^$GvqgN zANhlfA%BrcP$!2PqE6tviRyj#P(#!& zsNUy0>QmGcRJ0%{eP8e4*S(AQ@V!1BBEIiBHiWT`I#F^ebs-el?tkC&BS+d`ZC9H- zp^MfTt%~J|scM*;wu{j)N!o^g6S}r!*K(tvC(Y)o7$evQ>sV?)SqV;?gsy_(hOWTX zDPWc^?t}G%F!TAhMF~QNnJ$;HQx!E7oTVJfgr>DQ6!w5l`2jzkrc(#bRY??eyWP6o6;s!RsE@5 zYAn#fa4B90NbgJ@(wujI7Q%?DQ?fY_%yT2~-54!l^by?lYBqi8yISI5d*@m2oI>6^ YA8oqj, 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2013-06-10 10:55+0000\n" -"Last-Translator: Caner Başaran \n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" -"edms/language/tr_TR/)\n" -"Language: tr_TR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "tümünü kapat" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "kapat" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Giriş" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "" - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "İlk defa giriş" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Kullanıcı adı: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Kullanıcı adı: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Parola: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Geri" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "İleri" diff --git a/mayan/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.mo deleted file mode 100644 index 7db227b86b4393f5279fa3551a6cc278d1ab198a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2249 zcma)+UuYaf9LLAD{yYB{d{7joh1!I6_byFC>*Wt6O=<$UB*aV5r!u!Uw>!=5%(*k0 zotv-vDR8L!bf|Km#5JcfhB> zzreHL-=LLu4-)bUxC~l(1zLR%z^B2Vd;7oj_$PQ5J{*LR4eWmp;d5Z|2|`{4o8WWc z6>tFj6nqB!2@Jqr!4u$_C%gW5;3&RB@Fe&pcm(_%`~dt1#1Ybh^Dlw#gB1J(d>On4 z!ks)9K<=}p9WP)$i)rKOA5fVOn`@*Y9|$YYTkkXX+1j(V?SL6lzFllewnXjTjD0ikKcwPrqd$&}E|khLh^ zFfqg7hKeI*gpzpAb%)Bwn}$*@U2;Lh+E61RPV)^iXScggnrI>Y{7^%Mp<1_JI9KP= z2o~xxnTHj!5K}J{-YOkqG>Ca){OGZPxrMi8=PxczPt7h(pRZnAUYZ-!M<)Uv^RXhE zprS#cM#S99J*z9O<#9t1@~TS~d%>6Km^QJJ{=~6?-GmJ4v0`tLEXI6Is6>;cT~%?#qZxjTGS=v)tRk3D?HYye3|ZBFD&tCHPPU(zO8m6a)%EKd0>2#?CL1zhhw|e*G zhMm%ob83W^O6B1Dihvg~c$5S?FBAU#QDeHuFzCJ~T?Zuj8fB z0-4O(TawE3Yx{@d-`%;Ib*>2-W$kT4SA(qmRg$k=re^0dl4#OxB(RpXudANWTDsYj zSPjzeAR>eGmerQEZ=hkb&gTM4S^KsJGn*|cv(9bik{OY8F6UyMD-h048vG+Q*vGwO zP1zriM(L)cR$~AwxeHd=c9ZOU-1h}L?VHm2(Y~2Hy!G%Gt*1XgtCwzh{Z=(g%A_i? z_Jbytxgs+vYv1?&@9lydC>T$_Xytc|gq{S|N?Li0!7q2R&S$XNOHi0@MyP()`OtGo zr7zR{m%*d1oobwG@(>c*>JbKP{14>b_0!GZT6!14Bh(l0&n5G|Rf3}Andmq9i2JA8 z9*FEZ!n5bDd;cjzpM;lgio68(4c)M{+r5Ei5UOp6&Q&bFm!Nqh4bvadOgIqQMA#;? zL_=hq?Y>K6@5*xNJLnECNZTG7uk#Hwp$oU<5d!b-Nxui2Z{IM~gAIaK`l#>wp`zE) PE!7j~_MTnH8, 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-31 19:55-0400\n" -"PO-Revision-Date: 2013-01-25 00:39+0000\n" -"Last-Translator: Trung Phan Minh \n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: conf/settings.py:10 -msgid "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." -msgstr "" - -#: conf/settings.py:12 -msgid "Display extra information in the login screen." -msgstr "Hiển thị thông tin bổ sung trong màn hình đăng nhập" - -#: templates/web_theme_base.html:75 -msgid "dismiss all notifications" -msgstr "bỏ tất cả các thông báo" - -#: templates/web_theme_base.html:75 -msgid "close all" -msgstr "đóng tất cả" - -#: templates/web_theme_base.html:76 -msgid "dismiss this notification" -msgstr "bỏ thông báo này" - -#: templates/web_theme_base.html:76 -msgid "close" -msgstr "đóng" - -#: templates/web_theme_login.html:15 templates/web_theme_login.html.py:53 -#: templates/web_theme_login.html:61 -msgid "Login" -msgstr "Đăng nhập" - -#: templates/web_theme_login.html:21 -msgid "You are already logged in" -msgstr "Bạn đã được đăng nhập" - -#: templates/web_theme_login.html:24 -msgid "Redirecting you to the website entry point in 5 seconds." -msgstr "Đang chuyển hướng đến website trong vòng 5 giây." - -#: templates/web_theme_login.html:27 -#, python-format -msgid "" -"Or click here if redirection doesn't " -"work." -msgstr "" -"Hoặc click vào đây nếu chuyển hướng " -"không làm việc." - -#: templates/web_theme_login.html:38 -msgid "First time login" -msgstr "Đăng nhập lần đầu" - -#: templates/web_theme_login.html:40 -msgid "" -"You have just finished installing Mayan EDMS, " -"congratulations!" -msgstr "" -"Bạn đã cài đặt xong Hệ thống quản lý tài liệu điện tử Mayan EDMS. Xin chúc mừng bạn!" - -#: templates/web_theme_login.html:41 -msgid "Login using the following credentials:" -msgstr "Đăng nhập dùng các thông tin sau:" - -#: templates/web_theme_login.html:42 -#, python-format -msgid "Username: %(account)s" -msgstr "Người dùng: %(account)s" - -#: templates/web_theme_login.html:43 -#, fuzzy, python-format -msgid "Email: %(email)s" -msgstr "Người dùng: %(account)s" - -#: templates/web_theme_login.html:44 -#, python-format -msgid "Password: %(password)s" -msgstr "Mật khẩu: %(password)s" - -#: templates/web_theme_login.html:45 -msgid "" -"Be sure to change the password to increase security and to disable this " -"message." -msgstr "" -"Bạn nên thay đổi mật khẩu để tăng tính bảo mật và để không nhìn thấy lời " -"nhắc này nữa." - -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 -msgid "Previous" -msgstr "Trước" - -#: templates/pagination/pagination.html:26 -#: templates/pagination/pagination.html:28 -msgid "Next" -msgstr "Tiếp theo" diff --git a/mayan/apps/web_theme/models.py b/mayan/apps/web_theme/models.py deleted file mode 100644 index 71a8362390..0000000000 --- a/mayan/apps/web_theme/models.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here. diff --git a/mayan/apps/web_theme/templates/web_theme_base.html b/mayan/apps/web_theme/templates/web_theme_base.html deleted file mode 100644 index d7545803b3..0000000000 --- a/mayan/apps/web_theme/templates/web_theme_base.html +++ /dev/null @@ -1,142 +0,0 @@ -{% load i18n %} -{% load static %} - -{% load compress %} - -{% load theme_tags %} - -{% get_theme as web_theme %} - - - - - - {% block html_title %}{% endblock %} - - {% block web_theme_head %}{% endblock %} - - {% compress css %} - - - - - {% block web_theme_stylesheets %}{% endblock %} - {% endcompress %} - - -
    - {% if web_theme_view_type == 'plain' %} -
    - {% block content_plain %}{% endblock %} -
    - {% else %} - {% if not web_theme_hide_menus %} - - {% endif %} -
    -
    - {% if messages %} -
    -
    - {% for message in messages %} - - {% endfor %} -
    -
    - {% endif %} - {% block web_theme_messages %}{% endblock %} -
    - {#{% if not web_theme_hide_menus %}#} - {% block web_theme_secondary_navigation %}{% endblock %} - {#{% endif %}#} - {% block web_theme_content %}{% endblock %} -
    - {% block web_theme_footer %}{% endblock %} -
    - -
    - {% endif %} -
    - - {% compress js %} - - - {% if enable_scroll_js %} - - - {% endif %} - - {% block web_theme_javascript %}{% endblock %} - - - {% endcompress %} - - - diff --git a/mayan/apps/web_theme/templates/web_theme_login.html b/mayan/apps/web_theme/templates/web_theme_login.html deleted file mode 100644 index da8a5575da..0000000000 --- a/mayan/apps/web_theme/templates/web_theme_login.html +++ /dev/null @@ -1,73 +0,0 @@ -{% extends 'web_theme_base.html' %} - -{% load i18n %} - -{% load theme_tags %} -{% load autoadmin_tags %} - -{% block web_theme_head %} - {% if user.is_authenticated %} - {% get_login_redirect_url %} - - {% endif %} -{% endblock %} - -{% block html_title %}{% trans 'Login' %}{% endblock %} - - {% if user.is_authenticated %} - {% block web_theme_content %} - {% get_login_redirect_url %} -
    -

    {% trans 'You are already logged in' %}

    -
    -

    - {% trans 'Redirecting you to the website entry point in 5 seconds.' %} -

    -

    - {% blocktrans %}Or click here if redirection doesn't work.{% endblocktrans %} -

    -
    -
    - {% endblock %} - {% else %} - {% block content_plain %} - {% auto_admin_properties %} - {% if auto_admin_properties.account %} -
    -
    -

    {% trans "First time login" %}

    - -
    -
    - {% endif %} -
    -

    {% block project_name %}{% endblock %}

    -
    -

    {% trans 'Login' %}

    - -
    - {% get_web_theme_setting "VERBOSE_LOGIN" as verbose_login %} - {% if verbose_login %} - {% include 'verbose_login.html' %} - {% endif %} - {% endblock %} - {% endif %} diff --git a/mayan/apps/web_theme/templatetags/__init__.py b/mayan/apps/web_theme/templatetags/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/mayan/apps/web_theme/views.py b/mayan/apps/web_theme/views.py deleted file mode 100644 index 60f00ef0ef..0000000000 --- a/mayan/apps/web_theme/views.py +++ /dev/null @@ -1 +0,0 @@ -# Create your views here. diff --git a/mayan/settings/base.py b/mayan/settings/base.py index 470302e689..105cb754d5 100644 --- a/mayan/settings/base.py +++ b/mayan/settings/base.py @@ -61,7 +61,6 @@ INSTALLED_APPS = ( 'smart_settings', 'navigation', 'lock_manager', - 'web_theme', # pagination needs to go after web_theme so that the pagination template # if found 'pagination',