diff --git a/install/sql/update-1.4.3.sql b/install/sql/update-1.4.3.sql index f1f72d8..4f11942 100644 --- a/install/sql/update-1.4.3.sql +++ b/install/sql/update-1.4.3.sql @@ -11,7 +11,7 @@ CREATE TABLE `glpi_plugin_satisfaction_surveyreminders` ( CREATE TABLE `glpi_plugin_satisfaction_reminders` ( `id` int(11) NOT NULL AUTO_INCREMENT, - 'type' int(11) NOT NULL DEFAULT '0', + `type` int(11) NOT NULL DEFAULT '0', `tickets_id` int(11) NOT NULL, `date` date default NULL, PRIMARY KEY (`id`) diff --git a/locales/en_GB.mo b/locales/en_GB.mo index 4444ce8..66bf9bf 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 4fa632d..9e3e51b 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -2,21 +2,21 @@ # 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" +"Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-10-17 10:04+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"PO-Revision-Date: 2019-10-22 13:41+0200\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: \n" +"Language-Team: \n" +"X-Generator: Poedit 2.2.1\n" #: hook.php:87 msgid "Ticket Satisfaction Reminder" @@ -209,11 +209,11 @@ msgstr "Duration" #: inc/surveyreminder.class.php:473 #, php-format msgid "" -"You already have a reminder with the same duration type and duration named :" -" %s" +"You already have a reminder with the same duration type and duration " +"named : %s" msgstr "" -"You already have a reminder with the same duration type and duration named :" -" %s" +"You already have a reminder with the same duration type and duration " +"named : %s" #: inc/surveyreminder.class.php:502 msgid "There are nothing to save"