id.js 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "Memuat pratinjau",
  5. "Saved" : "Disimpan",
  6. "Admin" : "Admin",
  7. "a safe home for all your data" : "rumah yang aman untuk semua datamu",
  8. "The given name is too long" : "Pemberian nama terlalu panjang",
  9. "The given web address is too long" : "Pemberian alamat web terlalu panjang",
  10. "The given slogan is too long" : "Pemberian slogan terlalu panjang",
  11. "The file was uploaded" : "Berkas terunggah",
  12. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Berkas terunggah melampau parameter upload_max_filesize pada php.ini",
  13. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir HTML.",
  14. "The file was only partially uploaded" : "Berkas hanya sebagian terunggah",
  15. "No file was uploaded" : "Tidak ada berkas yang diunggah",
  16. "Missing a temporary folder" : "Folder sementara tidak ada",
  17. "Could not write file to disk" : "Tidak dapat menulis berkas ke disk",
  18. "A PHP extension stopped the file upload" : "Ekstensi PHP menghentikan proses unggah berkas",
  19. "No file uploaded" : "Tidak ada file diunggah",
  20. "Unsupported image type" : "Tipe gambar tidak bisa diterima",
  21. "Theming" : "Tema",
  22. "Open documentation" : "Buka dokumentasi",
  23. "Name" : "Nama",
  24. "Slogan" : "Slogan",
  25. "Color" : "Warna",
  26. "Logo" : "Logo",
  27. "Upload new logo" : "Unggah Logo baru",
  28. "Login image" : "Gambar ketika masuk",
  29. "Advanced options" : "Opsi lanjutan"
  30. },
  31. "nplurals=1; plural=0;");