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: 704804a535831c0fa3de5ea2cc08ed95442f6f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "%s'a Hoş Geldiniz",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Kendi kişisel web hizmetleriniz. Tümüyle sizin dosyalarınız, kişileriniz, takvimleriniz ve daha fazlası. Tümü bir yerde.",
"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=\"http://owncloud.org\">website</a>." => "<a target=\"_blank\" href=\"%s\">Belgelendirmede</a> ve <a target=\"_blank\" href=\"http://owncloud.org\">web sitemizde</a> daha fazla bilgi mevcuttur.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "ownCloud'ı beğendiyseniz,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud, dosyalarını eşitlemek ve paylaşmak için mükemmel bir araç. \n\t\tHemen http://owncloud.org adresinden ücretsiz alabilirsin.\">\n\t\tarkadaşlarınıza önerin</a>\n\tve <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">ownCloud'ı yayın</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";