1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/tr.php

16 lines
341 B
PHP
Raw Normal View History

2012-10-23 02:11:00 +02:00
<?php $TRANSLATIONS = array(
2012-11-02 00:03:14 +01:00
"Bookmarks" => "Yer İmleri",
2012-10-23 02:11:00 +02:00
"Tags" => "Etiketler",
2012-11-02 00:03:14 +01:00
"Warning" => "Uyarı",
2012-10-23 02:11:00 +02:00
"Close" => "Kapat",
"Save" => "Kaydet",
"Delete" => "Sil",
2012-11-08 00:03:47 +01:00
"Edit" => "Düzenle",
2012-10-23 02:11:00 +02:00
"Cancel" => "İptal",
2012-11-08 00:03:47 +01:00
"Read later" => "Sonra oku",
2012-10-23 02:11:00 +02:00
"Address" => "Adres",
2012-11-02 00:03:14 +01:00
"Settings" => "Ayarlar",
2012-11-04 00:03:02 +01:00
"Export" => "Dışa aktar",
"Import" => "İçe aktar"
2012-10-23 02:11:00 +02:00
);