summaryrefslogtreecommitdiffstats
path: root/services/issue/main_test.go
blob: cbcfd08a497947b17a048e4a59559b0dfe46e428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2019 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

package issue

import (
	"path/filepath"
	"testing"

	"code.gitea.io/gitea/models/unittest"
)

func TestMain(m *testing.M) {
	unittest.MainTest(m, filepath.Join("..", ".."))
}
ort/42172/stable26 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/is.js
blob: 0ef3945c353b41019977b2b723eb94fd9176b64d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "files_external",
    {
    "Please provide a valid Dropbox app key and secret." : "Gefðu upp virkan Dropbox lykil og leynikóða",
    "Location" : "Staðsetning",
    "Host" : "Netþjónn",
    "Username" : "Notendanafn",
    "Password" : "Lykilorð",
    "Share" : "Deila",
    "URL" : "URL",
    "Access granted" : "Aðgengi veitt",
    "Error configuring Dropbox storage" : "Villa við að setja upp Dropbox gagnasvæði",
    "Grant access" : "Veita aðgengi",
    "Error configuring Google Drive storage" : "Villa kom upp við að setja upp Google Drive gagnasvæði",
    "Personal" : "Um mig",
    "Name" : "Nafn",
    "External Storage" : "Ytri gagnageymsla",
    "Folder name" : "Nafn möppu",
    "Configuration" : "Uppsetning",
    "Delete" : "Eyða",
    "Enable User External Storage" : "Virkja ytra gagnasvæði notenda"
},
"nplurals=2; plural=(n != 1);");