diff options
Diffstat (limited to 'settings/l10n/id.php')
-rw-r--r-- | settings/l10n/id.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/id.php b/settings/l10n/id.php index f832a85fbd4..6c3ad8b3e77 100644 --- a/settings/l10n/id.php +++ b/settings/l10n/id.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Tidak dapat memuat daftar dari App Store", "Authentication error" => "Galat saat autentikasi", "Unable to change display name" => "Tidak dapat mengubah nama tampilan", @@ -100,3 +101,4 @@ "set new password" => "setel sandi baru", "Default" => "Baku" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |