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

id.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 478f2f30b3ae7654b6a9a97617e731aab1243072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "firstrunwizard",
    {
    "Get the apps to sync your files" : "Dapatkan aplikasi untuk sinkronisasi berkas Anda",
    "Desktop client" : "Klien desktop",
    "Android app" : "Aplikasi Android",
    "iOS app" : "Aplikasi iOS",
    "Connect your desktop apps to %s" : "Hubungkan aplikasi desktop Anda ke %s",
    "Connect your Calendar" : "Hubungkan Kalender Anda",
    "Connect your Contacts" : "Hubungkan Kontak Anda",
    "Documentation" : "Dokumentasi",
    "Access files via WebDAV" : "Akses berkas via WebDAV",
    "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." : "Tersedia informasi lebih lanjut di <a target=\"_blank\" href=\"%s\">dokumentasi</a> dan di <a target=\"_blank\" href=\"http://owncloud.org\">situs web</a> kami."
},
"nplurals=1; plural=0;");