mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 01:52:08 -04:00
8 lines
246 B
PHP
8 lines
246 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Password" => "ਪਾਸਵਰ",
|
|
"Download" => "ਡਾਊਨਲੋਡ",
|
|
"Upload" => "ਅੱਪਲੋਡ",
|
|
"Cancel upload" => "ਅੱਪਲੋਡ ਰੱਦ ਕਰੋ"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|