From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/designer/lib/lang/id_form_show.lng | 37 ++++++++++++++++++------------------- 1 files changed, 18 insertions(+), 19 deletions(-) diff --git a/interface/web/designer/lib/lang/id_form_show.lng b/interface/web/designer/lib/lang/id_form_show.lng index 87c6f04..0e05e51 100644 --- a/interface/web/designer/lib/lang/id_form_show.lng +++ b/interface/web/designer/lib/lang/id_form_show.lng @@ -1,19 +1,18 @@ -<?php -$wb['header_txt'] = 'Penyunting Form'; -$wb['title_txt'] = 'Judul Form'; -$wb['name_txt'] = 'Nama Form'; -$wb['delete_txt'] = 'Hapus'; -$wb['properties_txt'] = 'Properti'; -$wb['new_tab_txt'] = 'Tab Baru'; -$wb['edit_txt'] = 'Sunting'; -$wb['new_txt'] = 'Baru'; -$wb['up_txt'] = '^'; -$wb['down_txt'] = 'v'; -$wb['module_txt'] = 'Modul'; -$wb['form_txt'] = 'Form'; -$wb['description_txt'] = 'Keterangan'; -$wb['module_del_txt'] = 'Hapus modul dan seluruh sub direktori?'; -$wb['menu_del_txt'] = 'Hapus menu dengan seluruh menuitem?'; -$wb['item_del_txt'] = 'Hapus menuitem?'; -?> - +<?php +$wb['header_txt'] = 'Penyunting Form'; +$wb['title_txt'] = 'Judul Form'; +$wb['name_txt'] = 'Nama Form'; +$wb['delete_txt'] = 'Hapus'; +$wb['properties_txt'] = 'Properti'; +$wb['new_tab_txt'] = 'Tab Baru'; +$wb['edit_txt'] = 'Sunting'; +$wb['new_txt'] = 'Baru'; +$wb['up_txt'] = '^'; +$wb['down_txt'] = 'v'; +$wb['module_txt'] = 'Modul'; +$wb['form_txt'] = 'Form'; +$wb['description_txt'] = 'Keterangan'; +$wb['module_del_txt'] = 'Hapus modul dan seluruh sub direktori?'; +$wb['menu_del_txt'] = 'Hapus menu dengan seluruh menuitem?'; +$wb['item_del_txt'] = 'Hapus menuitem?'; +?> -- Gitblit v1.9.1