extend erromsg
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
namespace CampusAppWP8.Pages.Mensa
|
||||
{
|
||||
using System;
|
||||
using System.Windows;
|
||||
using System.Windows.Navigation;
|
||||
using CampusAppWP8.Feed.GeoApi;
|
||||
using CampusAppWP8.Feed.Mensa;
|
||||
using Microsoft.Phone.Controls;
|
||||
using System.Windows;
|
||||
using CampusAppWP8.Utility.Lui.MessageBoxes;
|
||||
using CampusAppWP8.Resources;
|
||||
using CampusAppWP8.Utility.Lui.MessageBoxes;
|
||||
using Microsoft.Phone.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// Class for the MensaPage
|
||||
@@ -95,8 +95,7 @@ namespace CampusAppWP8.Pages.Mensa
|
||||
#region private
|
||||
|
||||
/// <summary>
|
||||
/// Method will be execute if the SPSAPI is ready
|
||||
///
|
||||
/// Method will be execute if the SPSAPI is ready
|
||||
/// </summary>
|
||||
private void SpsApiIsReady()
|
||||
{
|
||||
|
||||
@@ -8,15 +8,15 @@
|
||||
namespace CampusAppWP8.Pages
|
||||
{
|
||||
using System;
|
||||
using System.Threading;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Navigation;
|
||||
using CampusAppWP8.Resources;
|
||||
using CampusAppWP8.Utility;
|
||||
using CampusAppWP8.Utility.Lui.MessageBoxes;
|
||||
using Microsoft.Phone.Controls;
|
||||
using Microsoft.Phone.Shell;
|
||||
using System.Threading;
|
||||
using CampusAppWP8.Utility.Lui.MessageBoxes;
|
||||
|
||||
/// <summary>
|
||||
/// Class for the StartPage
|
||||
|
||||
@@ -565,7 +565,7 @@ namespace CampusAppWP8.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Der aktuelle Campus konnte nicht ermittelt werden ähnelt.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Der aktuelle Campus konnte nicht ermittelt werden. Es wird der im Profil festgelegten Campus verwendet. ähnelt.
|
||||
/// </summary>
|
||||
public static string MsgBox_ErrorCampusLoc {
|
||||
get {
|
||||
|
||||
@@ -393,7 +393,7 @@
|
||||
<value>Appeinstellungen</value>
|
||||
</data>
|
||||
<data name="MsgBox_ErrorCampusLoc" xml:space="preserve">
|
||||
<value>Der aktuelle Campus konnte nicht ermittelt werden</value>
|
||||
<value>Der aktuelle Campus konnte nicht ermittelt werden. Es wird der im Profil festgelegten Campus verwendet.</value>
|
||||
</data>
|
||||
<data name="MsgBox_ErrorHeader" xml:space="preserve">
|
||||
<value>Fehler</value>
|
||||
|
||||
Reference in New Issue
Block a user