Remove unused translations
This commit is contained in:
parent
486a893530
commit
53ca72a9ce
3 changed files with 6 additions and 47 deletions
|
@ -150,24 +150,3 @@ msgstr "Nyymix.net Gallery"
|
|||
|
||||
msgid "Page %(current)s of %(total)s"
|
||||
msgstr "Page %(current)s of %(total)s"
|
||||
|
||||
msgid "404 - Page not found"
|
||||
msgstr "404 - Page not found"
|
||||
|
||||
msgid "Sorry, we couldn’t find the page you were looking for."
|
||||
msgstr "Sorry, we couldn’t find the page you were looking for."
|
||||
|
||||
msgid "You’ll be redirected to the homepage in a few seconds."
|
||||
msgstr "You’ll be redirected to the homepage in a few seconds."
|
||||
|
||||
msgid "Return to homepage"
|
||||
msgstr "Return to homepage"
|
||||
|
||||
msgid "500 - Server Error"
|
||||
msgstr "500 - Server Error"
|
||||
|
||||
msgid "Oops! Something went wrong on our end."
|
||||
msgstr "HOops! Something went wrong on our end."
|
||||
|
||||
msgid "We’re working to fix it — you’ll be redirected shortly."
|
||||
msgstr "We’re working to fix it — you’ll be redirected shortly."
|
||||
|
|
|
@ -150,24 +150,3 @@ msgstr "Nyymix.net kuvagalleria"
|
|||
|
||||
msgid "Page %(current)s of %(total)s"
|
||||
msgstr "Sivu %(current)s / %(total)s"
|
||||
|
||||
msgid "404 - Page not found"
|
||||
msgstr "404 - Sivua ei löytynyt"
|
||||
|
||||
msgid "Sorry, we couldn’t find the page you were looking for."
|
||||
msgstr "Valitettavasti etsimääsi sivua ei löytynyt."
|
||||
|
||||
msgid "You’ll be redirected to the homepage in a few seconds."
|
||||
msgstr "Sinut ohjataan etusivulle muutaman sekunnin kuluttua."
|
||||
|
||||
msgid "Return to homepage"
|
||||
msgstr "Palaa etusivulle"
|
||||
|
||||
msgid "500 - Server Error"
|
||||
msgstr "500 – Palvelinvirhe"
|
||||
|
||||
msgid "Oops! Something went wrong on our end."
|
||||
msgstr "Hups! Jotain meni pieleen palvelimella."
|
||||
|
||||
msgid "We’re working to fix it — you’ll be redirected shortly."
|
||||
msgstr "Työskentelemme ongelman korjaamiseksi — sinut ohjataan pian uudelleen."
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>404 - Page not found</title>
|
||||
<title>500 - Server Error</title>
|
||||
|
||||
<!-- UIkit CSS -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uikit@3.23.6/dist/css/uikit.min.css" />
|
||||
|
@ -12,17 +12,18 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/uikit@3.23.6/dist/js/uikit.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/uikit@3.23.6/dist/js/uikit-icons.min.js"></script>
|
||||
|
||||
<!-- Redirect to homepage after 3s -->
|
||||
<meta http-equiv="refresh" content="3;url=/" />
|
||||
</head>
|
||||
<body class="uk-background-muted uk-light">
|
||||
|
||||
<div class="uk-section uk-section-large uk-flex uk-flex-middle uk-text-center uk-background-secondary" style="height: 100vh;">
|
||||
<div class="uk-container">
|
||||
<span uk-icon="icon: warning; ratio: 4" class="uk-text-danger uk-animation-fade"></span>
|
||||
<h1 class="uk-heading-medium uk-heading-hero@s uk-text-bold uk-margin-small-top">404</h1>
|
||||
<span uk-icon="icon: bolt; ratio: 4" class="uk-text-danger uk-animation-fade"></span>
|
||||
<h1 class="uk-heading-medium uk-heading-hero@s uk-text-bold uk-margin-small-top">500</h1>
|
||||
<p class="uk-text-large uk-text-muted">
|
||||
Sorry, we couldn’t find the page you were looking for.<br>
|
||||
You’ll be redirected to the homepage in a few seconds.
|
||||
Oops! Something went wrong on our end.<br>
|
||||
We’re working to fix it — you’ll be redirected shortly.
|
||||
</p>
|
||||
<a href="/" class="uk-button uk-button-primary uk-margin-top">
|
||||
<span uk-icon="home"></span> Return to homepage
|
||||
|
|
Loading…
Add table
Reference in a new issue