# English translations
# Format: key=value

greeting=Hello!
farewell=Goodbye!
welcome=Welcome to our application
error=An error occurred
success=Operation completed successfully
menu_file=File
menu_edit=Edit
menu_help=Help

# Plural forms: the bracket suffix is the CLDR category.
# English needs two of them.
files[one]=%d file
files[other]=%d files

# Escapes: only the parser decodes these.
multiline=First line.\nSecond line.
