mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
29 lines
581 B
PHP
29 lines
581 B
PHP
<?php
|
|
/** Austrian German (Österreichisches Deutsch)
|
|
*
|
|
* See MessagesQqq.php for message documentation incl. usage of parameters
|
|
* To improve a translation please visit http://translatewiki.net
|
|
*
|
|
* @ingroup Language
|
|
* @file
|
|
*
|
|
* @author Geitost
|
|
* @author Laximilian scoken
|
|
* @author Mucalexx
|
|
* @author Revolus
|
|
* @author Wdwd
|
|
* @author ✓
|
|
*/
|
|
|
|
$fallback = 'de';
|
|
|
|
$messages = array(
|
|
# Dates
|
|
'january' => 'Jänner',
|
|
'february' => 'Februar',
|
|
'december' => 'Dezember',
|
|
'january-gen' => 'Jänners',
|
|
'february-gen' => 'Februars',
|
|
'jan' => 'Jän',
|
|
|
|
);
|