You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: Localizations/Neuron_X-enUS.lua
+18-2
Original file line number
Diff line number
Diff line change
@@ -530,7 +530,21 @@ L["Profile"] = true
530
530
L["Import"] =true
531
531
L["Export"] =true
532
532
L["Import or Export the current profile:"] =true
533
-
L["ImportExport_Desc"] ="Copying the profile can be a time consuming experience. It may stall your game for multiple seconds. WARNING: It will overwrite the current profile."
533
+
L["ImportExport_Desc"] =[[
534
+
535
+
Below you will find a text representation of your Neuron profile.
536
+
537
+
To export this profile, select and copy all of the text below and paste it somewhere safe.
538
+
539
+
To import a profile, replace all of the text below with the text from a previously exported profile.
540
+
541
+
]]
542
+
L["ImportExport_WarningDesc"] =[[
543
+
544
+
Copying and pasting profile data can be a time consuming experience. It may stall your game for multiple seconds.
545
+
546
+
WARNING: This will overwrite the current profile, and any changes you have made will be lost.
547
+
]]
534
548
L["ImportWarning"] ="Are you absolutely certain you wish to import this profile? The current profile will be overwritten."
535
549
L["No data to import."] =true
536
550
L["Decoding failed."] =true
@@ -541,9 +555,11 @@ L["Aborting."] = true
541
555
L["Experimental"] =true
542
556
L["Experimental Options"] =true
543
557
L["Experimental_Options_Warning"] =[[
558
+
544
559
Warning:
545
560
546
-
Here you will fill find experimental and potential dangerous options.
561
+
Here you will fill find experimental and potentially dangerous options.
0 commit comments