mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 18:49:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			87 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			87 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
|   | <?php | ||
|  | 
 | ||
|  | return array( | ||
|  | 	'Cookies' => 'Cookies', | ||
|  | 	'Chocolate' => 'Chocolate', | ||
|  | 	'Pantry' => 'Pantry', | ||
|  | 	'Candy cupboard' => 'Candy cupboard', | ||
|  | 	'Tinned food cupboard' => 'Tinned food cupboard', | ||
|  | 	'Fridge' => 'Fridge', | ||
|  | 	'Piece' => 'Piece', | ||
|  | 	'Pieces' => 'Pieces', | ||
|  | 	'Pack' => 'Pack', | ||
|  | 	'Packs' => 'Packs', | ||
|  | 	'Glass' => 'Glass', | ||
|  | 	'Glasses' => 'Glasses', | ||
|  | 	'Tin' => 'Tin', | ||
|  | 	'Tins' => 'Tins', | ||
|  | 	'Can' => 'Can', | ||
|  | 	'Cans' => 'Cans', | ||
|  | 	'Bunch' => 'Bunch', | ||
|  | 	'Bunches' => 'Bunches', | ||
|  | 	'Gummy bears' => 'Gummy bears', | ||
|  | 	'Crisps' => 'Crisps', | ||
|  | 	'Eggs' => 'Eggs', | ||
|  | 	'Noodles' => 'Noodles', | ||
|  | 	'Pickles' => 'Pickles', | ||
|  | 	'Gulash soup' => 'Gulash soup', | ||
|  | 	'Yogurt' => 'Yogurt', | ||
|  | 	'Cheese' => 'Cheese', | ||
|  | 	'Cold cuts' => 'Cold cuts', | ||
|  | 	'Paprika' => 'Paprika', | ||
|  | 	'Cucumber' => 'Cucumber', | ||
|  | 	'Radish' => 'Radish', | ||
|  | 	'Tomato' => 'Tomato', | ||
|  | 	'Changed towels in the bathroom' => 'Changed towels in the bathroom', | ||
|  | 	'Cleaned the kitchen floor' => 'Cleaned the kitchen floor', | ||
|  | 	'Warranty ends' => 'Warranty ends', | ||
|  | 	'TV remote control' => 'TV remote control', | ||
|  | 	'Alarm clock' => 'Alarm clock', | ||
|  | 	'Heat remote control' => 'Heat remote control', | ||
|  | 	'Lawn mowed in the garden' => 'Lawn mowed in the garden', | ||
|  | 	'Some good snacks' => 'Some good snacks', | ||
|  | 	'Pizza dough' => 'Pizza dough', | ||
|  | 	'Sieved tomatoes' => 'Sieved tomatoes', | ||
|  | 	'Salami' => 'Salami', | ||
|  | 	'Toast' => 'Toast', | ||
|  | 	'Minced meat' => 'Minced meat', | ||
|  | 	'Pizza' => 'Pizza', | ||
|  | 	'Spaghetti bolognese' => 'Spaghetti bolognese', | ||
|  | 	'Sandwiches' => 'Sandwiches', | ||
|  | 	'English' => 'English', | ||
|  | 	'German' => 'German', | ||
|  | 	'Italian' => 'Italian', | ||
|  | 	'Demo in different language' => 'Demo in different language', | ||
|  | 	'This is the note content of the recipe ingredient' => 'This is the note content of the recipe ingredient', | ||
|  | 	'Demo User' => 'Demo User', | ||
|  | 	'Gram' => 'Gram', | ||
|  | 	'Grams' => 'Grams', | ||
|  | 	'Flour' => 'Flour', | ||
|  | 	'Pancakes' => 'Pancakes', | ||
|  | 	'Sugar' => 'Sugar', | ||
|  | 	'Home' => 'Home', | ||
|  | 	'Life' => 'Life', | ||
|  | 	'Projects' => 'Projects', | ||
|  | 	'Repair the garage door' => 'Repair the garage door', | ||
|  | 	'Fork and improve grocy' => 'Fork and improve grocy', | ||
|  | 	'Find a solution for what to do when I forget the door keys' => 'Find a solution for what to do when I forget the door keys', | ||
|  | 	'Sweets' => 'Sweets', | ||
|  | 	'Bakery products' => 'Bakery products', | ||
|  | 	'Tinned food' => 'Tinned food', | ||
|  | 	'Butchery products' => 'Butchery products', | ||
|  | 	'Vegetables/Fruits' => 'Vegetables/Fruits', | ||
|  | 	'Refrigerated products' => 'Refrigerated products', | ||
|  | 	'Coffee machine' => 'Coffee machine', | ||
|  | 	'Dishwasher' => 'Dishwasher', | ||
|  | 	'Liter' => 'Liter', | ||
|  | 	'Liters' => 'Liters', | ||
|  | 	'Bottle' => 'Bottle', | ||
|  | 	'Bottles' => 'Bottles', | ||
|  | 	'Milk' => 'Milk', | ||
|  | 	'Chocolate sauce' => 'Chocolate sauce', | ||
|  | 	'Milliliters' => 'Milliliters', | ||
|  | 	'Milliliter' => 'Milliliter', | ||
|  | 	'Bottom' => 'Bottom', | ||
|  | 	'Topping' => 'Topping' | ||
|  | ); |