messages_no.dart 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. // DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
  2. // This is a library that provides messages for a no locale. All the
  3. // messages from the main program should be duplicated here with the same
  4. // function name.
  5. // Ignore issues from commonly used lints in this file.
  6. // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
  7. // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
  8. // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
  9. // ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
  10. // ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
  11. import 'package:intl/intl.dart';
  12. import 'package:intl/message_lookup_by_library.dart';
  13. final messages = new MessageLookup();
  14. typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
  15. class MessageLookup extends MessageLookupByLibrary {
  16. String get localeName => 'no';
  17. final messages = _notInlinedMessages(_notInlinedMessages);
  18. static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
  19. "accountWelcomeBack":
  20. MessageLookupByLibrary.simpleMessage("Velkommen tilbake!"),
  21. "askDeleteReason": MessageLookupByLibrary.simpleMessage(
  22. "Hva er hovedårsaken til at du sletter kontoen din?"),
  23. "cancel": MessageLookupByLibrary.simpleMessage("Avbryt"),
  24. "confirmAccountDeletion":
  25. MessageLookupByLibrary.simpleMessage("Bekreft sletting av konto"),
  26. "confirmDeletePrompt": MessageLookupByLibrary.simpleMessage(
  27. "Ja, jeg ønsker å slette denne kontoen og all dataen dens permanent."),
  28. "deleteAccount": MessageLookupByLibrary.simpleMessage("Slett konto"),
  29. "deleteAccountFeedbackPrompt": MessageLookupByLibrary.simpleMessage(
  30. "Vi er lei oss for at du forlater oss. Gi oss gjerne en tilbakemelding så vi kan forbedre oss."),
  31. "deleteReason2": MessageLookupByLibrary.simpleMessage(
  32. "The app or a certain feature does not behave as I think it should"),
  33. "email": MessageLookupByLibrary.simpleMessage("E-post"),
  34. "enterValidEmail": MessageLookupByLibrary.simpleMessage(
  35. "Vennligst skriv inn en gyldig e-postadresse."),
  36. "enterYourEmailAddress": MessageLookupByLibrary.simpleMessage(
  37. "Skriv inn e-postadressen din"),
  38. "failedToDownloadVideo":
  39. MessageLookupByLibrary.simpleMessage("Failed to download video"),
  40. "feedback": MessageLookupByLibrary.simpleMessage("Tilbakemelding"),
  41. "hiding": MessageLookupByLibrary.simpleMessage("Hiding..."),
  42. "invalidEmailAddress":
  43. MessageLookupByLibrary.simpleMessage("Ugyldig e-postadresse"),
  44. "inviteYourFriendsToEnte":
  45. MessageLookupByLibrary.simpleMessage("Invite your friends to ente"),
  46. "kindlyHelpUsWithThisInformation": MessageLookupByLibrary.simpleMessage(
  47. "Vær vennlig og hjelp oss med denne informasjonen"),
  48. "noAlbumsSharedByYouYet":
  49. MessageLookupByLibrary.simpleMessage("No albums shared by you yet"),
  50. "nothingSharedWithYouYet":
  51. MessageLookupByLibrary.simpleMessage("Nothing shared with you yet"),
  52. "shareYourFirstAlbum":
  53. MessageLookupByLibrary.simpleMessage("Share your first album"),
  54. "sharedByYou": MessageLookupByLibrary.simpleMessage("Shared by you"),
  55. "sharedWithYou":
  56. MessageLookupByLibrary.simpleMessage("Shared with you"),
  57. "successfullyHid":
  58. MessageLookupByLibrary.simpleMessage("Successfully hid"),
  59. "successfullyUnhid":
  60. MessageLookupByLibrary.simpleMessage("Successfully unhid"),
  61. "unhiding": MessageLookupByLibrary.simpleMessage("Unhiding..."),
  62. "verify": MessageLookupByLibrary.simpleMessage("Bekreft")
  63. };
  64. }