summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/autoloader.php4
-rw-r--r--lib/l10n/tr.js1
-rw-r--r--lib/l10n/tr.json1
3 files changed, 4 insertions, 2 deletions
diff --git a/lib/autoloader.php b/lib/autoloader.php
index 87a07f6da12..6a427848235 100644
--- a/lib/autoloader.php
+++ b/lib/autoloader.php
@@ -110,9 +110,9 @@ class Autoloader {
$split[1] = strtolower($split[1]);
if ($split[1] === 'core') {
- $paths[] = \OC::$SERVERROOT . '/core/' . strtolower(str_replace('\\', '/', $split[2])) . '.php';
+ // Covered by PSR-4 autoloader
} else if ($split[1] === 'settings') {
- $paths[] = \OC::$SERVERROOT . '/settings/' . strtolower(str_replace('\\', '/', $split[2])) . '.php';
+ // Covered by PSR-4 autoloader
} else {
$paths[] = \OC::$SERVERROOT . '/lib/private/' . $split[1] . '/' . strtolower(str_replace('\\', '/', $split[2])) . '.php';
}
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index 0751030e107..a829153eeef 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -60,6 +60,7 @@ OC.L10N.register(
"Archives of type %s are not supported" : "%s arşiv türü desteklenmiyor",
"Failed to open archive when installing app" : "Uygulama kurulurken arşiv dosyası açılamadı",
"App does not provide an info.xml file" : "Uygulama info.xml dosyası sağlamıyor",
+ "App cannot be installed because appinfo file cannot be read." : "uygulama yüklenemiyor çünkü appinfo dosyası okunamıyor.",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "İmza denetlenemedi. Lütfen uygulama yöneticisi ile iletişime geçin ve yönetici ekranınıza bakın.",
"App can't be installed because of not allowed code in the App" : "Uygulama, izin verilmeyen kodlar barındırdığından kurulamıyor",
"App can't be installed because it is not compatible with this version of ownCloud" : "ownCloud sürümünüz ile uyumsuz olduğu için uygulama kurulamıyor",
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index 09e0010836d..a5340ed3008 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -58,6 +58,7 @@
"Archives of type %s are not supported" : "%s arşiv türü desteklenmiyor",
"Failed to open archive when installing app" : "Uygulama kurulurken arşiv dosyası açılamadı",
"App does not provide an info.xml file" : "Uygulama info.xml dosyası sağlamıyor",
+ "App cannot be installed because appinfo file cannot be read." : "uygulama yüklenemiyor çünkü appinfo dosyası okunamıyor.",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "İmza denetlenemedi. Lütfen uygulama yöneticisi ile iletişime geçin ve yönetici ekranınıza bakın.",
"App can't be installed because of not allowed code in the App" : "Uygulama, izin verilmeyen kodlar barındırdığından kurulamıyor",
"App can't be installed because it is not compatible with this version of ownCloud" : "ownCloud sürümünüz ile uyumsuz olduğu için uygulama kurulamıyor",