mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 03:50:37 -05:00
7 lines
190 B
PHP
7 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"
|
|
);
|