summaryrefslogtreecommitdiff
path: root/src/application/messages
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-16 19:32:09 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-16 19:32:09 +0200
commit6b7e714b59e28bc138681662006941274c3261af (patch)
treec683082c0a00681542db02d415bd45968f0a517b /src/application/messages
parentfd3d969cf658475709db6a1e5090069cce51cbbd (diff)
A lot more stuff
Diffstat (limited to 'src/application/messages')
-rw-r--r--src/application/messages/de.msg20
-rw-r--r--src/application/messages/strings.mst173
2 files changed, 187 insertions, 6 deletions
diff --git a/src/application/messages/de.msg b/src/application/messages/de.msg
index c797241..a7f401d 100644
--- a/src/application/messages/de.msg
+++ b/src/application/messages/de.msg
@@ -10,8 +10,17 @@ metadata({
: "Register"
= "Registrieren"
-: "Failed to connect to database!"
-= "Fehler bei Datenbankverbindung"
+: "Error"
+= "Fehler"
+
+: "Failed to connect to database:\n%details%"
+= "Fehler bei der Datenbankverbindung:\n%details%"
+
+: "Attachment"
+= "Anhang"
+
+: "Download"
+= "Herunterladen"
: "Username or password incorrect!"
= "Nutzername oder Passwort falsch!"
@@ -116,8 +125,8 @@ metadata({
: "No attachment exists with this id"
= "Kein Anhang exsitier mit dieser ID"
-: "Attachment is not an image"
-= "Anhang ist kein Bild"
+: "Attachment is neither an image nor a video"
+= "Anhang ist weder Bild noch Video"
: "Delete post"
= "Beitrag löschen"
@@ -275,3 +284,6 @@ metadata({
- "%n% Datei ausgewählt"
- "%n% Dateien ausgewählt"
- "Keine Datei ausgewählt"
+
+: "Created this topic"
+= "Hat dieses Thema erstellt"
diff --git a/src/application/messages/strings.mst b/src/application/messages/strings.mst
index 6f6ec38..51ab91d 100644
--- a/src/application/messages/strings.mst
+++ b/src/application/messages/strings.mst
@@ -1,10 +1,25 @@
+metadata({
+ "plural": {
+ "indexMapping": "ifelse(n = 0, 2, ifelse(n = 1, 0, 1))"
+ }
+})
+
: "Log in"
= ""
: "Register"
= ""
-: "Failed to connect to database!"
+: "Error"
+= ""
+
+: "Failed to connect to database:\n%details%"
+= ""
+
+: "Attachment"
+= ""
+
+: "Download"
= ""
: "Username or password incorrect!"
@@ -104,8 +119,162 @@
: "No attachment exists with this id"
= ""
-: "Attachment is not an image"
+: "Attachment is neither an image nor a video"
= ""
: "Delete post"
= ""
+
+: "Username:"
+= ""
+
+: "Display name:"
+= ""
+
+: "Choose password:"
+= ""
+
+: "Repeat password:"
+= ""
+
+: "Email address:"
+= ""
+
+: "CAPTCHA:"
+= ""
+
+: "New CAPTCHA"
+= ""
+
+: "Register now"
+= ""
+
+: "Already have an account? %link%Sign in now%/link%"
+= ""
+
+: "Don't have an account? %link%Register now%/link%"
+= ""
+
+: "Edit post"
+= ""
+
+: "Message:"
+= ""
+
+: "Cancel"
+= ""
+
+: "Save changes"
+= ""
+
+: "Permission denied"
+= ""
+
+: "Close"
+= ""
+
+: "Edit title"
+= ""
+
+: "Reply"
+= ""
+
+: "Delete topic"
+= ""
+
+: "(deleted)"
+= ""
+
+: "Started by %user% on %date%"
+= ""
+
+: "Welcome, %user%!"
+= ""
+
+: "This post has been deleted"
+= ""
+
+: "Profile picture"
+= ""
+
+: "Permalink"
+= ""
+
+: "Reply to post"
+= ""
+
+: "(edited)"
+= ""
+
+: "You"
+= ""
+
+: "Reply to this topic"
+= ""
+
+: "Attachments: <small>(max. %max_attachment_count% files, max. %max_attachment_size% MiB each)</small>"
+= ""
+
+: "Post reply"
+= ""
+
+: "Topic title:"
+= ""
+
+: "Create topic"
+= ""
+
+: "Member since %join_date%"
+= ""
+
+: "Your posts"
+= ""
+
+: "%display_name%'s posts"
+= ""
+
+: "unknown"
+= ""
+
+: "posted on %post_date% in %topic%"
+= ""
+
+: "Show all posts"
+= ""
+
+: "This user has not posted anything yet"
+= ""
+
+: "Edit profile"
+= ""
+
+: "Profile picture:"
+= ""
+
+: "Keep current profile picture"
+= ""
+
+: "No profile picture"
+= ""
+
+: "Remove profile picture"
+= ""
+
+: "Upload new profile picture"
+= ""
+
+:...
+- "Select file"
+- "Select files"
+=...
+- ""
+
+:...
+- "%n% file selected"
+- "%n% files selected"
+- "No files selected"
+=...
+- ""
+
+: "Created this topic"
+= ""