Skip to content

Commit ff2a918

Browse files
committed
Bugfixes and improvements
- Update README.md (add informations for Synology NAS users) - Fix bad translation
1 parent 55201ef commit ff2a918

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ To use it, please follow the following steps:
99
3. If you were using an older version of WinNUT (v1.x), copy your "ups.ini" configuration file to the WinNUT installation directory (by default "C: \ Program Files (x86) \ WinNUT-client ") for an automatic import of your parameters during the first launch
1010
4. Start WinNUT V2 and modify the parameters according to your needs
1111

12+
## Specific Configuration
13+
14+
### For Synology NAS
15+
If your NUT server is hosted on a Synology NAS, be sure to provide the following connection information (default):
16+
Login: upsmon
17+
Password: secret
18+
19+
It will probably be necessary to allow the WinNUT IP to communicate with the NUT server.
20+
*See issue 47 for more information, specifically [this commentary](https://github.com/gawindx/WinNUT-Client/issues/47#issuecomment-759180793).*
21+
22+
###
1223
## Translation
1324
WinNUT V2 is natively multilingual, so it is no longer necessary to select your language from the software interface.
1425
Currently, WinNUT supports:

WinNUT_V2/WinNUT_GUI/MultilingualResources/WinNUT-client.fr-FR.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@
642642
</trans-unit>
643643
<trans-unit id="CB_Start_W_Win.Text" translate="yes" xml:space="preserve">
644644
<source>Start with Windows</source>
645-
<target state="final">Démmarrer avec Windows</target>
645+
<target state="final">Démarrer avec Windows</target>
646646
</trans-unit>
647647
<trans-unit id="CB_Close_Tray.AutoSize" translate="no" extype="System.Boolean, mscorlib" xml:space="preserve">
648648
<source>True</source>

WinNUT_V2/WinNUT_GUI/Pref_Gui.fr-FR.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<value>Créer Fichier Journal</value>
7979
</data>
8080
<data name="CB_Start_W_Win.Text" xml:space="preserve">
81-
<value>Démmarrer avec Windows</value>
81+
<value>Démarrer avec Windows</value>
8282
</data>
8383
<data name="CB_Close_Tray.Text" xml:space="preserve">
8484
<value>Fermer vers le Systray</value>

0 commit comments

Comments
 (0)