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

az.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48e17f3841ce87644104b9d5ae8dd13269dcde40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Get the apps to sync your files" => "Fayllarınızın sinxronizasiyası üçün proqramları götürün",
"Desktop client" => "Desktop client",
"Android app" => "Android proqramı",
"iOS app" => "iOS proqramı",
"Connect your desktop apps to %s" => "Desktop proqramınızı %s-ə qoşun",
"Connect your Calendar" => "Öz kalendarınıza qoşulun",
"Connect your Contacts" => "Əlaqələri qoşun",
"Documentation" => "Sənədlər",
"Access files via WebDAV" => "Fayllara WebDAV ilə yetki"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";