Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lb.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8afd3f00d6099cebf8ebf2533fc3c8bc9df6eb94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "firstrunwizard",
    {
    "Copied!" : "Kopéiert!",
    "Not supported!" : "Nët ennerstëtzt!",
    "Press ⌘-C to copy." : "Dréck ⌘-C fir ze kopéieren.",
    "Press Ctrl-C to copy." : "Dréck CTRL-C fir ze kopéieren.",
    "About" : "Iwwer",
    "Get the apps to sync your files" : "D'Apps op Fichieren syncen",
    "Desktop client" : "Desktop-Programm",
    "Android app" : "Android-App",
    "iOS app" : "iOS-App",
    "Server address" : "Server-Adress",
    "Copy link" : "Link kopéieren",
    "Previous" : "Zeréck",
    "Next" : "Weider"
},
"nplurals=2; plural=(n != 1);");