Skip to content

Commit

Permalink
Fix update + Locales
Browse files Browse the repository at this point in the history
  • Loading branch information
keha35 committed Oct 22, 2019
1 parent 5f32b6d commit 21a0515
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion install/sql/update-1.4.3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
Binary file modified locales/en_GB.mo
Binary file not shown.
26 changes: 13 additions & 13 deletions locales/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 21a0515

Please sign in to comment.