Subs/unsubs optimistic
This commit is contained in:
parent
e8b2a6d0c0
commit
d5bb87af27
4 changed files with 14 additions and 3 deletions
|
|
@ -75,6 +75,7 @@ class S implements WidgetsLocalizations {
|
|||
String get privacyPolicy => "Privacy Policy";
|
||||
String get shareAppBtn => "Share our app";
|
||||
String get starAppBtn => "Rate our app";
|
||||
String get subscribedToFires => "Subscribed to fires notifications";
|
||||
String get supportPageDescription => "You can support this initiative, spreading the word, helping us to develop our software, translating this app to your language, suggesting other public data sources of fires to use, etc.";
|
||||
String get supportThisInitiative => "Support this initiative";
|
||||
String get thanksForParticipating => "Thanks for participating";
|
||||
|
|
@ -85,6 +86,7 @@ class S implements WidgetsLocalizations {
|
|||
String get tweetAboutAFireTitle => "Tweet about";
|
||||
String get typeTheNameOfAPlace => "Type the name of a place, region, etc";
|
||||
String get unsubscribe => "Unsubscribe";
|
||||
String get unsubscribedToFires => "Unsubscribed to fires notifications";
|
||||
String get warningThisIsAVeryLargeArea => "Warning: this is a very large area";
|
||||
String get youDeletedThisNotification => "You deleted this notification";
|
||||
String get youDeletedThisPlace => "You deleted this place";
|
||||
|
|
@ -177,6 +179,8 @@ class es extends S {
|
|||
@override
|
||||
String get aYear => "un año";
|
||||
@override
|
||||
String get unsubscribedToFires => "Desuscrito a notificaciones de fuegos";
|
||||
@override
|
||||
String get itSeemsNotAtForesFire => "Parece que este fuego no es un fuego forestal.";
|
||||
@override
|
||||
String get UNDO => "DESHACER";
|
||||
|
|
@ -193,6 +197,8 @@ class es extends S {
|
|||
@override
|
||||
String get 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.";
|
||||
@override
|
||||
String get subscribedToFires => "Suscrito a notificaciones de fuegos";
|
||||
@override
|
||||
String get isYourUbicationEnabled => "No podemos saber tu ubicación actual. ¿Están los servicios de ubicación en tu móvil activados?";
|
||||
@override
|
||||
String get thanksForParticipating => "Gracias por Participar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue