summaryrefslogtreecommitdiffstats
path: root/templates/explore
Commit message (Expand)AuthorAgeFilesLines
* minor fixes on #1551Unknwon2015-09-012-20/+35
* use localization stringMichael Peppler2015-08-311-1/+1
* new explore UIMichael Peppler2015-08-312-33/+40
* Fix HTML indentationDhuan2015-04-181-17/+17
* Display author's name on explore pageDhuan2015-04-181-2/+4
* Add suburl supportUnknwon2014-09-192-2/+2
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-182-2/+2
* Fix #348Unknwon2014-09-052-0/+33
_formating Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/l10n/de_AT.json
blob: da5c7feaad29302a6b5e0d768af0b00f24e59396 (plain)
1
2
3
4
5
6
7
8
9
10
{ "translations": {
    "Help" : "Hilfe",
    "Personal" : "Persönlich",
    "Settings" : "Einstellungen",
    "_%n minute ago_::_%n minutes ago_" : ["",""],
    "_%n hour ago_::_%n hours ago_" : ["",""],
    "_%n day go_::_%n days ago_" : ["",""],
    "_%n month ago_::_%n months ago_" : ["",""]
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}