Эх сурвалжийг харах

Correct the tabbing by replacing the spaces with tabs. Replace some of the single quotes with double qoutes and keep the fr-ca translations.

Mark Crane 12 жил өмнө
parent
commit
7e6e5d3010
1 өөрчлөгдсөн 120 нэмэгдсэн , 120 устгасан
  1. 120 120
      app_config.php

+ 120 - 120
app_config.php

@@ -13,7 +13,7 @@
 		$apps[$x]['description']['de-ch'] = '';
 		$apps[$x]['description']['de-at'] = '';
 		$apps[$x]['description']['fr-fr'] = "Place pour stocker les information des contacts, personnes ou organizations.";
-		$apps[$x]['description']['fr-ca'] = '';
+		$apps[$x]['description']['fr-ca'] = "C'est un endroit pour posser information des contacts, personnes ou organizations.";
 		$apps[$x]['description']['fr-ch'] = '';
 		$apps[$x]['description']['pt-pt'] = 'Fornece um local para armazenar informações de contato para indivíduos e organizações.';
 		$apps[$x]['description']['pt-br'] = '';
@@ -38,87 +38,87 @@
 		$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
 
 	//permission details
-                $y = 0;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_view';
-                $apps[$x]['permissions'][$y]['menu']['uuid'] = 'f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_add';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_edit';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_delete';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_address_view';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_address_add';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_address_edit';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_address_delete';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_phone_view';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_phone_add';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_phone_edit';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_phone_delete';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_note_view';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_note_add';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_note_edit';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_note_delete';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_group_view';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_group_add';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_group_edit';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
-                $y++;
-                $apps[$x]['permissions'][$y]['name'] = 'contact_group_delete';
-                $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
-                $apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y = 0;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_view';
+		$apps[$x]['permissions'][$y]['menu']['uuid'] = 'f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_add';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_edit';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_delete';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_address_view';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_address_add';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_address_edit';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_address_delete';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_phone_view';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_phone_add';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_phone_edit';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_phone_delete';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_note_view';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_note_add';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_note_edit';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_note_delete';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_group_view';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_group_add';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_group_edit';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'contact_group_delete';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$apps[$x]['permissions'][$y]['groups'][] = 'admin';
 
 	//schema details
 		$y = 0; //table array index
@@ -152,14 +152,14 @@
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
 		$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
 		$z++;
-		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_parent_uuid'; 		
-		$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; 		
-		$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; 		
-		$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; 		
-		$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; 		
-		$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts'; 		
-		$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid'; 		
-	 	$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; 		
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_parent_uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_type';
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
@@ -391,34 +391,34 @@
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
 		$z++;
 
-                $y = 4; //table array index
-                $apps[$x]['db'][$y]['table'] = 'v_contact_groups';
-                $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_groups_uuid';
-                $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
-                $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
-                $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
-                $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
-                $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
-                $z++;
-                $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
-                $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
-                $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
-                $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
-                $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
-                $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
-                $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
-                $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
-                $z++;
-                $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_uuid';
-                $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
-                $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
-                $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
-                $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
-                $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts';
-                $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid';
-                $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
-                $z++;
-                $apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_name';
-                $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
-                $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
+		$y = 4; //table array index
+		$apps[$x]['db'][$y]['table'] = 'v_contact_groups';
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_groups_uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
+		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
+		$z++;
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
+		$z++;
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
+		$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts';
+		$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid';
+		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
+		$z++;
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_name';
+		$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
+		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
 ?>