Skip to content

Commit 21a0515

Browse files
committed
Fix update + Locales
1 parent 5f32b6d commit 21a0515

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

install/sql/update-1.4.3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CREATE TABLE `glpi_plugin_satisfaction_surveyreminders` (
1111

1212
CREATE TABLE `glpi_plugin_satisfaction_reminders` (
1313
`id` int(11) NOT NULL AUTO_INCREMENT,
14-
'type' int(11) NOT NULL DEFAULT '0',
14+
`type` int(11) NOT NULL DEFAULT '0',
1515
`tickets_id` int(11) NOT NULL,
1616
`date` date default NULL,
1717
PRIMARY KEY (`id`)

locales/en_GB.mo

-39 Bytes
Binary file not shown.

locales/en_GB.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#
6-
#, fuzzy
5+
#
76
msgid ""
87
msgstr ""
9-
"Project-Id-Version: PACKAGE VERSION\n"
8+
"Project-Id-Version: \n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2019-10-17 10:04+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <[email protected]>\n"
11+
"PO-Revision-Date: 2019-10-22 13:41+0200\n"
1512
"MIME-Version: 1.0\n"
16-
"Content-Type: text/plain; charset=CHARSET\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
1714
"Content-Transfer-Encoding: 8bit\n"
18-
"Language: \n"
19-
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
15+
"Language: en_GB\n"
16+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Last-Translator: \n"
18+
"Language-Team: \n"
19+
"X-Generator: Poedit 2.2.1\n"
2020

2121
#: hook.php:87
2222
msgid "Ticket Satisfaction Reminder"
@@ -209,11 +209,11 @@ msgstr "Duration"
209209
#: inc/surveyreminder.class.php:473
210210
#, php-format
211211
msgid ""
212-
"You already have a reminder with the same duration type and duration named :"
213-
" %s"
212+
"You already have a reminder with the same duration type and duration "
213+
"named : %s"
214214
msgstr ""
215-
"You already have a reminder with the same duration type and duration named :"
216-
" %s"
215+
"You already have a reminder with the same duration type and duration "
216+
"named : %s"
217217

218218
#: inc/surveyreminder.class.php:502
219219
msgid "There are nothing to save"

0 commit comments

Comments
 (0)