> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/doc-plugins/plugin-glpi-network/renamestrings.md).

# Renamer

## Requirements (self-hosted)

| GLPI Version | Minimum PHP | Recommended |
| ------------ | ----------- | ----------- |
| 10.0.x       | 8.1         | 8.2         |
| 11.0.x       | 8.2         | 8.4         |

{% hint style="info" %}
A [GLPI Network BASIC](https://services.glpi-network.com/#offers) subscription (or higher) is required. This plugin is also available for all GLPI Network [Cloud instances](https://glpi-network.cloud).
{% endhint %}

***

## Download the plugin

* Go to **Marketplace**. Download and install the plugin **Rename GLPI strings**

<div align="left"><figure><img src="/files/oyA54QeSK8idrrZO7Imu" alt="images/Rename_strings-1.png"><figcaption></figcaption></figure></div>

***

## Creating an override

* Go to **Setup > Rename GLPI strings**
* Click on **Add** and select the appropriate language.
* In the **Override** tab, click on **New override**.
* Select the value you wish to change from the drop-down list. You can search directly.

We are going to change the value **Computer** to **PC**

* Select computer and enter the singular and plural of the word to be changed in the corresponding fields.
* Click on **Save**

<figure><img src="/files/S4snuSpEN2SFPeOM1XHb" alt="images/Rename_strings-2.png"><figcaption></figcaption></figure>

***

## Show the change

You may not see the change immediately. To make it appear, log out and then log back in.

Before :

<div align="left"><figure><img src="/files/FZOmEkXgyW03OY5pEnvJ" alt="images/Rename_strings-3.png"><figcaption></figcaption></figure></div>

After :

<div align="left"><figure><img src="/files/AqctPGBvaUTF1f3ehHka" alt="images/Rename_strings-4.png"><figcaption></figcaption></figure></div>

***

## FAQ

If you have any questions about using the plugin, please consult our FAQ

<a href="/spaces/SvoJ3lioglS2UZLcWWyP/pages/YyUW05mZpiddYIz7YVtK" class="button secondary">Go to FAQ</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.glpi-project.org/doc-plugins/plugin-glpi-network/renamestrings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
