mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-04 08:23:59 +01:00
61 lines
4.3 KiB
PHP
61 lines
4.3 KiB
PHP
<?php
|
|
$lang = array(
|
|
"Save" => "Speichern",
|
|
"Color Tool" => "Farbwähler",
|
|
"Terminal" => "Terminal",
|
|
"Projects" => "Projekte",
|
|
"Users" => "Benutzer",
|
|
"Settings" => "Einstellungn",
|
|
"Password" => "Passwort",
|
|
"Logout" => "Logout",
|
|
"Split" => "Teilen",
|
|
"Editor Settings" => "Editor Einstellungen",
|
|
"Theme" => "Theme",
|
|
"Font Size" => "Font Size",
|
|
"Highlight Active Line" => "Aktive Zeile hervorheben",
|
|
"Indent Guides" => "Indent Guides",
|
|
"On" => "An",
|
|
"Off" => "Aus",
|
|
"Print Margin" => "Print Margin",
|
|
"Show" => "Zeigen",
|
|
"Hide" => "Verstecken",
|
|
"No wrap" => "No wrap",
|
|
"Wrap Lines" => "Wrap Lines",
|
|
"Right Sidebar Trigger" => "Right Sidebar Trigger",
|
|
"Hover" => "Hover",
|
|
"Click" => "Klick",
|
|
"Close" => "Schließen",
|
|
"Yes" => "Ja",
|
|
"No" => "Nein",
|
|
"Split Horizontally" => "Split horizontal",
|
|
"Split Vertically" => "Split vertikal",
|
|
"Merge all" => "Merge all",
|
|
"Explore" => "Explore",
|
|
"You Must Choose A Value" => "You Must Choose A Value",
|
|
"Warning: File Currently Opened By: " => "Warning: File Currently Opened By: ",
|
|
"Close Unsaved File?" => "Close Unsaved File?",
|
|
"Save&Close" => "Save &, Close",
|
|
"Discard Changes" => "Discard Changes",
|
|
"Cancel" => "Cancel",
|
|
"Recovered unsaved content for: " => "Recovered unsaved content for: ",
|
|
"You have unsaved files." => "You have unsaved files.",
|
|
"No Open Files to save" => "No Open Files to save",
|
|
"No Open Files or Selected Text" => "No Open Files or Selected Text",
|
|
"No suggestion selected. Might be a bug." => "No suggestion selected. Might be a bug.",
|
|
"More than one suggestions selected. Might be a bug." => "More than one suggestions selected. Might be a bug.",
|
|
"Insert HEX" => "Insert HEX",
|
|
"Insert RGB" => "Insert RGB",
|
|
"Find:" => "Find:",
|
|
"Replace:" => "Replace:",
|
|
"Find" => "Find",
|
|
"Replace" => "Replace",
|
|
"Replace ALL" => "Replace ALL",
|
|
"Project Loaded" => "Project Loaded",
|
|
"File saved" => "File saved",
|
|
"Copied to Clipboard" => "Copied to Clipboard",
|
|
"Nothing in Your Clipboard" => "Nothing in Your Clipboard",
|
|
"Cannot Paste Directory Into Itself" => "Cannot Paste Directory Into Itself",
|
|
"File could not be saved" => "File could not be saved"
|
|
);
|
|
?>
|