Skip to content

Commit

Permalink
Merge pull request rustdesk#6191 from Mr-Update/patch-4
Browse files Browse the repository at this point in the history
Update de.rs
  • Loading branch information
rustdesk authored Oct 27, 2023
2 parents 3843230 + 35b470d commit 8cc9e30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lang/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show displays as individual windows", "Jeden Bildschirm in einem eigenen Fenster anzeigen"),
("Use all my displays for the remote session", "Alle meine Bildschirme für die Fernsitzung verwenden"),
("selinux_tip", "SELinux ist auf Ihrem Gerät aktiviert, was dazu führen kann, dass RustDesk als kontrollierte Seite nicht richtig läuft."),
("Change view", ""),
("Big tiles", ""),
("Small tiles", ""),
("List", ""),
("Change view", "Ansicht ändern"),
("Big tiles", "Große Kacheln"),
("Small tiles", "Kleine Kacheln"),
("List", "Liste"),
].iter().cloned().collect();
}

0 comments on commit 8cc9e30

Please sign in to comment.