Difference between revisions of "Setting/ownerstranslatecontrol"

From Beds24 Wiki
Jump to navigation Jump to search
m (1版 をインポートしました)
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
You can change any of the preset texts on the control panel to your custom text. To do so enter the original text followed by the symbol | (known as the vertical bar or pipe symbol) followed by the new text into the field Original Textl|New Text
+
You can change any of the preset texts on the control panel to your custom text.
  
Example: To change the text ''Rooms'' to ''Apartments'' the code would be Rooms|Apartments
+
To do so enter the original text followed by the pipe symbol (|) followed by the new text:
  
The original text has to match exactly the text on the English control panel.
+
Original Text|New Text
  
*If you want to change more than one phrase enter each on a new line
+
 
 +
Example: To change the text ''Rooms'' to ''Apartments'' the code would be:
 +
 
 +
Rooms|Apartments
 +
 
 +
 
 +
To change multiple texts put every change into a new line:
 +
 
 +
Rooms|Apartments<br>
 +
Inventory|Availability
 +
 
 +
 
 +
To hide a word use two pipes next to each other (no space in-between):
 +
 
 +
Word||
 +
 
 +
 
 +
*The original text has to match EXACTLY the text on the English control panel.
 +
 
 +
<span style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> This will change this phrase everywhere in the control panel.

Latest revision as of 01:32, 19 May 2021

You can change any of the preset texts on the control panel to your custom text.

To do so enter the original text followed by the pipe symbol (|) followed by the new text:

Original Text|New Text


Example: To change the text Rooms to Apartments the code would be:

Rooms|Apartments


To change multiple texts put every change into a new line:

Rooms|Apartments
Inventory|Availability


To hide a word use two pipes next to each other (no space in-between):

Word||


  • The original text has to match EXACTLY the text on the English control panel.

{{#fas:lightbulb}} This will change this phrase everywhere in the control panel.