Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED]

- Update locales

## [2.12.6] - 2026-02-23

- Fix SQL query error when displaying deliveries
Expand Down
2 changes: 1 addition & 1 deletion inc/other.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PluginOrderOther extends CommonDBTM

public static function getTypeName($nb = 0)
{
return __s("Other kind of items");
return __("Other kind of items");
}


Expand Down
6 changes: 5 additions & 1 deletion locales/en_GB.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Cédric Anne, 2018,2021-2022
# 06c8e5f1ec78ded2ceb41498ec52b068, 2015
Expand Down Expand Up @@ -659,6 +659,10 @@ msgstr "Display analytic nature on item form"
msgid "Set analytic nature as mandatory on item form"
msgstr "Set analytic nature as mandatory on item form"

#: inc/other.class.php:40
msgid "Other kind of items"
msgstr "Other kind of items"

#: inc/config.class.php:278
msgid "Asked"
msgstr "Asked"
Expand Down
6 changes: 5 additions & 1 deletion locales/fr_FR.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# alexandre delaunay <delaunay.alexandre@gmail.com>, 2018
# Cédric Anne, 2018,2021-2022
Expand Down Expand Up @@ -151,6 +151,10 @@ msgstr "Commandes"
msgid "Products references"
msgstr "Références produits"

#: inc/other.class.php:40
msgid "Other kind of items"
msgstr "Autres types d'articles"

#: inc/profile.class.php:204 inc/order_item.class.php:1612 front/menu.php:75
msgid "Bills"
msgstr "Factures"
Expand Down