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

id.php « l10n « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51dc4f992c907feee7016dd0d78fef046dba8f58 (plain)
1
2
3
4
5
6
7
8
9
10
<?php $TRANSLATIONS = array(
"Login failed!" => "Gagal masuk!",
"Username" => "Username",
"Password" => "Password",
"Advanced" => "Tingkat Lanjut",
"Finish setup" => "Selesaikan instalasi",
"prev" => "sebelum",
"next" => "selanjutnya",
"You are logged out." => "Anda telah keluar."
);