nextcloud/apps/files_sharing/l10n/pa.php

9 lines
246 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "ਪਾਸਵਰ",
"Download" => "ਡਾਊਨਲੋਡ",
"Upload" => "ਅੱਪਲੋਡ",
"Cancel upload" => "ਅੱਪਲੋਡ ਰੱਦ ਕਰੋ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";