aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
blob: 41f8508a5f95dc82c24a19da7da9b61012c90f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "SettingsSaved": "Settings saved.",
	"AddUser": "Add User",
	"Users": "Users",
	"Delete": "Delete",
	"Administrator": "Administrator",
	"Password": "Password",
	"CreatePassword": "Create Password",
	"DeleteImage": "Delete Image",
	"DeleteImageConfirmation": "Are you sure you wish to delete this image?",
	"FileReadCancelled": "The file read has been cancelled.",
	"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.",
	"PasswordMatchError": "Password and password confirmation must match."
}