mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 23:55:54 -04:00
7 lines
173 B
PHP
7 lines
173 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Kata laluan",
|
|
"Submit" => "Hantar",
|
|
"Download" => "Muat turun",
|
|
"Upload" => "Muat naik",
|
|
"Cancel upload" => "Batal muat naik"
|
|
);
|