diff --git a/web/site/index.php b/web/site/index.php index 16c9070..8e36576 100644 --- a/web/site/index.php +++ b/web/site/index.php @@ -110,7 +110,7 @@ switch($path) { $menu['instances']['href']=null; $menu['instances']['selected']=true; $url='instances'; - if (in_array($dlang,array('ca','es'))) $needstrans=true; + if (in_array($dlang,array('ca','es','fr'))) $needstrans=true; break; case '/about': diff --git a/web/site/instances.php b/web/site/instances.php index 121c49f..795fc05 100644 --- a/web/site/instances.php +++ b/web/site/instances.php @@ -429,7 +429,7 @@ if ($ptot>1) { $li=$i*$ipp; if ($li>$itot) $li=$itot; //page number prefix - $out.=''.N; + $out.=''.N; } $out.=''.N; $out.=''.N; diff --git a/web/site/locale/ca/en_US.UTF-8/LC_MESSAGES/masthelp.po b/web/site/locale/ca/en_US.UTF-8/LC_MESSAGES/masthelp.po index 0bc89a6..5ae6a17 100644 --- a/web/site/locale/ca/en_US.UTF-8/LC_MESSAGES/masthelp.po +++ b/web/site/locale/ca/en_US.UTF-8/LC_MESSAGES/masthelp.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: masthelp 0.1\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n" -"POT-Creation-Date: 2021-06-06 18:45+0200\n" +"POT-Creation-Date: 2021-06-06 19:08+0200\n" "PO-Revision-Date: 2020-10-27 14:58+0200\n" "Last-Translator: masthelp \n" "Language-Team: Catalan \n" @@ -1350,9 +1350,18 @@ msgstr "" #. page number prefix #: instances.php:432 -msgid "P." +msgid "Page" msgstr "" +#: instances.php:432 +msgid "of" +msgstr "" + +#: instances.php:432 +#, fuzzy +msgid "instances" +msgstr "Instàncies" + #: instances.php:443 instances.php:449 instances.php:454 msgid "Go to instance" msgstr "" diff --git a/web/site/locale/en/en_US.UTF-8/LC_MESSAGES/masthelp.po b/web/site/locale/en/en_US.UTF-8/LC_MESSAGES/masthelp.po index 74c68e1..3f67da8 100644 --- a/web/site/locale/en/en_US.UTF-8/LC_MESSAGES/masthelp.po +++ b/web/site/locale/en/en_US.UTF-8/LC_MESSAGES/masthelp.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: masthelp 1.1\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n" -"POT-Creation-Date: 2021-06-06 18:45+0200\n" +"POT-Creation-Date: 2021-06-06 19:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1354,8 +1354,16 @@ msgstr "Reset search" #. page number prefix #: instances.php:432 -msgid "P." -msgstr "P." +msgid "Page" +msgstr "Page" + +#: instances.php:432 +msgid "of" +msgstr "of" + +#: instances.php:432 +msgid "instances" +msgstr "instances" #: instances.php:443 instances.php:449 instances.php:454 msgid "Go to instance" diff --git a/web/site/locale/es/en_US.UTF-8/LC_MESSAGES/masthelp.po b/web/site/locale/es/en_US.UTF-8/LC_MESSAGES/masthelp.po index 2e7eb66..dda1541 100644 --- a/web/site/locale/es/en_US.UTF-8/LC_MESSAGES/masthelp.po +++ b/web/site/locale/es/en_US.UTF-8/LC_MESSAGES/masthelp.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: masthelp 0.1\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n" -"POT-Creation-Date: 2021-06-06 18:45+0200\n" +"POT-Creation-Date: 2021-06-06 19:08+0200\n" "PO-Revision-Date: 2020-10-27 14:59+0200\n" "Last-Translator: masthelp \n" "Language-Team: Spanish \n" @@ -1351,9 +1351,18 @@ msgstr "" #. page number prefix #: instances.php:432 -msgid "P." +msgid "Page" msgstr "" +#: instances.php:432 +msgid "of" +msgstr "" + +#: instances.php:432 +#, fuzzy +msgid "instances" +msgstr "Instancias" + #: instances.php:443 instances.php:449 instances.php:454 msgid "Go to instance" msgstr "" diff --git a/web/site/locale/fr/en_US.UTF-8/LC_MESSAGES/masthelp.po b/web/site/locale/fr/en_US.UTF-8/LC_MESSAGES/masthelp.po index 6bed3e9..6c6c17c 100644 --- a/web/site/locale/fr/en_US.UTF-8/LC_MESSAGES/masthelp.po +++ b/web/site/locale/fr/en_US.UTF-8/LC_MESSAGES/masthelp.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: masthelp 0.1\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n" -"POT-Creation-Date: 2021-06-06 18:45+0200\n" +"POT-Creation-Date: 2021-06-06 19:08+0200\n" "PO-Revision-Date: 2021-02-14 14:40+0100\n" "Last-Translator: masthelp \n" "Language-Team: French \n" @@ -1353,8 +1353,16 @@ msgstr "Réinitialiser la recherche" #. page number prefix #: instances.php:432 -msgid "P." -msgstr "P." +msgid "Page" +msgstr "Page" + +#: instances.php:432 +msgid "of" +msgstr "" + +#: instances.php:432 +msgid "instances" +msgstr "instances" #: instances.php:443 instances.php:449 instances.php:454 msgid "Go to instance" diff --git a/web/site/locale/it/en_US.UTF-8/LC_MESSAGES/masthelp.po b/web/site/locale/it/en_US.UTF-8/LC_MESSAGES/masthelp.po index f0ea6ed..1f60519 100644 --- a/web/site/locale/it/en_US.UTF-8/LC_MESSAGES/masthelp.po +++ b/web/site/locale/it/en_US.UTF-8/LC_MESSAGES/masthelp.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: masthelp 0.1\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n" -"POT-Creation-Date: 2021-06-06 18:45+0200\n" +"POT-Creation-Date: 2021-06-06 19:08+0200\n" "PO-Revision-Date: 2020-10-27 14:34+0200\n" "Last-Translator: masthelp \n" "Language-Team: Italian \n" @@ -1353,8 +1353,16 @@ msgstr "Resetta la ricerca" #. page number prefix #: instances.php:432 -msgid "P." -msgstr "P." +msgid "Page" +msgstr "Pagina" + +#: instances.php:432 +msgid "of" +msgstr "di" + +#: instances.php:432 +msgid "instances" +msgstr "istanze" #: instances.php:443 instances.php:449 instances.php:454 msgid "Go to instance" diff --git a/web/site/locale/masthelp.pot b/web/site/locale/masthelp.pot index e717625..91ddbd2 100644 --- a/web/site/locale/masthelp.pot +++ b/web/site/locale/masthelp.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: masthelp 1.1\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n" -"POT-Creation-Date: 2021-06-06 18:45+0200\n" +"POT-Creation-Date: 2021-06-06 19:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1354,7 +1354,15 @@ msgstr "" #. page number prefix #: instances.php:432 -msgid "P." +msgid "Page" +msgstr "" + +#: instances.php:432 +msgid "of" +msgstr "" + +#: instances.php:432 +msgid "instances" msgstr "" #: instances.php:443 instances.php:449 instances.php:454