| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * config.php | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * Copyright (c) 2017 thegrumpydictator@gmail.com | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This file is part of Firefly III. | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * Firefly III is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation, either version 3 of the License, or | 
					
						
							|  |  |  |  * (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2016-10-05 06:52:15 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * Firefly III is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |  * along with Firefly III.  If not, see <http://www.gnu.org/licenses/>. | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  | declare(strict_types=1); | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2017-02-06 13:11:26 +01:00
										 |  |  |     'locale'          => 'de, Deutsch, de_DE, de_DE.utf8, de_DE.UTF-8', | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |     'month'           => '%B %Y', | 
					
						
							|  |  |  |     'month_and_day'   => '%e. %B %Y', | 
					
						
							|  |  |  |     'date_time'       => '%e %B %Y, @ %T', | 
					
						
							|  |  |  |     'specific_day'    => '%e. %B %Y', | 
					
						
							| 
									
										
										
										
											2016-11-18 01:41:01 +01:00
										 |  |  |     'week_in_year'    => 'Woche %W, %Y', | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |     'quarter_of_year' => '%B %Y', | 
					
						
							| 
									
										
										
										
											2016-11-18 01:41:01 +01:00
										 |  |  |     'year'            => '%Y', | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |     'half_year'       => '%B %Y', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-03 10:41:20 +02:00
										 |  |  | ]; |