mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
5 lines
96 B
PHP
5 lines
96 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Groups" => "群組",
|
|
"Users" => "用戶",
|
|
"Delete" => "刪除"
|
|
);
|