mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
6 lines
127 B
PHP
6 lines
127 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"__language_name__" => "Deutsch (Österreich)"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|