2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Shared by {owner}" => "Dibagikan oleh {owner}",
|
2014-01-08 10:55:41 +04:00
|
|
|
|
"This share is password-protected" => "Berbagi ini dilindungi sandi",
|
|
|
|
|
"The password is wrong. Try again." => "Sandi salah. Coba lagi",
|
2013-04-10 04:09:39 +04:00
|
|
|
|
"Password" => "Sandi",
|
2014-01-08 10:55:41 +04:00
|
|
|
|
"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.",
|
|
|
|
|
"Direct link" => "Tautan langsung"
|
2012-10-21 04:06:44 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|