mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
9 lines
258 B
PHP
9 lines
258 B
PHP
|
|
<?php $TRANSLATIONS = array(
|
||
|
|
"Help" => "Помоћ",
|
||
|
|
"Personal" => "Лично",
|
||
|
|
"Settings" => "Подешавања",
|
||
|
|
"Users" => "Корисници",
|
||
|
|
"Authentication error" => "Грешка при аутентификацији",
|
||
|
|
"Text" => "Текст"
|
||
|
|
);
|