mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
added in-app help
This commit is contained in:
parent
42b1416602
commit
bade42783c
@ -498,7 +498,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
|||||||
|
|
||||||
if (!IsValidUsername(name))
|
if (!IsValidUsername(name))
|
||||||
{
|
{
|
||||||
throw new ArgumentException("Only alphanumeric characters are allowed.");
|
throw new ArgumentException("Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Users.Any(u => u.Name.Equals(name, StringComparison.OrdinalIgnoreCase)))
|
if (Users.Any(u => u.Name.Equals(name, StringComparison.OrdinalIgnoreCase)))
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
"LabelStopping": "Stopping",
|
"LabelStopping": "Stopping",
|
||||||
"LabelCancelled": "(cancelled)",
|
"LabelCancelled": "(cancelled)",
|
||||||
"LabelFailed": "(failed)",
|
"LabelFailed": "(failed)",
|
||||||
|
"ButtonHelp": "Help",
|
||||||
"LabelAbortedByServerShutdown": "(Aborted by server shutdown)",
|
"LabelAbortedByServerShutdown": "(Aborted by server shutdown)",
|
||||||
"LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
|
"LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
|
||||||
"HeaderDeleteTaskTrigger": "Delete Task Trigger",
|
"HeaderDeleteTaskTrigger": "Delete Task Trigger",
|
||||||
@ -658,5 +659,5 @@
|
|||||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||||
"MessageBookPluginRequired": "Requires installation of the Bookshelf plugin",
|
"MessageBookPluginRequired": "Requires installation of the Bookshelf plugin",
|
||||||
"MessageGamePluginRequired": "Requires installation of the GameBrowser plugin",
|
"MessageGamePluginRequired": "Requires installation of the GameBrowser plugin",
|
||||||
"MessageMixedContentHelp": "Content will be displayed as a plain folder structure"
|
"MessageMixedContentHelp": "Content will be displayed as a plain folder structure"
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="MediaBrowser.Naming, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="MediaBrowser.Naming, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\packages\MediaBrowser.Naming.1.0.0.21\lib\portable-net45+sl4+wp71+win8+wpa81\MediaBrowser.Naming.dll</HintPath>
|
<HintPath>..\packages\MediaBrowser.Naming.1.0.0.22\lib\portable-net45+sl4+wp71+win8+wpa81\MediaBrowser.Naming.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Mono.Nat, Version=1.2.21.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Mono.Nat, Version=1.2.21.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user