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

ku_IQ.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b4b7e4ba9e33d54087c50472e642d4db74d1db8 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Password" => "وشەی تێپەربو",
"%s shared the folder %s with you" => "%s دابه‌شی کردووه‌ بوخچه‌ی %s له‌گه‌ڵ تۆ",
"%s shared the file %s with you" => "%s دابه‌شی کردووه‌ په‌ڕگه‌یی %s له‌گه‌ڵ تۆ",
"Download" => "داگرتن",
"Upload" => "بارکردن",
"No preview available for" => "هیچ پێشبینیه‌ك ئاماده‌ نیه بۆ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";