summaryrefslogtreecommitdiffstats
path: root/lib/l10n/tr.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/tr.php')
-rw-r--r--lib/l10n/tr.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php
index 6325ad9886a..c3fc70c798c 100644
--- a/lib/l10n/tr.php
+++ b/lib/l10n/tr.php
@@ -1,9 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Help" => "Yardım",
"Personal" => "Kişisel",
"Settings" => "Ayarlar",
"Users" => "Kullanıcılar",
-"Apps" => "Uygulamalar",
"Admin" => "Yönetici",
"web services under your control" => "Bilgileriniz güvenli ve şifreli",
"ZIP download is turned off." => "ZIP indirmeleri kapatılmıştır.",
@@ -51,3 +51,4 @@
"years ago" => "yıl önce",
"Could not find category \"%s\"" => "\"%s\" kategorisi bulunamadı"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";