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: 0c5e4bf06b917d35141969784f86d80eaad53795 (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
<?php $TRANSLATIONS = array(
"Authentication error" => "Otentikasi bermasalah",
"OpenID Changed" => "OpenID telah dirubah",
"Invalid request" => "Permintaan tidak valid",
"Language changed" => "Bahasa telah diganti",
"Problems connecting to help database." => "Bermasalah saat menghubungi database bantuan.",
"Go there manually." => "Pergi kesana secara manual.",
"Answer" => "Jawab",
"Ask a question" => "Ajukan pertanyaan",
"Select an App" => "Pilih satu aplikasi",
"-licensed" => "-terlisensi",
"by" => "oleh",
"You use" => "Anda menggunakan",
"of the available" => "dari yang tersedia",
"Your password got changed" => "Password anda telah dirubah",
"Current password" => "Password saat ini",
"New password" => "Password baru",
"show" => "perlihatkan",
"Change password" => "Rubah password",
"Language" => "Bahasa",
"Help translating" => "Bantu terjemahkan",
"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",
"Delete" => "Hapus"
);