diff options
Diffstat (limited to 'core/l10n/id.php')
-rw-r--r-- | core/l10n/id.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/l10n/id.php b/core/l10n/id.php index ad85dbec938..7c83fa42aae 100644 --- a/core/l10n/id.php +++ b/core/l10n/id.php @@ -1,8 +1,8 @@ <?php $TRANSLATIONS = array( +"Personal" => "Identitas", "Users" => "Pengguna", "Apps" => "Aplikasi", "Help" => "Bantuan", -"Personal" => "Identitas", "Login failed!" => "Gagal masuk!", "remember" => "selalu login", "Create an <strong>admin account</strong>" => "Buat sebuah <strong>akun admin</strong>", @@ -23,5 +23,6 @@ "prev" => "sebelum", "next" => "selanjutnya", "You are logged out." => "Anda telah keluar.", +"Log out" => "Keluar", "Settings" => "Setelan" ); |