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

ku_IQ.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4549dcea52c0bd895814c974fa5c770f8455e655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Enable" => "چالاککردن",
"Error" => "هه‌ڵه",
"Update" => "نوێکردنه‌وه",
"Saving..." => "پاشکه‌وتده‌کات...",
"Password" => "وشەی تێپەربو",
"New password" => "وشەی نهێنی نوێ",
"Email" => "ئیمه‌یل",
"Encryption" => "نهێنیکردن",
"Username" => "ناوی به‌کارهێنه‌ر"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";