diff --git a/hook.php b/hook.php index 74c1fc70..7ed2fbf7 100644 --- a/hook.php +++ b/hook.php @@ -220,7 +220,7 @@ function plugin_mreporting_uninstall() { Toolbox::deleteDir(GLPI_PLUGIN_DOC_DIR."/mreporting/notifications"); Toolbox::deleteDir(GLPI_PLUGIN_DOC_DIR."/mreporting"); - $objects = ["DisplayPreference", (class_exists('Bookmark') ? "Bookmark" : "SavedSearch")]; + $objects = ["DisplayPreference", "SavedSearch"]; foreach ($objects as $object) { $obj = new $object(); diff --git a/inc/common.class.php b/inc/common.class.php index d8ef3d78..39f5c123 100644 --- a/inc/common.class.php +++ b/inc/common.class.php @@ -1642,12 +1642,7 @@ static function showSelector($date1, $date2, $randname) { } $_SERVER['REQUEST_URI'] .= "&date1".$randname."=".$date1."&date2".$randname."=".$date2; - if (class_exists('Bookmark')) { - Bookmark::showSaveButton(Bookmark::URI, __CLASS__); - } else { - //@since GLPI 9.2 - SavedSearch::showSaveButton(SavedSearch::URI, __CLASS__); - } + SavedSearch::showSaveButton(SavedSearch::URI, __CLASS__); //If there's no selector for the report, there's no need for a reset button ! if ($has_selector) { diff --git a/inc/profile.class.php b/inc/profile.class.php index 7f1799b8..d3f17487 100644 --- a/inc/profile.class.php +++ b/inc/profile.class.php @@ -80,8 +80,7 @@ static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtem if (!$prof->getFromDBByProfile($item->getField('id'))) { $prof->createAccess($item->getField('id')); } - $prof->showForm($item->getField('id'), ['target' => - $CFG_GLPI["root_doc"]."/plugins/mreporting/front/profile.form.php"]); + $prof->showForm($item->getField('id')); } else if ($item->getType()=='PluginMreportingConfig') { $reportProfile = new self(); $reportProfile->showFormForManageProfile($item); @@ -204,10 +203,14 @@ function showForm($ID, $options = []) { return false; } - $this->getFromDB($ID); - $this->showFormHeader($options); + echo '
'; + echo '
'; + echo ''; + + echo ''; + + Plugin::doHook("pre_item_form", ['item' => $this, 'options' => &$options]); - echo "
' . self::getTypeName() . '
\n"; echo "\n"; $config = new PluginMreportingConfig(); @@ -260,6 +263,7 @@ function showForm($ID, $options = []) { echo ""; echo "
".__("Rights management", 'mreporting')."
"; + echo "
"; Html::closeForm(); } diff --git a/locales/cs_CZ.mo b/locales/cs_CZ.mo index 8151fa79..78a87f2d 100644 Binary files a/locales/cs_CZ.mo and b/locales/cs_CZ.mo differ diff --git a/locales/cs_CZ.po b/locales/cs_CZ.po index 2a30170d..c0ed91e0 100644 --- a/locales/cs_CZ.po +++ b/locales/cs_CZ.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" -"PO-Revision-Date: 2018-06-28 08:41+0000\n" -"Last-Translator: Cédric Anne\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" +"PO-Revision-Date: 2018-06-28 11:42+0000\n" +"Last-Translator: Pavel Borecki \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,17 +26,17 @@ msgstr "" #: inc/notificationtargetnotification.class.php:8 inc/preference.class.php:182 #: setup.php:163 test.php:4 msgid "More Reporting" -msgstr "Rozšířená hlášení" +msgstr "Rozšířené výkazy" #: front/popup.php:38 inc/common.class.php:1139 inc/common.class.php:1146 #: inc/common.class.php:1154 msgid "General Report - ODT" -msgstr "Obecné hlášení – ODT" +msgstr "Obecný výkaz – ODT" #: front/central.php:73 front/central.php:80 inc/config.class.php:660 #: inc/common.class.php:321 inc/common.class.php:388 msgid "No report is available !" -msgstr "Není k dispozici žádné hlášení!" +msgstr "Není k dispozici žádný výkaz!" #: ajax/dropdownExport.php:41 inc/common.class.php:500 msgid "With data" @@ -60,8 +60,8 @@ msgstr "Přehled" msgid "No data for this date range !" msgstr "Nebyla nalezena žádná data pro toto časové rozmezí!" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Správa práv" @@ -91,7 +91,7 @@ msgstr "Jednotka" #: inc/config.class.php:126 inc/config.class.php:752 msgid "Default delay" -msgstr "Výchozí zpoždění" +msgstr "Výchozí prodleva" #: inc/config.class.php:133 inc/config.class.php:760 msgid "Additional condition for MySQL" @@ -107,15 +107,15 @@ msgstr "Třída" #: inc/config.class.php:157 msgid "Default chart format" -msgstr "" +msgstr "Výchozí formát grafu" #: inc/config.class.php:166 inc/config.class.php:769 msgid "Send this report with the notification" -msgstr "Odeslat s oznámením toto hlášení" +msgstr "Odeslat tento výkaz s oznámením" #: inc/config.class.php:252 msgid "Initialize graphics configuration" -msgstr "Inicializace nastavení grafiky" +msgstr "Inicializovat nastavení grafiky" #: inc/config.class.php:489 inc/config.class.php:504 msgid "On mouse over" @@ -128,7 +128,7 @@ msgstr "Objekt už existuje" #: inc/notification.class.php:34 inc/notification.class.php:55 #: inc/notification.class.php:128 msgid "Notification for \"More Reporting\"" -msgstr "Oznámení pro „Rozšířená hlášení“" +msgstr "Oznámení pro „Rozšířené výkazy“" #: inc/notification.class.php:39 msgid "" @@ -138,11 +138,11 @@ msgid "" "

GLPI reports are available.
\n" "You will find attached in this email.

\n" "\n" -msgstr "\n

Dobrý den,

\n\n

Jsou k dispozici hlášení z GLPI.
\nNaleznete je v příloze tohoto e-mailu.

\n\n" +msgstr "\n

Dobrý den,

\n\n

Jsou k dispozici výkazy z GLPI.
\nNaleznete je v příloze tohoto e-mailu.

\n\n" #: inc/notification.class.php:46 inc/pdf.class.php:15 msgid "GLPI statistics reports" -msgstr "Statistická hlášení GLPI" +msgstr "Statistické výkazy z GLPI" #: inc/notification.class.php:47 msgid "" @@ -151,31 +151,31 @@ msgid "" "GLPI reports are available.\n" "You will find attached in this email.\n" "\n" -msgstr "Dobrý den,\n\nJsou k dispozici hlášení z GLPI.\nNaleznete je v příloze tohoto e-mailu.\n\n" +msgstr "Dobrý den,\n\nJsou k dispozici výkazy z GLPI.\nNaleznete je v příloze tohoto e-mailu.\n\n" #: inc/notification.class.php:153 msgid "Notification(s) sent !" -msgstr "Oznámení bylo posláno!" +msgstr "Oznámení odeslána!" #: inc/dashboard.class.php:85 msgid "Select a report to display" -msgstr "Vyberte hlášení, které chcete zobrazit" +msgstr "Vyberte výkaz, který chcete zobrazit" #: inc/dashboard.class.php:96 msgid "Dashboard is empty. Please add reports by clicking on the icon" -msgstr "Přehled je prázdný. Přidejte hlášení kliknutím na ikonu" +msgstr "Přehled je prázdný. Přidejte výkaz kliknutím na ikonu" #: inc/dashboard.class.php:105 msgid "Add a report" -msgstr "Přidat hlášení" +msgstr "Přidat výkaz" #: inc/dashboard.class.php:134 msgid "Select a report to add" -msgstr "Vyberte hlášení, které chcete přidat" +msgstr "Vyberte výkaz, který chcete přidat" #: inc/dashboard.class.php:223 msgid "Configure report" -msgstr "Nastavit hlášení" +msgstr "Nastavit výkaz" #: inc/helpdesk.class.php:284 inc/helpdesk.class.php:343 msgid "Undefined" @@ -183,7 +183,7 @@ msgstr "Neurčeno" #: inc/common.class.php:63 inc/common.class.php:64 inc/common.class.php:82 msgid "Reports list" -msgstr "Seznam hlášení" +msgstr "Seznam výkazů" #: inc/common.class.php:921 msgid "Number" @@ -196,11 +196,11 @@ msgstr "data" #: inc/common.class.php:1140 inc/preference.class.php:123 msgid "Please, select a model in your preferences" -msgstr "Vyberte model do svých předvoleb" +msgstr "Ve svých předvolbách vyberte model" #: inc/common.class.php:1147 msgid "No model available" -msgstr "Žádný model není k dispozici" +msgstr "Není k dispozici žádný model" #: inc/common.class.php:1155 msgid "No graphic selected" @@ -216,7 +216,7 @@ msgstr "Měsíc" #: inc/common.class.php:1502 msgid "Max depth entity level" -msgstr "Maximální hloubka úrovně entity" +msgstr "Maximální hloubka ve stromu entit" #: inc/pdf.class.php:16 msgid "Automaticaly generated by GLPI" @@ -228,11 +228,11 @@ msgstr "Přidat/odebrat software v počítači" #: inc/other.class.php:73 msgid "Add/remove version on a software" -msgstr "Přidat/odebrat verzi v software" +msgstr "Přidat/odebrat verzi software" #: inc/other.class.php:76 msgid "Add infocom" -msgstr "Přidat infocom" +msgstr "Přidat finanční informace" #: inc/other.class.php:79 msgid "Add/remove profile on a user" @@ -244,15 +244,15 @@ msgstr "Přidat/odebrat skupinu uživatele" #: inc/other.class.php:85 msgid "User deleted from LDAP" -msgstr "Uživatel byl smazán z LDAP adresáře" +msgstr "Uživatel smazán z LDAP adresáře" #: inc/other.class.php:93 msgid "Webservice logs" -msgstr "Záznam (log) z webových služeb" +msgstr "Záznam událostí (log) z webových služeb" #: inc/other.class.php:97 msgid "OCS Infos" -msgstr "Informace OCS" +msgstr "Informace z OCS" #: inc/other.class.php:100 msgid "Add/update/remove device" diff --git a/locales/de_DE.mo b/locales/de_DE.mo index ea1ce5e5..ac3cd13b 100644 Binary files a/locales/de_DE.mo and b/locales/de_DE.mo differ diff --git a/locales/de_DE.po b/locales/de_DE.po index 670862b9..c0fa763a 100644 --- a/locales/de_DE.po +++ b/locales/de_DE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: German (Germany) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/de_DE/)\n" @@ -59,8 +59,8 @@ msgstr "Dashboard" msgid "No data for this date range !" msgstr "Keine Daten für diesen Bereich verfügbar!" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Rechteverwaltung" diff --git a/locales/en_GB.mo b/locales/en_GB.mo index 9b84be30..d5beb2a4 100644 Binary files a/locales/en_GB.mo and b/locales/en_GB.mo differ diff --git a/locales/en_GB.po b/locales/en_GB.po index b2aa0194..85bcb591 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" -"PO-Revision-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" +"PO-Revision-Date: 2018-07-06 09:45+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_GB\n" @@ -58,7 +58,7 @@ msgstr "Dashboard" msgid "No data for this date range !" msgstr "No data for this date range !" -#: inc/profile.class.php:66 inc/profile.class.php:211 inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 inc/profile.class.php:286 msgid "Rights management" msgstr "Rights management" diff --git a/locales/en_US.mo b/locales/en_US.mo index 77e24dce..d9332dd9 100644 Binary files a/locales/en_US.mo and b/locales/en_US.mo differ diff --git a/locales/en_US.po b/locales/en_US.po index 77b0ab2b..a7e585e3 100644 --- a/locales/en_US.po +++ b/locales/en_US.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: English (United States) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/en_US/)\n" @@ -59,8 +59,8 @@ msgstr "Dashboard" msgid "No data for this date range !" msgstr "No data for this date range !" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Rights management" diff --git a/locales/es_CO.mo b/locales/es_CO.mo index 299f1121..a84a3dad 100644 Binary files a/locales/es_CO.mo and b/locales/es_CO.mo differ diff --git a/locales/es_CO.po b/locales/es_CO.po index 2904753f..b82ea1e8 100644 --- a/locales/es_CO.po +++ b/locales/es_CO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Spanish (Colombia) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/es_CO/)\n" @@ -59,8 +59,8 @@ msgstr "Tablero" msgid "No data for this date range !" msgstr "¡Sin datos para este rango de fechas!" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Gestión de permisos" diff --git a/locales/es_ES.mo b/locales/es_ES.mo index c13b839e..a72ab37f 100644 Binary files a/locales/es_ES.mo and b/locales/es_ES.mo differ diff --git a/locales/es_ES.po b/locales/es_ES.po index 3a5f4171..b253e519 100644 --- a/locales/es_ES.po +++ b/locales/es_ES.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Spanish (Spain) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/es_ES/)\n" @@ -59,8 +59,8 @@ msgstr "Dashboard" msgid "No data for this date range !" msgstr "No hay data para este rango" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Gestión de derechos" diff --git a/locales/fi_FI.mo b/locales/fi_FI.mo new file mode 100644 index 00000000..e2eb2ebe Binary files /dev/null and b/locales/fi_FI.mo differ diff --git a/locales/fi_FI.po b/locales/fi_FI.po new file mode 100644 index 00000000..f909a060 --- /dev/null +++ b/locales/fi_FI.po @@ -0,0 +1,274 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Markku Vepsä, 2018 +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - MReporting\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" +"PO-Revision-Date: 2018-06-29 04:53+0000\n" +"Last-Translator: Markku Vepsä\n" +"Language-Team: Finnish (Finland) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: front/config.form.php:56 front/graph.php:39 front/dashboard.form.php:34 +#: front/dashboard.form.php:39 front/central.php:33 +#: front/preference.form.php:45 front/config.php:45 inc/profile.class.php:38 +#: inc/notification.class.php:18 inc/common.class.php:49 +#: inc/notificationtargetnotification.class.php:8 inc/preference.class.php:182 +#: setup.php:163 test.php:4 +msgid "More Reporting" +msgstr "Lisää Raportteja" + +#: front/popup.php:38 inc/common.class.php:1139 inc/common.class.php:1146 +#: inc/common.class.php:1154 +msgid "General Report - ODT" +msgstr "Yleisraportti - ODT" + +#: front/central.php:73 front/central.php:80 inc/config.class.php:660 +#: inc/common.class.php:321 inc/common.class.php:388 +msgid "No report is available !" +msgstr "Raporttia ei ole saatavilla!" + +#: ajax/dropdownExport.php:41 inc/common.class.php:500 +msgid "With data" +msgstr "Tiedoilla" + +#: ajax/dropdownExport.php:42 inc/common.class.php:499 +msgid "Without data" +msgstr "Ilman tietoja" + +#: ajax/homepage_link.php:8 inc/dashboard.class.php:35 inc/common.class.php:60 +#: inc/common.class.php:61 inc/common.class.php:73 +msgid "Dashboard" +msgstr "Hallintapaneeli" + +#: inc/graphpng.class.php:551 inc/graphpng.class.php:745 +#: inc/graphpng.class.php:945 inc/graphpng.class.php:1254 +#: inc/graphpng.class.php:1491 inc/graphpng.class.php:1796 +#: inc/graphpng.class.php:2065 inc/graph.class.php:154 inc/graph.class.php:353 +#: inc/graph.class.php:550 inc/graph.class.php:810 inc/graph.class.php:1030 +#: inc/graph.class.php:1259 inc/graph.class.php:1500 +msgid "No data for this date range !" +msgstr "Tälle päivämäärävälille ei ole tietoja!" + +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 +msgid "Rights management" +msgstr "Käyttöoikeuksien hallinta" + +#: inc/config.class.php:38 +msgid "Configuration" +msgstr "Asetukset" + +#: inc/config.class.php:82 inc/config.class.php:688 +msgid "See area" +msgstr "Näytä alue" + +#: inc/config.class.php:91 inc/config.class.php:703 inc/config.class.php:715 +msgid "Curve lines (SVG)" +msgstr "Käyrät (SVG)" + +#: inc/config.class.php:100 +msgid "See values" +msgstr "Näytä arvot" + +#: inc/config.class.php:110 inc/config.class.php:730 +msgid "Reverse data array" +msgstr "Käänteinen tietorakenne" + +#: inc/config.class.php:119 inc/config.class.php:742 +msgid "Unit" +msgstr "Yksikkö esim. kpl" + +#: inc/config.class.php:126 inc/config.class.php:752 +msgid "Default delay" +msgstr "Oletusviive" + +#: inc/config.class.php:133 inc/config.class.php:760 +msgid "Additional condition for MySQL" +msgstr "MySQL lisäehdot" + +#: inc/config.class.php:140 inc/config.class.php:668 +msgid "See graphic" +msgstr "Näytä kuva" + +#: inc/config.class.php:149 +msgid "Class" +msgstr "Luokka" + +#: inc/config.class.php:157 +msgid "Default chart format" +msgstr "Oletuskaavion muoto" + +#: inc/config.class.php:166 inc/config.class.php:769 +msgid "Send this report with the notification" +msgstr "Lähetä tämä raportti ilmoituksessa" + +#: inc/config.class.php:252 +msgid "Initialize graphics configuration" +msgstr "Alusta grafiikka-asetukset" + +#: inc/config.class.php:489 inc/config.class.php:504 +msgid "On mouse over" +msgstr "Hiirellä" + +#: inc/config.class.php:572 +msgid "Object already exists" +msgstr "Kohde on jo olemassa" + +#: inc/notification.class.php:34 inc/notification.class.php:55 +#: inc/notification.class.php:128 +msgid "Notification for \"More Reporting\"" +msgstr "\"Lisää Raportteja\" -ilmoitukset" + +#: inc/notification.class.php:39 +msgid "" +"\n" +"

Hello,

\n" +"\n" +"

GLPI reports are available.
\n" +"You will find attached in this email.

\n" +"\n" +msgstr "\n

Hei,

\n\n

GLPI raportteja on saatavilla.
\nLöydät ne tämän sähköpostiviestin liitteinä.

\n\n" + +#: inc/notification.class.php:46 inc/pdf.class.php:15 +msgid "GLPI statistics reports" +msgstr "GLPI tilastoraportit" + +#: inc/notification.class.php:47 +msgid "" +"Hello,\n" +"\n" +"GLPI reports are available.\n" +"You will find attached in this email.\n" +"\n" +msgstr "Hei,\n\nGLPI raportteja on saatavilla.\nLöydät ne tämän sähköpostiviestin liitteinä.\n\n" + +#: inc/notification.class.php:153 +msgid "Notification(s) sent !" +msgstr "Ilmoitus/ilmoitukset lähetetty!" + +#: inc/dashboard.class.php:85 +msgid "Select a report to display" +msgstr "Valitse näytettävä raportti" + +#: inc/dashboard.class.php:96 +msgid "Dashboard is empty. Please add reports by clicking on the icon" +msgstr "Hallintapaneeli on tyhjä. Lisää raportteja klikkaamalla kuvaketta" + +#: inc/dashboard.class.php:105 +msgid "Add a report" +msgstr "Lisää raportti" + +#: inc/dashboard.class.php:134 +msgid "Select a report to add" +msgstr "Valitse lisättävä raportti" + +#: inc/dashboard.class.php:223 +msgid "Configure report" +msgstr "Määritä raportti" + +#: inc/helpdesk.class.php:284 inc/helpdesk.class.php:343 +msgid "Undefined" +msgstr "Määrittelemätön" + +#: inc/common.class.php:63 inc/common.class.php:64 inc/common.class.php:82 +msgid "Reports list" +msgstr "Raporttiluettelo" + +#: inc/common.class.php:921 +msgid "Number" +msgstr "Määrä" + +#: inc/common.class.php:942 inc/common.class.php:1245 +#: inc/common.class.php:1261 +msgid "data" +msgstr "tiedot" + +#: inc/common.class.php:1140 inc/preference.class.php:123 +msgid "Please, select a model in your preferences" +msgstr "Valitse malli \"Omissa asetuksissa\"" + +#: inc/common.class.php:1147 +msgid "No model available" +msgstr "Mallia ei ole saatavilla" + +#: inc/common.class.php:1155 +msgid "No graphic selected" +msgstr "Kuvaa ei ole valittu" + +#: inc/common.class.php:1388 +msgid "Week" +msgstr "Viikko" + +#: inc/common.class.php:1389 +msgid "Month" +msgstr "Kuukausi" + +#: inc/common.class.php:1502 +msgid "Max depth entity level" +msgstr "Suurin yksikkösyvyys" + +#: inc/pdf.class.php:16 +msgid "Automaticaly generated by GLPI" +msgstr "GLPI:n automaattisesti luoma" + +#: inc/other.class.php:70 +msgid "Add/remove software on a computer" +msgstr "Lisää/poista ohjelmisto tietokoneesta" + +#: inc/other.class.php:73 +msgid "Add/remove version on a software" +msgstr "Lisää/poista versio ohjelmistosta" + +#: inc/other.class.php:76 +msgid "Add infocom" +msgstr "Lisää \"infocom\" tietoja" + +#: inc/other.class.php:79 +msgid "Add/remove profile on a user" +msgstr "Lisää/poista profiili käyttäjältä" + +#: inc/other.class.php:82 +msgid "Add/remove group on a user" +msgstr "Lisää/poista ryhmä käyttäjältä" + +#: inc/other.class.php:85 +msgid "User deleted from LDAP" +msgstr "Käyttäjä poistettu LDAP:stä" + +#: inc/other.class.php:93 +msgid "Webservice logs" +msgstr "WWW-sovelluspalvelun lokit" + +#: inc/other.class.php:97 +msgid "OCS Infos" +msgstr "OCS tiedot" + +#: inc/other.class.php:100 +msgid "Add/update/remove device" +msgstr "Lisää/päivitä/poista laite" + +#: inc/other.class.php:103 +msgid "Add/remove relation" +msgstr "Lisää/poista yhteys" + +#: inc/other.class.php:106 +msgid "Add/remove item" +msgstr "Lisää/poista kohde" + +#: inc/other.class.php:109 +msgid "Comments & date_mod changes" +msgstr "Kommentit & date_mod muutokset" + +#: inc/other.class.php:117 +msgid "Genericobject plugin logs" +msgstr "Genericobject liitännäisen lokit" diff --git a/locales/fr_FR.mo b/locales/fr_FR.mo index 5bf71561..0314530c 100644 Binary files a/locales/fr_FR.mo and b/locales/fr_FR.mo differ diff --git a/locales/fr_FR.po b/locales/fr_FR.po index 070725e5..3ba9a807 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" -"PO-Revision-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" +"PO-Revision-Date: 2018-06-28 09:31+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: French (France) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/fr_FR/)\n" "MIME-Version: 1.0\n" @@ -62,8 +62,8 @@ msgstr "Tableau de bord" msgid "No data for this date range !" msgstr "Aucune données pour cette plage de date !" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Gestion des droits" @@ -109,7 +109,7 @@ msgstr "Classe" #: inc/config.class.php:157 msgid "Default chart format" -msgstr "" +msgstr "Format de graphique par défaut" #: inc/config.class.php:166 inc/config.class.php:769 msgid "Send this report with the notification" diff --git a/locales/ko_KR.mo b/locales/ko_KR.mo index d7f23f50..b966ecc4 100644 Binary files a/locales/ko_KR.mo and b/locales/ko_KR.mo differ diff --git a/locales/ko_KR.po b/locales/ko_KR.po index 372da475..5fd01c3c 100644 --- a/locales/ko_KR.po +++ b/locales/ko_KR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Korean (Korea) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/ko_KR/)\n" @@ -59,8 +59,8 @@ msgstr "대시보드" msgid "No data for this date range !" msgstr "이 날짜 범위에는 자료가 없습니다!" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "저작권 관리" diff --git a/locales/lv_LV.mo b/locales/lv_LV.mo index 99d62c85..4971df74 100644 Binary files a/locales/lv_LV.mo and b/locales/lv_LV.mo differ diff --git a/locales/lv_LV.po b/locales/lv_LV.po index 24bda536..ac2a6d7a 100644 --- a/locales/lv_LV.po +++ b/locales/lv_LV.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Latvian (Latvia) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/lv_LV/)\n" @@ -59,8 +59,8 @@ msgstr "Informācijas panelis" msgid "No data for this date range !" msgstr "Nav datu par šo laika periodu !" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Tiesību pārvaldība" diff --git a/locales/mreporting.pot b/locales/mreporting.pot index f890e4b5..4e9d56b3 100644 --- a/locales/mreporting.pot +++ b/locales/mreporting.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,7 +58,7 @@ msgstr "" msgid "No data for this date range !" msgstr "" -#: inc/profile.class.php:66 inc/profile.class.php:211 inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 inc/profile.class.php:286 msgid "Rights management" msgstr "" diff --git a/locales/pl_PL.mo b/locales/pl_PL.mo index f4253f9e..8088c9c5 100644 Binary files a/locales/pl_PL.mo and b/locales/pl_PL.mo differ diff --git a/locales/pl_PL.po b/locales/pl_PL.po index 24a8c6dd..26a8ee29 100644 --- a/locales/pl_PL.po +++ b/locales/pl_PL.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Polish (Poland) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/pl_PL/)\n" @@ -60,8 +60,8 @@ msgstr "Pulpit" msgid "No data for this date range !" msgstr "Brak danych dkla tego zakresu!" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Zarządzanie uprawnieniami" diff --git a/locales/pt_BR.mo b/locales/pt_BR.mo index d15f6fd6..6ab474c9 100644 Binary files a/locales/pt_BR.mo and b/locales/pt_BR.mo differ diff --git a/locales/pt_BR.po b/locales/pt_BR.po index 43713ce4..ccd74f81 100644 --- a/locales/pt_BR.po +++ b/locales/pt_BR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/pt_BR/)\n" @@ -61,8 +61,8 @@ msgstr "Painel" msgid "No data for this date range !" msgstr "Não existem dados para este intervalo de datas!" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Gerenciar direitos" diff --git a/locales/pt_PT.mo b/locales/pt_PT.mo index ea433c83..5b3164cf 100644 Binary files a/locales/pt_PT.mo and b/locales/pt_PT.mo differ diff --git a/locales/pt_PT.po b/locales/pt_PT.po index f47b7c3b..1f419957 100644 --- a/locales/pt_PT.po +++ b/locales/pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/pt_PT/)\n" @@ -58,8 +58,8 @@ msgstr "Painel" msgid "No data for this date range !" msgstr "Sem dados para este período !" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Gestão de direitos" diff --git a/locales/ru_RU.mo b/locales/ru_RU.mo index 8653c20a..710cb3ae 100644 Binary files a/locales/ru_RU.mo and b/locales/ru_RU.mo differ diff --git a/locales/ru_RU.po b/locales/ru_RU.po index af6705a2..0a03728e 100644 --- a/locales/ru_RU.po +++ b/locales/ru_RU.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Russian (Russia) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/ru_RU/)\n" @@ -60,8 +60,8 @@ msgstr "Панель состояния" msgid "No data for this date range !" msgstr "Нет данных за этот период!" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "Управление правами" diff --git a/locales/tr_TR.mo b/locales/tr_TR.mo index b79cd63f..29322ed6 100644 Binary files a/locales/tr_TR.mo and b/locales/tr_TR.mo differ diff --git a/locales/tr_TR.po b/locales/tr_TR.po index 6085713e..33a7d644 100644 --- a/locales/tr_TR.po +++ b/locales/tr_TR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - MReporting\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 08:41+0000\n" +"POT-Creation-Date: 2018-07-06 09:45+0000\n" "PO-Revision-Date: 2018-06-28 08:41+0000\n" "Last-Translator: Cédric Anne\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/teclib/glpi-project-plugin-mreporting/language/tr_TR/)\n" @@ -59,8 +59,8 @@ msgstr "Pano" msgid "No data for this date range !" msgstr "Bu tarih aralığında bir veri yok !" -#: inc/profile.class.php:66 inc/profile.class.php:211 -#: inc/profile.class.php:282 +#: inc/profile.class.php:66 inc/profile.class.php:214 +#: inc/profile.class.php:286 msgid "Rights management" msgstr "İzin yönetimi" diff --git a/mreporting.xml b/mreporting.xml index 3e108004..60fcf83a 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -70,6 +70,10 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki Infotel + + 1.5.1 + 9.3 + 1.5.0 9.3 diff --git a/setup.php b/setup.php index 2a252f18..f9c0927c 100644 --- a/setup.php +++ b/setup.php @@ -26,7 +26,7 @@ -------------------------------------------------------------------------- */ -define ('PLUGIN_MREPORTING_VERSION', '1.5.0'); +define ('PLUGIN_MREPORTING_VERSION', '1.5.1'); // Minimal GLPI version, inclusive define("PLUGIN_MREPORTING_MIN_GLPI", "9.3");