mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
6 lines
118 B
PHP
6 lines
118 B
PHP
|
|
<?php $TRANSLATIONS = array(
|
||
|
|
"Groups" => "Групе",
|
||
|
|
"Users" => "Корисници",
|
||
|
|
"Delete" => "Обриши"
|
||
|
|
);
|