summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/tr.js1
-rw-r--r--settings/l10n/tr.json1
-rw-r--r--settings/templates/personal.php6
3 files changed, 5 insertions, 3 deletions
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index 7514577afde..8013439c267 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -84,6 +84,7 @@ OC.L10N.register(
"Uninstall" : "Kaldır",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Uygulama etkinleştirildi fakat güncellenmesi gerekiyor. 5 saniye içinde güncelleme sayfasına yönlendirileceksiniz.",
"App update" : "Uygulama güncellemesi",
+ "No apps found for {query}" : "sorgulayabilmeniz için hiçbir uygulama bulunmamakta",
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Bir hata oluştu. Lütfen ASCII-kodlanmış PEM sertifikasını yükleyin.",
"Valid until {date}" : "{date} tarihine kadar geçerli",
"Delete" : "Sil",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index 863533a4ed8..753d22ef65c 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -82,6 +82,7 @@
"Uninstall" : "Kaldır",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Uygulama etkinleştirildi fakat güncellenmesi gerekiyor. 5 saniye içinde güncelleme sayfasına yönlendirileceksiniz.",
"App update" : "Uygulama güncellemesi",
+ "No apps found for {query}" : "sorgulayabilmeniz için hiçbir uygulama bulunmamakta",
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Bir hata oluştu. Lütfen ASCII-kodlanmış PEM sertifikasını yükleyin.",
"Valid until {date}" : "{date} tarihine kadar geçerli",
"Delete" : "Sil",
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 302feddcb42..29bf240e7e3 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -170,15 +170,15 @@ if($_['passwordChangeSupported']) {
<div id="clientsbox" class="section clientsbox">
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
<a href="<?php p($_['clients']['desktop']); ?>" rel="noreferrer" target="_blank">
- <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.svg')); ?>"
+ <img src="<?php print_unescaped(image_path('core', 'desktopapp.svg')); ?>"
alt="<?php p($l->t('Desktop client'));?>" />
</a>
<a href="<?php p($_['clients']['android']); ?>" rel="noreferrer" target="_blank">
- <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'googleplay.png')); ?>"
+ <img src="<?php print_unescaped(image_path('core', 'googleplay.png')); ?>"
alt="<?php p($l->t('Android app'));?>" />
</a>
<a href="<?php p($_['clients']['ios']); ?>" rel="noreferrer" target="_blank">
- <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.svg')); ?>"
+ <img src="<?php print_unescaped(image_path('core', 'appstore.svg')); ?>"
alt="<?php p($l->t('iOS app'));?>" />
</a>