diff --git a/lib/generated/i18n.dart b/lib/generated/i18n.dart index 1b1c58c..547b199 100644 --- a/lib/generated/i18n.dart +++ b/lib/generated/i18n.dart @@ -59,7 +59,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 noConnectivity => "This application needs an Internet connection to work"; 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"; @@ -128,7 +128,7 @@ 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"; + String get noConnectivity => "Esta aplicación necesita una conexión a Internet para funcionar"; @override String get AvoidThisStringsIfisNotPlural => "Zero One Two Few Many Other"; @override diff --git a/res/values/strings_en.arb b/res/values/strings_en.arb index f63eaa3..b48c7d5 100644 --- a/res/values/strings_en.arb +++ b/res/values/strings_en.arb @@ -64,7 +64,7 @@ "DELETE": "DELETE", "SHOW": "SHOW", "CLOSE": "CLOSE", - "noConnectivity": "This app require an Internet connection", + "noConnectivity": "This application needs an Internet connection to work", "NASAAck": "We acknowledge the use of data and imagery from LANCE FIRMS operated by the NASA/GSFC/Earth Science Data and Information System (ESDIS) with funding provided by NASA/HQ.", "appMoto": "Strengthening neighborhoods against wildfires" } \ No newline at end of file diff --git a/res/values/strings_es.arb b/res/values/strings_es.arb index fa0b3ea..08f8b57 100644 --- a/res/values/strings_es.arb +++ b/res/values/strings_es.arb @@ -64,7 +64,7 @@ "DELETE": "BORRAR", "SHOW": "MOSTRAR", "CLOSE": "CERRAR", - "noConnectivity": "Esta aplicación necesita conexión a Internet", + "noConnectivity": "Esta aplicación necesita una conexión a Internet para funcionar", "NASAAck": "Reconocemos el uso de datos e imágenes de LANCE FIRMS operadas por NASA/GSFC/Earth Science Data and Information System (ESDIS) con fondos proporcionados por NASA/HQ.", "appMoto": "Fortaleciendo vecindarios contra incendios forestales" } \ No newline at end of file