21 lines
1005 B
PHP
21 lines
1005 B
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"This share is password-protected" => "Berbagi ini dilindungi sandi",
|
||
"The password is wrong. Try again." => "Sandi salah. Coba lagi",
|
||
"Password" => "Sandi",
|
||
"Sorry, this link doesn’t seem to work anymore." => "Maaf, tautan ini tampaknya tidak berfungsi lagi.",
|
||
"Reasons might be:" => "Alasan mungkin:",
|
||
"the item was removed" => "item telah dihapus",
|
||
"the link expired" => "tautan telah kadaluarsa",
|
||
"sharing is disabled" => "berbagi dinonaktifkan",
|
||
"For more info, please ask the person who sent this link." => "Untuk info lebih lanjut, silakan tanyakan orang yang mengirim tautan ini.",
|
||
"%s shared the folder %s with you" => "%s membagikan folder %s dengan Anda",
|
||
"%s shared the file %s with you" => "%s membagikan berkas %s dengan Anda",
|
||
"Download" => "Unduh",
|
||
"Upload" => "Unggah",
|
||
"Cancel upload" => "Batal unggah",
|
||
"No preview available for" => "Tidak ada pratinjau yang tersedia untuk",
|
||
"Direct link" => "Tautan langsung"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|