diff options
Diffstat (limited to 'apps/files/l10n/tr.php')
-rw-r--r-- | apps/files/l10n/tr.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index 6b479b580eb..351b23cb951 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s taşınamadı. Bu isimde dosya zaten var.", "Could not move %s" => "%s taşınamadı", "Unable to set upload directory." => "Yükleme dizini tanımlanamadı.", @@ -79,3 +80,4 @@ "files" => "dosyalar", "Upgrading filesystem cache..." => "Sistem dosyası önbelleği güncelleniyor" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |