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

ur_PK.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff3eb3d11ca413d48ee22b236dc521cee8394220 (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Error" => "ایرر",
"Password" => "پاسورڈ",
"New password" => "نیا پاسورڈ",
"Username" => "یوزر نیم"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";