You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ErrorDescription.innerHTML="The page you are looking for was not found or the page does not exist 404 not found error.";
10
11
MainPage.innerHTML="LinuxUsersLinuxMint - Main page";
11
12
SupportPage.innerHTML="LinuxUsersLinuxMint - Support page";
12
13
console.error("LinuxUsersLinuxMint: 404 not found error. Sorry! The page or content you are trying to search for on this website may have been moved or deleted...");
13
-
alert("404 not found error");
14
+
alert("Sorry! The page or content you are looking for on this website may have been moved or deleted... Error code: 404");
14
15
document.title="LinuxUsersLinuxMint - 404 Not found";
15
16
}
16
17
elseif(lang.startsWith("tr")){
@@ -19,7 +20,7 @@ window.onload = function() {
19
20
MainPage.innerHTML="LinuxUsersLinuxMint - Ana sayfa";
20
21
SupportPage.innerHTML="LinuxUsersLinuxMint - Destek sayfası";
21
22
console.error("LinuxUsersLinuxMint: 404 bulunamadı hatası. Üzgünüm! bu web sitesinde aramaya çalıştığınız sayfa veya içerik taşınmış veya silinmiş olabilir...");
22
-
alert("404 bulunamadı hatası");
23
+
alert("Üzgünüm! bu web sitesinde aramaya çalıştığınız sayfa veya içerik taşınmış veya silinmiş olabilir... Hata kodu: 404");
updates_two.innerHTML="The existing 404 error page for the website has been revamped and rebuilt using <a class=\"home\" href=\"https://getbootstrap.com/\">Bootstrap CSS</a>.";
12
17
}
13
18
elseif(lang.startsWith("tr")){
14
19
document.title="LinuxUsersLinuxMint - Web sitesi güncelleme notları";
updates_two.innerHTML="Web sitesi için mevcut olan 404 hata sayfası yenilenmiştir ve <a class=\"home\" href=\"https://getbootstrap.com/\">Bootstrap CSS</a> ile yeniden yapılmıştır.";
25
+
bug_fix_one.innerHTML="Sözleşmeler sayfasında güncellemeler sayfası için eksik bağlantı eklenmiştir.";
0 commit comments