Fire notification dialog. Connectivity dialgo
This commit is contained in:
parent
e67256c010
commit
10b8680490
7 changed files with 184 additions and 140 deletions
|
|
@ -57,6 +57,7 @@ class S implements WidgetsLocalizations {
|
|||
String get firesNearPlace => "Fires near other place";
|
||||
String get getAlertsOfFiresinThatArea => "Get alerts of fires in that area";
|
||||
String get isYourUbicationEnabled => "I cannot get your current location. It's your ubication enabled?";
|
||||
String get noConnectivity => "This app require an Internet connection";
|
||||
String get noFiresAround => "There is no fires";
|
||||
String get notPermsUbication => "We don't have permission to get your location";
|
||||
String get notifyAFire => "Notify a fire";
|
||||
|
|
@ -125,6 +126,8 @@ class es extends S {
|
|||
@override
|
||||
String get tweetAboutAFireDescription => "Adicionalmente si usas twitter puedes compartir información adicional con los servicios de emergencia, por ejemplo, adjuntando fotos al tweet si tienes buena visibilidad del fuego, cuando tomaste las fotos, ubicación exacta, etc. Usa #hashtags tipo #IFTerminoMunicipal por ejemplo #IFJumilla (Incendio Forestal en Jumilla).";
|
||||
@override
|
||||
String get noConnectivity => "Esta aplicación necesita conexión a Internet";
|
||||
@override
|
||||
String get AvoidThisStringsIfisNotPlural => "Zero One Two Few Many Other";
|
||||
@override
|
||||
String get unsubscribe => "Desuscríbete";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue