diff options
Diffstat (limited to 'apps/files_sharing/l10n/id.php')
-rw-r--r-- | apps/files_sharing/l10n/id.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/id.php b/apps/files_sharing/l10n/id.php index cc6e591834c..a4d73bd2b75 100644 --- a/apps/files_sharing/l10n/id.php +++ b/apps/files_sharing/l10n/id.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "Sandi", "Submit" => "Kirim", "%s shared the folder %s with you" => "%s membagikan folder %s dengan Anda", @@ -8,3 +9,4 @@ "Cancel upload" => "Batal pengunggahan", "No preview available for" => "Tidak ada pratinjau tersedia untuk" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |