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

tr.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abf927c8f3a4cc128d8a0ee9da2a68e09689cc9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Kendi şartlarınızla herhangi bir cihazdan dosyalarınızı, takvim etkinliklerinizi, irtibatlarınızı, e-postalarınızı ve daha birçok şeyi paylaşın ve erişin",
"Get the apps to sync your files" => "Dosyalarınızı eşitlemek için uygulamaları indirin",
"Desktop client" => "Masaüstü istemcisi",
"Android app" => "Android uygulaması",
"iOS app" => "iOS uygulaması",
"Connect your desktop apps to %s" => "Masaüstü uygulamalarınızı %s'a bağlayın",
"Connect your Calendar" => "Takviminizi bağlayın",
"Connect your Contacts" => "Kişilerinizi bağlayın",
"Documentation" => "Belgelendirme",
"Access files via WebDAV" => "WebDAV ile dosyalarınıza erişin",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"%s\">website</a>." => "Daha fazla bilgiyi <a target=\"_blank\" href=\"%s\">belgelendirmelerimizde</a> ve <a target=\"_blank\" href=\"%s\">internet adresimizde</a> bulabilirsiniz.",
"If you like Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud is a great open software to sync and share your files.\n\t\tYou can freely get it from https://nextcloud.com\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">contribute back</a>!" => "Nextcloud hoşunuza gittiyse,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud is a great open software to sync and share your files.\n\t\tYou can freely get it from https://nextcloud.com\">\n\t\tarkadaşlarınıza önerin</a>\n\tve <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">katkıda bulunun</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";