mirror of
https://github.com/nextcloud/server.git
synced 2026-02-12 15:30:21 -05:00
7 lines
204 B
PHP
7 lines
204 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Help" => "सहयोग",
|
|
"Personal" => "यक्तिगत",
|
|
"Settings" => "सेटिंग्स",
|
|
"Users" => "उपयोगकर्ता",
|
|
"Apps" => "Apps"
|
|
);
|