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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/tr.php')
-rw-r--r--l10n/tr.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/tr.php b/l10n/tr.php
index bbc3c740..1cde3c63 100644
--- a/l10n/tr.php
+++ b/l10n/tr.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?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",
@@ -10,3 +11,4 @@
"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 site</a>mizde daha fazla bilgi mevcuttur.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Eğer ownCloud'u beğendiyseniz <a href=\"mailto:?subject=ownCloud&body=ownCloud dosyalarını eşitlemek ve paylaşmak için mükemmel açık kaynaklı bir yazılım. Buradan ücretsiz indirebilirsin: http://owncloud.org\">arkadaşlarınıza önerin</a>!"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";