From b6e3c442d86123ad6116bf86451894879d22a95f Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Wed, 25 May 2022 11:15:35 -0400 Subject: [PATCH] Fix translations for Koha 21.11.06 Signed-off-by: Kyle Hall --- installer/data/mysql/db_revs/211106000.pl | 7 +++++++ misc/translator/po/ar-Arab-messages.po | 4 ++-- misc/translator/po/bg-Cyrl-messages.po | 2 +- misc/translator/po/bn-IN-messages.po | 2 +- misc/translator/po/hi-messages.po | 2 +- misc/translator/po/hy-Armn-messages.po | 2 +- misc/translator/po/hy-Armn-staff-prog.po | 2 +- misc/translator/po/ml-messages.po | 2 +- misc/translator/po/ms-MY-messages.po | 2 +- misc/translator/po/nb-NO-messages.po | 2 +- misc/translator/po/pl-PL-messages.po | 2 +- misc/translator/po/ru-RU-messages.po | 2 +- misc/translator/po/si-messages-js.po | 2 +- misc/translator/po/sk-SK-messages.po | 2 +- misc/translator/po/te-messages.po | 4 ++-- misc/translator/po/tk-messages-js.po | 2 +- misc/translator/po/tr-TR-messages.po | 2 +- misc/translator/po/tr-TR-opac-bootstrap.po | 2 +- misc/translator/po/tr-TR-staff-prog.po | 2 +- 19 files changed, 27 insertions(+), 20 deletions(-) create mode 100755 installer/data/mysql/db_revs/211106000.pl diff --git a/installer/data/mysql/db_revs/211106000.pl b/installer/data/mysql/db_revs/211106000.pl new file mode 100755 index 0000000000..b15b709e51 --- /dev/null +++ b/installer/data/mysql/db_revs/211106000.pl @@ -0,0 +1,7 @@ +use Modern::Perl; + +return { + bug_number => undef, + description => 'Koha 21.11.05 release', + up => sub {}, +} diff --git a/misc/translator/po/ar-Arab-messages.po b/misc/translator/po/ar-Arab-messages.po index 2c34a4f9d2..1adca2c4dd 100644 --- a/misc/translator/po/ar-Arab-messages.po +++ b/misc/translator/po/ar-Arab-messages.po @@ -29,7 +29,7 @@ msgid "(search field {field_name} with mapping {marc_field}.)" msgstr "(قم ببحث الحقل {field_name} بالتخطيط {marc_field}.)" #: koha-tmpl/intranet-tmpl/prog/en/includes/patron-age.inc:9 -#, perl-brace-format +#, fuzzy, perl-brace-format msgid "({age} year)" msgid_plural "({age} years)" msgstr[0] "(عام)" @@ -179,7 +179,7 @@ msgid "Term:" msgstr "" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/bg-Cyrl-messages.po b/misc/translator/po/bg-Cyrl-messages.po index 2c2cc41bd0..f59e1e8f17 100644 --- a/misc/translator/po/bg-Cyrl-messages.po +++ b/misc/translator/po/bg-Cyrl-messages.po @@ -177,7 +177,7 @@ msgid "Term:" msgstr "Термин:" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/bn-IN-messages.po b/misc/translator/po/bn-IN-messages.po index aae60591b4..59e7124538 100644 --- a/misc/translator/po/bn-IN-messages.po +++ b/misc/translator/po/bn-IN-messages.po @@ -170,7 +170,7 @@ msgid "Term:" msgstr "" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/hi-messages.po b/misc/translator/po/hi-messages.po index 02b8d9915d..d613adea47 100644 --- a/misc/translator/po/hi-messages.po +++ b/misc/translator/po/hi-messages.po @@ -170,7 +170,7 @@ msgstr "शर्ते:" # plural form needs {count} #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/hy-Armn-messages.po b/misc/translator/po/hy-Armn-messages.po index 28661b7d3f..e76d7d4fb7 100644 --- a/misc/translator/po/hy-Armn-messages.po +++ b/misc/translator/po/hy-Armn-messages.po @@ -169,7 +169,7 @@ msgid "Term:" msgstr "Տերմին։" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/hy-Armn-staff-prog.po b/misc/translator/po/hy-Armn-staff-prog.po index f97ff7b802..3c326667c8 100644 --- a/misc/translator/po/hy-Armn-staff-prog.po +++ b/misc/translator/po/hy-Armn-staff-prog.po @@ -3962,7 +3962,7 @@ msgstr "%s %s տեղափոխված։" #. %63$s: END #. %64$s: END #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt:98 -#, c-format +#, fuzzy, c-format msgid "" "%s %s%s %s %s %s %s %sAdd %sDelete %sModify %sCheckout %sReturn %sCreate " "%sCancel %sResume %sSuspend %sRenew %sRenew %sChange password %sAdd " diff --git a/misc/translator/po/ml-messages.po b/misc/translator/po/ml-messages.po index 0d7bd0b431..416d7fef2d 100644 --- a/misc/translator/po/ml-messages.po +++ b/misc/translator/po/ml-messages.po @@ -171,7 +171,7 @@ msgid "Term:" msgstr "" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/ms-MY-messages.po b/misc/translator/po/ms-MY-messages.po index 1f8b33fc5e..0e35bc2c48 100644 --- a/misc/translator/po/ms-MY-messages.po +++ b/misc/translator/po/ms-MY-messages.po @@ -171,7 +171,7 @@ msgid "Term:" msgstr "" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/nb-NO-messages.po b/misc/translator/po/nb-NO-messages.po index 3e7b3726aa..16dbe69763 100644 --- a/misc/translator/po/nb-NO-messages.po +++ b/misc/translator/po/nb-NO-messages.po @@ -173,7 +173,7 @@ msgid "Term:" msgstr "Semester:" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/pl-PL-messages.po b/misc/translator/po/pl-PL-messages.po index 75b4e7f96e..a10242059f 100644 --- a/misc/translator/po/pl-PL-messages.po +++ b/misc/translator/po/pl-PL-messages.po @@ -178,7 +178,7 @@ msgid "Term:" msgstr "Semestr:" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/ru-RU-messages.po b/misc/translator/po/ru-RU-messages.po index 034ba7bf61..7989d10ac4 100644 --- a/misc/translator/po/ru-RU-messages.po +++ b/misc/translator/po/ru-RU-messages.po @@ -174,7 +174,7 @@ msgid "Term:" msgstr "" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/si-messages-js.po b/misc/translator/po/si-messages-js.po index 8c4c77059c..ef11ae0ae6 100644 --- a/misc/translator/po/si-messages-js.po +++ b/misc/translator/po/si-messages-js.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Plural-Forms: \n" #: koha-tmpl/intranet-tmpl/prog/js/holds.js:182 msgid " (current) " diff --git a/misc/translator/po/sk-SK-messages.po b/misc/translator/po/sk-SK-messages.po index 72d8e24e8e..89acf90942 100644 --- a/misc/translator/po/sk-SK-messages.po +++ b/misc/translator/po/sk-SK-messages.po @@ -177,7 +177,7 @@ msgstr "" # Singular for cant contain {count} #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/te-messages.po b/misc/translator/po/te-messages.po index 773c5ea8e8..91b3a835e6 100644 --- a/misc/translator/po/te-messages.po +++ b/misc/translator/po/te-messages.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2022-05-09 19:54-0300\n" "PO-Revision-Date: 2021-05-29 05:31+0000\n" "Last-Translator: Alexander \n" -"Language-Team: LANGUAGE \n" +"Language-Team: None\n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -170,7 +170,7 @@ msgid "Term:" msgstr "" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/tk-messages-js.po b/misc/translator/po/tk-messages-js.po index 935a5b1d29..3597ca8c42 100644 --- a/misc/translator/po/tk-messages-js.po +++ b/misc/translator/po/tk-messages-js.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Plural-Forms: \n" #: koha-tmpl/intranet-tmpl/prog/js/holds.js:182 msgid " (current) " diff --git a/misc/translator/po/tr-TR-messages.po b/misc/translator/po/tr-TR-messages.po index 7dcf689969..3b842e6db7 100644 --- a/misc/translator/po/tr-TR-messages.po +++ b/misc/translator/po/tr-TR-messages.po @@ -172,7 +172,7 @@ msgid "Term:" msgstr "Dönem:" #: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt:837 -#, perl-brace-format +#, fuzzy, perl-brace-format msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." diff --git a/misc/translator/po/tr-TR-opac-bootstrap.po b/misc/translator/po/tr-TR-opac-bootstrap.po index 54b06f2411..d58260b584 100644 --- a/misc/translator/po/tr-TR-opac-bootstrap.po +++ b/misc/translator/po/tr-TR-opac-bootstrap.po @@ -124,7 +124,7 @@ msgstr "%s %s %s %s%s/%s/images/favicon.ico %s " #. %37$s: - SWITCH account.status - #. %38$s: - CASE 'UNRETURNED' - #: koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc:9 -#, c-format +#, fuzzy, c-format msgid "" "%s %s %s %sAccount creation fee %sAccount renewal fee %sLost item %sManual " "fee %sNew card %sFine %sLost item processing fee %sRental fee %sDaily rental " diff --git a/misc/translator/po/tr-TR-staff-prog.po b/misc/translator/po/tr-TR-staff-prog.po index 560eb8f633..aaed9f0729 100644 --- a/misc/translator/po/tr-TR-staff-prog.po +++ b/misc/translator/po/tr-TR-staff-prog.po @@ -3956,7 +3956,7 @@ msgstr "%s %s aktarıldı." #. %63$s: END #. %64$s: END #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt:98 -#, c-format +#, fuzzy, c-format msgid "" "%s %s%s %s %s %s %s %sAdd %sDelete %sModify %sCheckout %sReturn %sCreate " "%sCancel %sResume %sSuspend %sRenew %sRenew %sChange password %sAdd " -- 2.39.5