jellyfin-server/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json

28 lines
1.2 KiB
JSON
Raw Normal View History

2014-03-31 01:00:47 +00:00
{
2014-03-31 02:33:10 +00:00
"SettingsSaved": "Settings saved.",
"AddUser": "Add User",
"Users": "Users",
"Delete": "Delete",
"Administrator": "Administrator",
"Password": "Password",
"DeleteImage": "Delete Image",
"DeleteImageConfirmation": "Are you sure you wish to delete this image?",
2014-04-06 17:53:23 +00:00
"FileReadCancelled": "The file read has been canceled.",
2014-03-31 02:33:10 +00:00
"FileNotFound": "File not found.",
"FileReadError": "An error occurred while reading the file.",
"DeleteUser": "Delete User",
"DeleteUserConfirmation": "Are you sure you wish to delete {0}?",
"PasswordResetHeader": "Password Reset",
"PasswordResetComplete": "The password has been reset.",
"PasswordResetConfirmation": "Are you sure you wish to reset the password?",
"PasswordSaved": "Password saved.",
2014-03-31 21:04:22 +00:00
"PasswordMatchError": "Password and password confirmation must match.",
2014-04-05 15:02:50 +00:00
"OptionRelease": "Official Release",
2014-03-31 21:04:22 +00:00
"OptionBeta": "Beta",
2014-04-05 15:02:50 +00:00
"OptionDev": "Dev (Unstable)",
2014-03-31 21:04:22 +00:00
"UninstallPluginHeader": "Uninstall Plugin",
"UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
"NoPluginConfigurationMessage": "This plugin has nothing to configure.",
"NoPluginsInstalledMessage": "You have no plugins installed.",
"BrowsePluginCatalogMessage": "Browse our plugin catalog to view available plugins."
2014-03-31 01:00:47 +00:00
}