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

ku_IQ.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 097f8d3199c4e0329a3592548a3687f4cd337db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Location" => "شوێن",
"Username" => "ناوی به‌کارهێنه‌ر",
"Password" => "وشەی تێپەربو",
"Share" => "هاوبەشی کردن",
"URL" => "ناونیشانی به‌سته‌ر",
"Name" => "ناو",
"Folder name" => "ناوی بوخچه"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";