mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
7 lines
176 B
PHP
7 lines
176 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Help" => "Помош",
|
|
"Personal" => "Лично",
|
|
"Settings" => "Параметри",
|
|
"Users" => "Корисници",
|
|
"Text" => "Текст"
|
|
);
|