mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 12:30:40 -05:00
9 lines
205 B
PHP
9 lines
205 B
PHP
|
|
<?php $TRANSLATIONS = array(
|
||
|
|
"Help" => "Pomoć",
|
||
|
|
"Personal" => "Lično",
|
||
|
|
"Settings" => "Podešavanja",
|
||
|
|
"Users" => "Korisnici",
|
||
|
|
"Authentication error" => "Greška pri autentifikaciji",
|
||
|
|
"Text" => "Tekst"
|
||
|
|
);
|