mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 22:34:26 -05:00
6 lines
141 B
PHP
6 lines
141 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Settings" => "asetukset",
|
|
"Username" => "Käyttäjätunnus"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|