nextcloud/apps/files_sharing/l10n/id.php

19 lines
823 B
PHP
Raw Normal View History

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-06-01 09:55:19 +04:00
"Shared by" => "Dibagikan oleh",
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-06-01 09:55:19 +04:00
"Name" => "Nama",
2014-01-08 10:55:41 +04:00
"Sorry, this link doesnt 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.",
2014-05-04 09:56:15 +04:00
"Download" => "Unduh",
2014-06-14 09:55:24 +04:00
"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;";