File tree 7 files changed +41
-30
lines changed
7 files changed +41
-30
lines changed Original file line number Diff line number Diff line change 1
1
# Costs
2
2
The cost plugin for GLPI
3
3
4
+ ## 3.0.1 - 2022-07-27
5
+ ## Features
6
+ - Localazy integration #10666
7
+
4
8
## 3.0.0 - 2022-07-07
5
9
### Features
6
10
- GLPI 10 compatibility #10398
Original file line number Diff line number Diff line change
1
+ localazy.keys.json
2
+ localazy.jar
Original file line number Diff line number Diff line change 1
1
# Cost Glpi Plugin.
2
- # Copyright (C) 2021 TICgal
2
+ # Copyright (C) 2022 TICgal
3
3
# This file is distributed under the same license as the PACKAGE package.
4
- # TICgal, 2021
4
+ # TICgal, 2022
5
5
#
6
6
#, fuzzy
7
7
msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2021-05-20 14:43 +0200\n "
12
- "PO-Revision-Date : 2021 -MO-DA HO:MI+ZONE\n "
11
+ "POT-Creation-Date : 2022-07-27 12:10 +0200\n "
12
+ "PO-Revision-Date : 2022 -MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
15
15
"Language : \n "
@@ -26,6 +26,6 @@ msgstr ""
26
26
msgid "Add task description on cost"
27
27
msgstr ""
28
28
29
- #: inc/ticket.class.php:53 inc/ticket.class.php:116
29
+ #: inc/ticket.class.php:53 inc/ticket.class.php:119
30
30
msgid "Billable"
31
31
msgstr ""
Original file line number Diff line number Diff line change 2
2
# Copyright (C) 2020 TICgal
3
3
# This file is distributed under the same license as the PACKAGE package.
4
4
# TICgal, 2020
5
- #
5
+ #
6
6
msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2021-05-20 14:43 +0200\n "
10
+ "POT-Creation-Date : 2022-07-27 12:10 +0200\n "
11
11
"PO-Revision-Date : 2021-05-20 14:43+0200\n "
12
12
"Last-Translator : \n "
13
13
"Language-Team : \n "
@@ -27,6 +27,6 @@ msgstr "Costs"
27
27
msgid "Add task description on cost"
28
28
msgstr "Add task description on cost"
29
29
30
- #: inc/ticket.class.php:53 inc/ticket.class.php:116
30
+ #: inc/ticket.class.php:53 inc/ticket.class.php:119
31
31
msgid "Billable"
32
32
msgstr "Billable"
Original file line number Diff line number Diff line change 1
- # Cost Glpi Plugin.
2
- # Copyright (C) 2020 TICgal
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # TICgal, 2020
5
- #
6
1
msgid ""
7
2
msgstr ""
8
- "Project-Id-Version : \n "
9
- "Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2021-05-20 14:43+0200\n "
11
- "PO-Revision-Date : 2021-05-20 14:44+0200\n "
12
- "Last-Translator : \n "
13
- "Language-Team : \n "
14
- "Language : es_ES\n "
15
3
"MIME-Version : 1.0\n "
16
4
"Content-Type : text/plain; charset=UTF-8\n "
17
5
"Content-Transfer-Encoding : 8bit\n "
18
- "X-Generator : Poedit 2.0.6\n "
19
- "Plural-Forms : nplurals=2; plural=(n != 1);\n "
20
-
21
- #: inc/config.class.php:46 inc/config.class.php:102 inc/entity.class.php:46
22
- #: inc/task.class.php:7 inc/ticket.class.php:41
23
- msgid "Costs"
24
- msgstr "Costes"
6
+ "X-Generator : Localazy (https://localazy.com)\n "
7
+ "Project-Id-Version : Costs\n "
8
+ "Language : es_ES\n "
9
+ "Plural-Forms : nplurals=2; plural=(n==1) ? 0 : 1;\n "
25
10
26
- #: inc/config.class.php:89
27
11
msgid "Add task description on cost"
28
12
msgstr "Añadir la descripción de la tarea en el coste"
29
13
30
- #: inc/ticket.class.php:53 inc/ticket.class.php:116
31
14
msgid "Billable"
32
15
msgstr "Facturable"
16
+
17
+ msgid "Costs"
18
+ msgstr "Costes"
Original file line number Diff line number Diff line change
1
+ {
2
+ "upload" : {
3
+ "type" : " pot" ,
4
+ "deprecate" : " project" ,
5
+ "files" : [
6
+ " costs.pot" ,
7
+ {
8
+ "group" : " existing" ,
9
+ "file" : " costs.pot" ,
10
+ "pattern" : " ./*.po" ,
11
+ "type" : " po" ,
12
+ "lang" : " ${autodetectLang}"
13
+ }
14
+ ]
15
+ },
16
+ "download" : {
17
+ "files" : " ${languageCode}_${regionCode}.po"
18
+ }
19
+ }
Original file line number Diff line number Diff line change 32
32
@link https://tic.gal
33
33
@since 2018
34
34
---------------------------------------------------------------------- */
35
- define ('PLUGIN_COSTS_VERSION ' , '3.0.0 ' );
35
+ define ('PLUGIN_COSTS_VERSION ' , '3.0.1 ' );
36
36
// Minimal GLPI version, inclusive
37
37
define ("PLUGIN_COSTS_MIN_GLPI " , "10.0 " );
38
38
// Maximum GLPI version, exclusive
You can’t perform that action at this time.
0 commit comments