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

pa.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 825a49aaea4305e771208f3e96a7bb46d2fbc403 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Error" => "ਗਲਤੀ",
"Delete" => "ਹਟਾਓ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";