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