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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/id.php')
-rw-r--r--l10n/id.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/l10n/id.php b/l10n/id.php
deleted file mode 100644
index a80e624..0000000
--- a/l10n/id.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"This file is too big to be opened. Please download the file instead." => "Berkas ini terlalu besar untuk dibuka. Sebagai gantinya, silakan unduh berkas ini.",
-"Cannot read the file." => "Tidak dapat membaca berkas.",
-"Invalid file path supplied." => "Lokasi berkas yang diberikan tidak sah.",
-"An internal server error occurred." => "Terjadi kesalahan server internal.",
-"Cannot save file as it has been modified since opening" => "Tidak dapat menyimpan berkas karena sudah diubah sejak dibuka",
-"Insufficient permissions" => "Izin tidak cukup",
-"File path not supplied" => "Lokasi berkas belum diberikan",
-"File mtime not supplied" => "Berkas mtime belum diberikan",
-"saving..." => "menyimpan...",
-"saved!" => "tersimpan!",
-"failed!" => "gagal!",
-"Saved" => "Disimpan",
-"There was a problem saving your changes. Click to resume editing." => "Terdapat masalah saat menyimpan perubahan. Klik untuk melanjutkan penyuntingan.",
-"An error occurred!" => "Terjadi kesalahan!",
-"Text file" => "Berkas teks",
-"New text file.txt" => "Teks baru file.txt"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";