mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04: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);";
|