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: b4a6464557936eaec14980b293c46abd10b471b1 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "firstrunwizard",
    {
    "Get the apps to sync your files" : "D'Apps op Fichieren syncen",
    "Desktop client" : "Desktop-Programm",
    "Android app" : "Android-App",
    "iOS app" : "iOS-App"
},
"nplurals=2; plural=(n != 1);");