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

id.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: baffb20d5fc9fc81d236780ed906ea7a45a90542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Can not read the file." => "Tidak dapat membaca berkas.",
"Invalid file path supplied." => "Lokasi berkas yang diberikan tidak sah.",
"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",
"Save" => "Simpan",
"Search" => "Cari",
"Next" => "Selanjutnya",
"Clear" => "Bersihkan",
"Saving..." => "Menyimpan...",
"An error occurred!" => "Terjadi kesalahan!",
"There are unsaved changes in the text editor" => "Ada perubahan yang belum disimpan pada penyunting teks",
"There were unsaved changes, click here to go back" => "Ada perubahan yang belum tersimpan, klik di sini untuk kembali"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";