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

id.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e141ea50e950c309d89e999b14ee2743816b3bb (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
OC.L10N.register(
    "mail",
    {
    "Auto detect failed. Please use manual mode." : "Deteksi otomatis gagal. Mohon gunakan modus manual.",
    "Creating account failed: " : "Gagal membuat akun:",
    "Mail" : "Email",
    "Name" : "Nama",
    "Password" : "Kata kunci",
    "None" : "Tidak ada",
    "SSL/TLS" : "SSL/TLS",
    "STARTTLS" : "STARTTLS",
    "SMTP Password" : "Kata sandi SMTP",
    "Save" : "Simpan",
    "Connect" : "Sambungkan",
    "Signature" : "Tanda",
    "Show keyboard shortcuts" : "Tampilkan pintasan papan kunci",
    "Upload attachment" : "Unggah lampiran",
    "Sending …" : "Mengirim ...",
    "Go back" : "Kembali",
    "Retry" : "Ulangi",
    "Message sent!" : "Kirim pesan!",
    "Send" : "Kirim",
    "Choose a file to add as attachment" : "Pilih berkas untuk ditambahkan sebagai lampiran",
    "Choose" : "Pilih",
    "Favorites" : "Disukai",
    "Other" : "Lainnya",
    "Unselect" : "Batal pilih",
    "Select" : "Pilih",
    "Move" : "Pindah",
    "Delete" : "Hapus",
    "Attachments" : "Lampiran",
    "Choose a folder to store the attachment in" : "Pilih folder untuk menyimpan lampiran didalamnya",
    "Settings" : "Setelan",
    "Quota" : "Kuota",
    "Saving" : "Menyimpan",
    "Remove account" : "Hapus akun",
    "Cancel" : "Membatalkan",
    "Mark all as read" : "Tandai semua telah dibaca",
    "Edit name" : "Edit nama",
    "Clear cache" : "Bersihkan cache",
    "Reply" : "Balas",
    "General" : "Umum",
    "User" : "Pengguna",
    "Host" : "Host",
    "Port" : "Port",
    "Keyboard shortcut" : "Pintasan keyboard",
    "Keyboard shortcuts" : "Pintasan keyboard",
    "Search" : "Cari",
    "Refresh" : "Segarkan",
    "All" : "Semua",
    "Archive" : "Arsip",
    "Drafts" : "Konsep",
    "All inboxes" : "Semua kotak masuk",
    "Inbox" : "Kotak masuk",
    "Junk" : "Sampah",
    "Sent" : "Kirim",
    "Trash" : "Tempat sampah",
    "{from}\n{subject}" : "{from}\n{subject}",
    "Error loading message" : "Terjadi kesalahan saat memuat pesan"
},
"nplurals=1; plural=0;");