mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
8 lines
190 B
PHP
8 lines
190 B
PHP
|
|
<?php $TRANSLATIONS = array(
|
||
|
|
"Help" => "Palīdzība",
|
||
|
|
"Personal" => "Personīgi",
|
||
|
|
"Settings" => "Iestatījumi",
|
||
|
|
"Users" => "Lietotāji",
|
||
|
|
"Authentication error" => "Ielogošanās kļūme"
|
||
|
|
);
|