diff options
author | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
commit | f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8 (patch) | |
tree | 458648cea405bcc2bd63c5840674689fe186e4be /apps/media/l10n/tr.php | |
parent | d23c9362d8ccb9b7e3a14bb0aea5daef25fee65c (diff) | |
download | nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.tar.gz nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.zip |
update translations
Diffstat (limited to 'apps/media/l10n/tr.php')
-rw-r--r-- | apps/media/l10n/tr.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/media/l10n/tr.php b/apps/media/l10n/tr.php new file mode 100644 index 00000000000..1eaf98145ac --- /dev/null +++ b/apps/media/l10n/tr.php @@ -0,0 +1,13 @@ +<?php $TRANSLATIONS = array( +"Music" => "Müzik", +"Play" => "Oynat", +"Pause" => "Beklet", +"Previous" => "Önceki", +"Next" => "Sonraki", +"Mute" => "Sesi kapat", +"Unmute" => "Sesi aç", +"Rescan Collection" => "Koleksiyonu Tara", +"Artist" => "Sanatç", +"Album" => "Albüm", +"Title" => "Başlık" +); |