diff --git a/C2P/UserAdmin.aspx b/C2P/UserAdmin.aspx
index e8a5e31..ab64330 100644
--- a/C2P/UserAdmin.aspx
+++ b/C2P/UserAdmin.aspx
@@ -15,6 +15,7 @@
-
Registrazione da Auth Key
-
-
-
-
-
-
Spiegazione
- Questa funzione permette di inserire un devices tra quelli gestiti tramite digitazione della AuthKey personale (MD5 o meno se abilitato, da richiedere all'admin se non nota).
+
+
+
<%: traduci("AuthKeyEnrollTitle") %>
+
+
+
+
+
+
<%: traduci("AuthKeyEnrollExplTitle") %>
+ <%: traduci("AuthKeyEnrollExplInstr01") %>
+
+
diff --git a/C2P/WebUserControls/mod_enrollByAuthKey.ascx.cs b/C2P/WebUserControls/mod_enrollByAuthKey.ascx.cs
index 68eeb3a..dfb8e5c 100644
--- a/C2P/WebUserControls/mod_enrollByAuthKey.ascx.cs
+++ b/C2P/WebUserControls/mod_enrollByAuthKey.ascx.cs
@@ -39,21 +39,30 @@ namespace C2P.WebUserControls
}
else
{
- lblOutRegAuthKey.Text = "Attenzione! auth key NON valida, prego contattare amministratore!";
+ lblOutRegAuthKey.Text = traduci("ErrorEAK01");// "Attenzione! auth key NON valida, prego contattare amministratore!";
lblOutRegAuthKey.Visible = true;
}
}
else
{
- lblOutRegAuthKey.Text = "Attenzione! email non trovata, prego contattare amministratore!";
+ lblOutRegAuthKey.Text = traduci("ErrorEAK02");//"Attenzione! email non trovata, prego contattare amministratore!";
lblOutRegAuthKey.Visible = true;
}
}
else
{
- lblOutRegAuthKey.Text = "Attenzione! preogo inserire email valida!";
+ lblOutRegAuthKey.Text = traduci("ErrorEAK03");//"Attenzione! preogo inserire email valida!";
lblOutRegAuthKey.Visible = true;
}
}
+ ///
+ /// wrapper traduzione
+ ///
+ ///
+ ///
+ public string traduci(string lemma)
+ {
+ return user_std.UtSn.Traduci(lemma);
+ }
}
}
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs b/C2P/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs
index f52fc71..4119ffc 100644
--- a/C2P/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs
+++ b/C2P/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs
@@ -39,6 +39,15 @@ namespace C2P.WebUserControls {
///
protected global::System.Web.UI.WebControls.Button btnEnrollByAK;
+ ///
+ /// Label1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
///
/// lblOutRegAuthKey control.
///
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll
index 9887e15..0afa7af 100644
Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ
diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll
index 2d987b4..9e6bb33 100644
Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ
diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll
index 7023128..4279c8c 100644
Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ
diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll
index 2d987b4..9e6bb33 100644
Binary files a/C2P_Report/bin/C2P_Data.dll and b/C2P_Report/bin/C2P_Data.dll differ
diff --git a/C2P_Report/bin/C2P_Report.dll b/C2P_Report/bin/C2P_Report.dll
index fa42ea1..df61ca0 100644
Binary files a/C2P_Report/bin/C2P_Report.dll and b/C2P_Report/bin/C2P_Report.dll differ
diff --git a/C2P_Report/bin/SteamWare.dll b/C2P_Report/bin/SteamWare.dll
index 7023128..4279c8c 100644
Binary files a/C2P_Report/bin/SteamWare.dll and b/C2P_Report/bin/SteamWare.dll differ