-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
De installatie stappen voor
v1.1.1
toegevoegd aan de README.md
.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
# DirectAdmin - Evolution skin - Dutch translation | ||
|
||
Copyright |. De vertaling is in samenwerking met DirectAdmin uitgevoerd. Leden met een DirectAdmin licentie kunnen vrijblijvend gebruik maken van de vertaling. Bug of fouten melden kan altijd naar de auteur. | ||
|
||
||| | ||
|-----|-----| | ||
|Auteur|Snelwebcenter| | ||
|E-mail|[[email protected]](mailto:[email protected])| | ||
|Versie|1.1 (vertaling) (08-10-2018)| | ||
|
||
# Installatie van versie `v1.1.1` | ||
|
||
```bash | ||
curl -o /usr/local/directadmin/data/skins/evolution/lang/nl.po https://raw.githubusercontent.com/JCID/directadmin-evolution-skin-dutch-translation/v1.1.1/nl.po | ||
chown diradmin:diradmin /usr/local/directadmin/data/skins/evolution/lang/nl.po | ||
chmod 0755 /usr/local/directadmin/data/skins/evolution/lang/nl.po | ||
``` | ||
|
||
```bash | ||
curl -o /usr/local/directadmin/data/skins/evolution/lang/login-nl.po https://raw.githubusercontent.com/JCID/directadmin-evolution-skin-dutch-translation/v1.1.1/login-nl.po | ||
chown diradmin:diradmin /usr/local/directadmin/data/skins/evolution/lang/login-nl.po | ||
chmod 0755 /usr/local/directadmin/data/skins/evolution/lang/login-nl.po | ||
``` |