Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pa.php « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55af52a45478a633f6620a0c9db2d276c0e84de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Unknown error" => "ਅਣਜਾਣ ਗਲਤੀ",
"Files" => "ਫਾਇਲਾਂ",
"Share" => "ਸਾਂਝਾ ਕਰੋ",
"Delete" => "ਹਟਾਓ",
"Rename" => "ਨਾਂ ਬਦਲੋ",
"Error" => "ਗਲਤੀ",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Download" => "ਡਾਊਨਲੋਡ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";