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: 52a07c200fabb570ddcb53bdfa810fe6a97547d5 (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
<?php $TRANSLATIONS = array(
"Authentication error" => "autentikasi bermasalah",
"Email saved" => "Email tersimpan",
"Invalid email" => "Email tidak sah",
"Language changed" => "Bahasa telah diganti",
"Invalid request" => "Permintaan tidak valid",
"Disable" => "NonAktifkan",
"Enable" => "Aktifkan",
"Error" => "kesalahan",
"Saving..." => "Menyimpan...",
"Groups" => "Group",
"Group Admin" => "Admin Grup",
"Delete" => "Hapus",
"__language_name__" => "__language_name__",
"Add your App" => "Tambahkan App anda",
"Select an App" => "Pilih satu aplikasi",
"See application page at apps.owncloud.com" => "Lihat halaman aplikasi di apps.owncloud.com",
"Update" => "Pembaruan",
"Password" => "Password",
"Unable to change your password" => "Tidak dapat merubah password anda",
"Current password" => "Password saat ini",
"New password" => "kata kunci baru",
"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",
"Create" => "Buat",
"Other" => "Lain-lain"
);