From f77539aed0f784117605db73ebc6efa7c0ef3872 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 17 Jun 2012 18:10:18 -0400 Subject: [PATCH] Setup the installation and scheduler apps for translation --- .../locale/en/LC_MESSAGES/django.po | 69 ++++++++++++++++++ .../locale/es/LC_MESSAGES/django.po | 70 ++++++++++++++++++ .../locale/it/LC_MESSAGES/django.po | 70 ++++++++++++++++++ .../locale/pl/LC_MESSAGES/django.po | 71 +++++++++++++++++++ .../locale/pt/LC_MESSAGES/django.po | 70 ++++++++++++++++++ .../locale/ru/LC_MESSAGES/django.po | 71 +++++++++++++++++++ .../scheduler/locale/en/LC_MESSAGES/django.po | 46 ++++++++++++ .../scheduler/locale/es/LC_MESSAGES/django.po | 47 ++++++++++++ .../scheduler/locale/it/LC_MESSAGES/django.po | 47 ++++++++++++ .../scheduler/locale/pl/LC_MESSAGES/django.po | 48 +++++++++++++ .../scheduler/locale/pt/LC_MESSAGES/django.po | 47 ++++++++++++ .../scheduler/locale/ru/LC_MESSAGES/django.po | 48 +++++++++++++ misc/compilemessages_all.sh | 9 ++- misc/makemessages_all.sh | 10 ++- 14 files changed, 721 insertions(+), 2 deletions(-) create mode 100644 apps/installation/locale/en/LC_MESSAGES/django.po create mode 100644 apps/installation/locale/es/LC_MESSAGES/django.po create mode 100644 apps/installation/locale/it/LC_MESSAGES/django.po create mode 100644 apps/installation/locale/pl/LC_MESSAGES/django.po create mode 100644 apps/installation/locale/pt/LC_MESSAGES/django.po create mode 100644 apps/installation/locale/ru/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/en/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/es/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/it/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/pl/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/pt/LC_MESSAGES/django.po create mode 100644 apps/scheduler/locale/ru/LC_MESSAGES/django.po diff --git a/apps/installation/locale/en/LC_MESSAGES/django.po b/apps/installation/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000000..9a964d8a02 --- /dev/null +++ b/apps/installation/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,69 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:7 +msgid "installation details" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:26 +#, python-format +msgid "Distributor ID: %s" +msgstr "" + +#: views.py:27 +#, python-format +msgid "Description: %s" +msgstr "" + +#: views.py:28 +#, python-format +msgid "Release: %s" +msgstr "" + +#: views.py:29 +#, python-format +msgid "Codename: %s" +msgstr "" + +#: views.py:30 +#, python-format +msgid "System info: %s" +msgstr "" + +#: views.py:31 +#, python-format +msgid "Platform: %s" +msgstr "" + +#: views.py:32 +#, python-format +msgid "Processor: %s" +msgstr "" + +#: views.py:36 +msgid "Installation environment details" +msgstr "" diff --git a/apps/installation/locale/es/LC_MESSAGES/django.po b/apps/installation/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a8c5bcf107 --- /dev/null +++ b/apps/installation/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,70 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "installation details" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:26 +#, python-format +msgid "Distributor ID: %s" +msgstr "" + +#: views.py:27 +#, python-format +msgid "Description: %s" +msgstr "" + +#: views.py:28 +#, python-format +msgid "Release: %s" +msgstr "" + +#: views.py:29 +#, python-format +msgid "Codename: %s" +msgstr "" + +#: views.py:30 +#, python-format +msgid "System info: %s" +msgstr "" + +#: views.py:31 +#, python-format +msgid "Platform: %s" +msgstr "" + +#: views.py:32 +#, python-format +msgid "Processor: %s" +msgstr "" + +#: views.py:36 +msgid "Installation environment details" +msgstr "" diff --git a/apps/installation/locale/it/LC_MESSAGES/django.po b/apps/installation/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a8c5bcf107 --- /dev/null +++ b/apps/installation/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,70 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "installation details" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:26 +#, python-format +msgid "Distributor ID: %s" +msgstr "" + +#: views.py:27 +#, python-format +msgid "Description: %s" +msgstr "" + +#: views.py:28 +#, python-format +msgid "Release: %s" +msgstr "" + +#: views.py:29 +#, python-format +msgid "Codename: %s" +msgstr "" + +#: views.py:30 +#, python-format +msgid "System info: %s" +msgstr "" + +#: views.py:31 +#, python-format +msgid "Platform: %s" +msgstr "" + +#: views.py:32 +#, python-format +msgid "Processor: %s" +msgstr "" + +#: views.py:36 +msgid "Installation environment details" +msgstr "" diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.po b/apps/installation/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000000..faafcaa4c0 --- /dev/null +++ b/apps/installation/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,71 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "installation details" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:26 +#, python-format +msgid "Distributor ID: %s" +msgstr "" + +#: views.py:27 +#, python-format +msgid "Description: %s" +msgstr "" + +#: views.py:28 +#, python-format +msgid "Release: %s" +msgstr "" + +#: views.py:29 +#, python-format +msgid "Codename: %s" +msgstr "" + +#: views.py:30 +#, python-format +msgid "System info: %s" +msgstr "" + +#: views.py:31 +#, python-format +msgid "Platform: %s" +msgstr "" + +#: views.py:32 +#, python-format +msgid "Processor: %s" +msgstr "" + +#: views.py:36 +msgid "Installation environment details" +msgstr "" diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.po b/apps/installation/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a8c5bcf107 --- /dev/null +++ b/apps/installation/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,70 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "installation details" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:26 +#, python-format +msgid "Distributor ID: %s" +msgstr "" + +#: views.py:27 +#, python-format +msgid "Description: %s" +msgstr "" + +#: views.py:28 +#, python-format +msgid "Release: %s" +msgstr "" + +#: views.py:29 +#, python-format +msgid "Codename: %s" +msgstr "" + +#: views.py:30 +#, python-format +msgid "System info: %s" +msgstr "" + +#: views.py:31 +#, python-format +msgid "Platform: %s" +msgstr "" + +#: views.py:32 +#, python-format +msgid "Processor: %s" +msgstr "" + +#: views.py:36 +msgid "Installation environment details" +msgstr "" diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.po b/apps/installation/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ab59a9a9c1 --- /dev/null +++ b/apps/installation/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,71 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "installation details" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:26 +#, python-format +msgid "Distributor ID: %s" +msgstr "" + +#: views.py:27 +#, python-format +msgid "Description: %s" +msgstr "" + +#: views.py:28 +#, python-format +msgid "Release: %s" +msgstr "" + +#: views.py:29 +#, python-format +msgid "Codename: %s" +msgstr "" + +#: views.py:30 +#, python-format +msgid "System info: %s" +msgstr "" + +#: views.py:31 +#, python-format +msgid "Platform: %s" +msgstr "" + +#: views.py:32 +#, python-format +msgid "Processor: %s" +msgstr "" + +#: views.py:36 +msgid "Installation environment details" +msgstr "" diff --git a/apps/scheduler/locale/en/LC_MESSAGES/django.po b/apps/scheduler/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000000..e0ed468451 --- /dev/null +++ b/apps/scheduler/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,46 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/scheduler/locale/es/LC_MESSAGES/django.po b/apps/scheduler/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ca6a637136 --- /dev/null +++ b/apps/scheduler/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,47 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/scheduler/locale/it/LC_MESSAGES/django.po b/apps/scheduler/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ca6a637136 --- /dev/null +++ b/apps/scheduler/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,47 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/scheduler/locale/pl/LC_MESSAGES/django.po b/apps/scheduler/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000000..0bec8049f4 --- /dev/null +++ b/apps/scheduler/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,48 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.po b/apps/scheduler/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ca6a637136 --- /dev/null +++ b/apps/scheduler/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,47 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/scheduler/locale/ru/LC_MESSAGES/django.po b/apps/scheduler/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000000..3846b88e6f --- /dev/null +++ b/apps/scheduler/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,48 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 18:09-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/misc/compilemessages_all.sh b/misc/compilemessages_all.sh index 2b446850d5..673ab8f18c 100755 --- a/misc/compilemessages_all.sh +++ b/misc/compilemessages_all.sh @@ -171,7 +171,14 @@ $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it $COMPILEMESSAGES -l pl -cd $BASE/apps/feedback +cd $BASE/apps/installation +$COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l ru +$COMPILEMESSAGES -l es +$COMPILEMESSAGES -l it +$COMPILEMESSAGES -l pl + +cd $BASE/apps/scheduler $COMPILEMESSAGES -l pt $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es diff --git a/misc/makemessages_all.sh b/misc/makemessages_all.sh index 96e45e6064..098d108041 100755 --- a/misc/makemessages_all.sh +++ b/misc/makemessages_all.sh @@ -195,7 +195,15 @@ $MAKEMESSAGES -l es $MAKEMESSAGES -l it $MAKEMESSAGES -l pl -cd $BASE/apps/feedback +cd $BASE/apps/installation +$MAKEMESSAGES -l en +$MAKEMESSAGES -l pt +$MAKEMESSAGES -l ru +$MAKEMESSAGES -l es +$MAKEMESSAGES -l it +$MAKEMESSAGES -l pl + +cd $BASE/apps/scheduler $MAKEMESSAGES -l en $MAKEMESSAGES -l pt $MAKEMESSAGES -l ru