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

id.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf35b79240ad702996fb1325cf3425cd4cd00270 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php $TRANSLATIONS = array(
"OpenID Changed" => "OpenID telah dirubah",
"Invalid request" => "Permintaan tidak valid",
"Language changed" => "Bahasa telah diganti",
"__language_name__" => "__language_name__",
"Log" => "Log",
"More" => "Lebih",
"Add your App" => "Tambahkan App anda",
"Select an App" => "Pilih satu aplikasi",
"-licensed" => "-terlisensi",
"by" => "oleh",
"Documentation" => "Dokumentasi",
"Managing Big Files" => "Mengelola berkas besar",
"Ask a question" => "Ajukan pertanyaan",
"Problems connecting to help database." => "Bermasalah saat menghubungi database bantuan.",
"Go there manually." => "Pergi kesana secara manual.",
"Answer" => "Jawab",
"You use" => "Anda menggunakan",
"of the available" => "dari yang tersedia",
"Desktop and Mobile Syncing Clients" => "Klien sync Desktop dan Mobile",
"Download" => "Unduh",
"Your password got changed" => "Password anda telah dirubah",
"Unable to change your password" => "Tidak dapat merubah password anda",
"Current password" => "Password saat ini",
"New password" => "Password baru",
"show" => "perlihatkan",
"Change password" => "Rubah password",
"Email" => "Email",
"Your email address" => "Alamat email anda",
"Fill in an email address to enable password recovery" => "Masukkan alamat email untuk mengaktifkan pemulihan password",
"Language" => "Bahasa",
"Help translate" => "Bantu menerjemahkan",
"use this address to connect to your ownCloud in your file manager" => "gunakan alamat ini untuk terhubung dengan ownCloud anda dalam file manager anda",
"Name" => "Nama",
"Password" => "Password",
"Groups" => "Group",
"Create" => "Buat",
"Default Quota" => "Kuota default",
"Other" => "Lain-lain",
"Quota" => "Quota",
"Delete" => "Hapus"
);