Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/id.php')
-rw-r--r--apps/files_sharing/l10n/id.php40
1 files changed, 0 insertions, 40 deletions
diff --git a/apps/files_sharing/l10n/id.php b/apps/files_sharing/l10n/id.php
deleted file mode 100644
index 10ff3cf0530..00000000000
--- a/apps/files_sharing/l10n/id.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Server to server sharing is not enabled on this server" => "Berbagi server ke server tidak diaktifkan pada server ini",
-"The mountpoint name contains invalid characters." => "Nama titik kait berisi karakter yang tidak sah.",
-"Invalid or untrusted SSL certificate" => "Sertifikast SSL tidak sah atau tidak terpercaya",
-"Couldn't add remote share" => "Tidak dapat menambahkan berbagi remote",
-"Shared with you" => "Dibagikan dengan Anda",
-"Shared with others" => "Dibagikan dengan lainnya",
-"Shared by link" => "Dibagikan dengan tautan",
-"No files have been shared with you yet." => "Tidak ada berkas yang dibagikan kepada Anda.",
-"You haven't shared any files yet." => "Anda belum berbagi berkas apapun.",
-"You haven't shared any files by link yet." => "Anda belum berbagi berkas dengan tautan satupun.",
-"Do you want to add the remote share {name} from {owner}@{remote}?" => "Apakah Anda ingin menambahkan berbagi remote {name} dari {owner}@{remote}?",
-"Remote share" => "Berbagi remote",
-"Remote share password" => "Sandi berbagi remote",
-"Cancel" => "Batal",
-"Add remote share" => "Tambah berbagi remote",
-"No ownCloud installation found at {remote}" => "Tidak ada instalasi ownCloud yang ditemukan di {remote}",
-"Invalid ownCloud url" => "URL ownCloud tidak sah",
-"Shared by" => "Dibagikan oleh",
-"This share is password-protected" => "Berbagi ini dilindungi sandi",
-"The password is wrong. Try again." => "Sandi salah. Coba lagi",
-"Password" => "Sandi",
-"Name" => "Nama",
-"Share time" => "Bagikan waktu",
-"Sorry, this link doesn’t seem to work anymore." => "Maaf, tautan ini tampaknya tidak berfungsi lagi.",
-"Reasons might be:" => "Alasan yang 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.",
-"Add to your ownCloud" => "Tambahkan ke ownCloud Anda",
-"Download" => "Unduh",
-"Download %s" => "Unduh %s",
-"Direct link" => "Tautan langsung",
-"Remote Shares" => "Berbagi Remote",
-"Allow other instances to mount public links shared from this server" => "Izinkan instansi lain untuk mengaitkan tautan publik untuk dibagikan dari server ini",
-"Allow users to mount public link shares" => "Izinkan pengguna untuk mengaitkan tautan berbagi publik"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";