Add exception.pot (manually updated as date.pot)

pull/590/head
franck 2023-10-03 09:19:12 +02:00
parent 7833e5e059
commit ea6c9ffa14
Signed by: franck-paul
GPG Key ID: BC0939B7E6CF71E7
2 changed files with 128 additions and 1 deletions

View File

@ -95,7 +95,8 @@ if [ -z "$PO_MODULE" ]; then
extract_strings \
--package-name="Dotclear 2" \
-o locales/_pot/main.pot \
-x locales/_pot/date.pot
-x locales/_pot/date.pot \
-x locales/_pot/exception.pot
echo "- done"
@ -110,6 +111,7 @@ if [ -z "$PO_MODULE" ]; then
--package-name="Dotclear 2" \
-o locales/_pot/plugins.pot \
-x locales/_pot/date.pot \
-x locales/_pot/exception.pot \
-x locales/_pot/main.pot
# - public.pot
@ -126,6 +128,7 @@ if [ -z "$PO_MODULE" ]; then
--package-name="Dotclear 2" \
-o locales/_pot/templates.pot \
-x locales/_pot/date.pot \
-x locales/_pot/exception.pot \
-x locales/_pot/main.pot \
-x locales/_pot/plugins.pot
rm -f ./__html_tpl_dummy.php
@ -166,6 +169,7 @@ if [ -z "$PO_MODULE" ]; then
update_po ./locales/$PO_LANG/plugins.po ./locales/_pot/plugins.pot
update_po ./locales/$PO_LANG/public.po ./locales/_pot/public.pot
update_po ./locales/$PO_LANG/date.po ./locales/_pot/date.pot
update_po ./locales/$PO_LANG/exception.po ./locales/_pot/exception.pot
echo "- done"
else
@ -228,6 +232,7 @@ else
-o $PO_MODULE/locales/_pot/main.pot \
-x $PO_MODULE/locales/_pot/admin.pot \
-x locales/_pot/date.pot \
-x locales/_pot/exception.pot \
-x locales/_pot/public.pot \
-x locales/_pot/plugins.pot

View File

@ -0,0 +1,122 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Dotclear 2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-07 16:28+0200\n"
"PO-Revision-Date: 2016-07-18 15:46+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
# in Dotclear\Exception\ExceptionEnum (and Dotclear\App)
msgid "Site temporarily unavailable"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Bad Request"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Blog handling error"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Application configuration error"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Conflict"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Application context error"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Database connection error"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Not Found"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Precondition Failed"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Application process error"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Session handling error"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Template handling error"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Unauthorized"
msgstr ""
# in Dotclear\Exception\ExceptionEnum
msgid "Internal Server Error"
msgstr ""
# in Dotclear\App
#, php-format
msgid "<p>This either means that the username and password information in your <strong>config.php</strong> file is incorrect or we can't contact the database server at \"<em>%s</em>\". This could mean your host's database server is down.</p> <ul><li>Are you sure you have the correct username and password?</li><li>Are you sure that you have typed the correct hostname?</li><li>Are you sure that the database server is running?</li></ul><p>If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href=\"https://forum.dotclear.net/\">Dotclear Support Forums</a>.</p>"
msgstr ""
# in Dotclear\Config
msgid "Dotclear release file is not readable"
msgstr ""
# in Dotclear\Config
msgid "Dotclear is not installed or failed to load config file."
msgstr ""
# in Dotclear\Config
#, php-format
msgid "%s cryptographic algorithm configured is not strong enough, please change it."
msgstr ""
# in Dotclear\Config
#, php-format
msgid "%s directory does not exist. Please create it."
msgstr ""
# in Dotclear\Config
#, php-format
msgid "Dotclear release key %s was not found"
msgstr ""
# in Dotclear\Core\Task (and Dotclear\Core\Core and maybe others)
msgid "Application can not be started twice."
msgstr ""
# in Dotclear\Core\Task
msgid "Unable to load deprecated core"
msgstr ""
# in Dotclear\Core\Task
msgid "<p>We apologize for this temporary unavailability.<br />Thank you for your understanding.</p>"
msgstr ""
# in Dotclear\Core\Task
#, php-format
msgid "Unable to find class %s"
msgstr ""
# in Dotclear\Core\Task
#, php-format
msgid "Unable to initialize class %s"
msgstr ""