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: 2a0ca54def8bbe251a11213967604960a9c7e663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Invalid request" => "داواکارى نادروستە",
"Enable" => "چالاککردن",
"Encryption" => "نهێنیکردن",
"None" => "هیچ",
"Login" => "چوونەژوورەوە",
"Server address" => "ناونیشانی ڕاژه",
"by" => "له‌لایه‌ن",
"Password" => "وشەی تێپەربو",
"New password" => "وشەی نهێنی نوێ",
"Email" => "ئیمه‌یل",
"Cancel" => "لابردن",
"Login Name" => "چوونەژوورەوە",
"Username" => "ناوی به‌کارهێنه‌ر"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";