mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 01:52:08 -04:00
6 lines
150 B
PHP
6 lines
150 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Password" => "पासवर्ड",
|
|
"Upload" => "अपलोड "
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|