forked from Codiad/Codiad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.php
60 lines (60 loc) · 4.26 KB
/
en.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php
$lang = array(
"Save" => "Save",
"Color Tool" => "Color Tool",
"Terminal" => "Terminal",
"Projects" => "Projects",
"Users" => "Users",
"Settings" => "Settings",
"Password" => "Password",
"Logout" => "Logout",
"Split" => "Split",
"Editor Settings" => "Editor Settings",
"Theme" => "Theme",
"Font Size" => "Font Size",
"Highlight Active Line" => "Highlight Active Line",
"Indent Guides" => "Indent Guides",
"On" => "On",
"Off" => "Off",
"Print Margin" => "Print Margin",
"Show" => "Show",
"Hide" => "Hide",
"No wrap" => "No wrap",
"Wrap Lines" => "Wrap Lines",
"Right Sidebar Trigger" => "Right Sidebar Trigger",
"Hover" => "Hover",
"Click" => "Click",
"Close" => "Close",
"Yes" => "Yes",
"No" => "No",
"Split Horizontally" => "Split Horizontally",
"Split Vertically" => "Split Vertically",
"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"
);
?>