change 'Side menu' with 'Custom menu'

This commit is contained in:
Simon Vieille 2020-09-23 13:17:13 +02:00
parent a6397d2f24
commit c9645a4f85
Signed by: deblan
GPG Key ID: 03383D15A1D31745
5 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
🤙 Nextcloud app / Side menu 🎨
🤙 Nextcloud app / Custom menu 🎨
===============================
Side menu allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top.
Allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top.
You can also define apps that must be displayed in the top menu. Fully customisable.
This application is rather suitable for instances that activate a lot of applications.
@ -17,7 +17,7 @@ You like this app and you want to support me? [Buy me a coffee](https://www.buym
Installation and upgrade
------------------------
Side menu is availabe from the app store. If you want to install it from source: go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip). Copy the content into `apps`.
Custom menu is available from the app store. If you want to install it from source: go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip). Copy the content into `apps`.
```
$ cd /path/to/nextcloud/apps

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<info>
<id>side_menu</id>
<name>Side menu</name>
<name>Custom menu</name>
<summary>Modify the display of the menu.</summary>
<description><![CDATA[Side menu allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top.
You can also define apps that must be displayed in the top menu. Fully customisable.

View File

@ -21,7 +21,7 @@ class Application extends App
{
public const APP_ID = 'side_menu';
public const APP_NAME = 'Side menu';
public const APP_NAME = 'Custom menu';
/**
* @var OC\AllConfig
*/

View File

@ -1,4 +1,4 @@
"Side menu": "Seitenmenü"
"Custom menu": "Benutzerdefiniertes Menü"
"Enable the side menu": "Aktiviere das Seitenmenü"
"No": "Nein"
"Yes": "Ja"

View File

@ -1,4 +1,4 @@
"Side menu": "Menu latéral"
"Custom menu": "Menu personnalisé"
"Enable the side menu": "Activer le menu latéral"
"No": "Non"
"Yes": "Oui"