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