import org.aspectj.testing.Tester; import org.aspectj.testing.Tester; public class TestTesterFail { public static void main (String[] args) { Tester.event("1"); Tester.event("event 1"); new TestTesterFail().run(); Tester.checkAllEvents(); // does not include events Tester.checkEventsFromFile("TestTester.events"); // should fail if FNF } static { Tester.expectEvent("1"); Tester.expectEvent("2"); // fail here - misentered below Tester.expectEvent("3"); // fail here - expected but not found } public void run() { Tester.event("2 "); // Tester.event("event2"); // fail here - space Tester.check(false, "failure"); // fail here - explicitly Tester.checkEqual("1", "1 ", "failure"); // fail here - space Tester.checkEqual("", "1"); // fail here } } stinrainbow/json-schema'>3rdparty/justinrainbow/json-schema Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/theming/l10n/nb.json
blob: 2dfb84f1a15096eab99c1dc191d19b08c71883f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ "translations": {
    "Saved" : "Lagret",
    "Admin" : "Admin",
    "a safe home for all your data" : "et trygt hjem for alle dine data",
    "The given name is too long" : "Navnet er for langt",
    "The given web address is too long" : "Nettadressen er for lang",
    "The given slogan is too long" : "Slagordet er for langt",
    "The given color is invalid" : "Fargen er ugyldig",
    "No file uploaded" : "Ingen fil lastet opp",
    "Unsupported image type" : "Filtypen støttes ikke",
    "You are already using a custom theme" : "Du bruker allerede en egendefinert drakt",
    "Theming" : "Draktvalg",
    "Name" : "Navn",
    "reset to default" : "tilbakestill",
    "Web address" : "Nettadresse",
    "Web address https://…" : "Nettadresse https://",
    "Slogan" : "Slagord",
    "Color" : "Farge",
    "Logo" : "Logo",
    "Upload new logo" : "Last opp ny logo",
    "Login image" : "Innloggingsbilde",
    "Upload new login background" : "Last opp ny innloggingsbakgrunn",
    "Log in image" : "Innloggingsbilde"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}