mirror of
https://github.com/nextcloud/server.git
synced 2026-03-11 10:51:43 -04:00
7 lines
146 B
PHP
7 lines
146 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Groups" => "Grops",
|
|
"Users" => "Usancièrs",
|
|
"Delete" => "Escafa"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|