mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
5 lines
93 B
PHP
5 lines
93 B
PHP
|
|
<?php $TRANSLATIONS = array(
|
||
|
|
"Settings" => "asetukset",
|
||
|
|
"Username" => "Käyttäjätunnus"
|
||
|
|
);
|