forked from friendica/git.friendi.ca
Added da-DK translation THX atjn
This commit is contained in:
parent
9b789907f5
commit
f34c9bcc63
4 changed files with 131 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="sixteen wide center aligned centered column">
|
||||
<div>
|
||||
<img class="logo" src="{{AppSubUrl}}/assets/img/friendica-128.png" />
|
||||
<img class="logo" src="{{AppSubUrl}}/img/friendica-128.png" />
|
||||
</div>
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
|
|
@ -36,6 +36,8 @@
|
|||
<h2>A <a href='https://friendi.ca' target='_new'>Friendica</a> projekt git tárolóinak gyűjteménye.</h2>
|
||||
{{else if eq .Lang "ru-RU"}}
|
||||
<h2>Собрание git-репозиториев проекта <a href='https://friendi.ca' target='_new'>Friendica</a>.</h2>
|
||||
{{else if eq .Lang "da-DK"}}
|
||||
<h2><a href='https://friendi.ca' target='_new'>Friendica</a> projektets samling af git depoter.</h2>
|
||||
{{else}}
|
||||
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
|
||||
{{end}}
|
||||
|
|
@ -538,6 +540,44 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{else if eq .Lang "da-DK"}}
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<i class="octicon octicon-rocket"></i> Nem at installere
|
||||
</h1>
|
||||
<p class="large">
|
||||
Det eneste du skal bruge er PHP og en MySQL database. Installation kan foregå via filupload, git eller docker.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<i class="octicon octicon-code"></i> Fri software
|
||||
</h1>
|
||||
<p class="large">
|
||||
Friendica er fri software, licenseret i henhold til AGPLv3 (eller senere). Den fulde kildekode er hostet på <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Slut dig til os ved at bidrage og gøre dette projekt endnu bedre. Vær ikke bange for at <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>blive en bidragsyder</a>!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<i class="octicon octicon-globe"></i> Decentralisering
|
||||
</h1>
|
||||
<p class="large">
|
||||
Decentralized architecture with no central authority or ownership. Relationships can be made across any compatible system, creating a network of Internet scale made up of smaller sites. Seamless wall-to-wall posts and remote comments, even across different network nodes.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<i class="octicon octicon-organization"></i> Interoperabilitet
|
||||
</h1>
|
||||
<p class="large">
|
||||
Friendica har indbygget understøttelse for protokollerne ActivityPub (fx Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (fx GNU social) og diaspora* (fx diaspora*). Med yderligere tilføjelser kan du forbinde til flere netværk som pump.io, Twitter og flere.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{else}}
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="eight wide center column">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue