aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/Exception.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Resources/Services/Exception.Designer.cs')
-rw-r--r--Timeline/Resources/Services/Exception.Designer.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/Timeline/Resources/Services/Exception.Designer.cs b/Timeline/Resources/Services/Exception.Designer.cs
index 671c4b93..cada1788 100644
--- a/Timeline/Resources/Services/Exception.Designer.cs
+++ b/Timeline/Resources/Services/Exception.Designer.cs
@@ -115,6 +115,15 @@ namespace Timeline.Resources.Services {
}
/// <summary>
+ /// Looks up a localized string similar to A present resource conflicts with the given resource..
+ /// </summary>
+ internal static string ConfictException {
+ get {
+ return ResourceManager.GetString("ConfictException", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The hashes password is of bad format. It might not be created by server..
/// </summary>
internal static string HashedPasswordBadFromatException {
@@ -313,15 +322,6 @@ namespace Timeline.Resources.Services {
}
/// <summary>
- /// Looks up a localized string similar to The username already exists..
- /// </summary>
- internal static string UsernameConfictException {
- get {
- return ResourceManager.GetString("UsernameConfictException", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to The user does not exist..
/// </summary>
internal static string UserNotExistException {