summaryrefslogtreecommitdiffstats
path: root/core/l10n/tr.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/tr.php')
-rw-r--r--core/l10n/tr.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/tr.php b/core/l10n/tr.php
index 063690d0e1f..eb9a0a60f03 100644
--- a/core/l10n/tr.php
+++ b/core/l10n/tr.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"%s shared »%s« with you" => "%s sizinle »%s« paylaşımında bulundu",
"Category type not provided." => "Kategori türü desteklenmemektedir.",
"No category to add?" => "Eklenecek kategori yok?",
@@ -138,3 +139,4 @@
"next" => "sonraki",
"Updating ownCloud to version %s, this may take a while." => "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir."
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";