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

sq.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2596e23862e040bc3c528204741ef8f2e40b8396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Përdorni & ndani me të tjerët kartelat tuaja, kalendarët, kontaktet, email-et & etj, nga cilado pajisje, sipas kushteve tuaja",
"Get the apps to sync your files" => "Merrni aplikacionet për njëkohësim të kartelave tuaja",
"Desktop client" => "Klient për desktop",
"Android app" => "Aplikacion Android",
"iOS app" => "Aplikacion iOS",
"Connect your desktop apps to %s" => "Lidhni aplikacionet tuaja për desktop me %s",
"Connect your Calendar" => "Lidhni Kalendarin tuaj",
"Connect your Contacts" => "Lidhni Kontaket tuaja",
"Documentation" => "Dokumentim",
"Access files via WebDAV" => "Hyni në kartela përmes WebDAV-it"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";