The removed comments are included in MessagesQqq.php togehter with a lot more documentation Add a link to translatewiki.net too to show users the way to improve translations.
19 lines
332 B
PHP
19 lines
332 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 Revolus
|
|
*/
|
|
|
|
$fallback = 'de';
|
|
|
|
$messages = array(
|
|
# Dates
|
|
'january' => 'Jänner',
|
|
|
|
);
|