web-base/Core/Localization/en_US/general.php

18 lines
458 B
PHP

<?php
return [
"something_went_wrong" => "Something went wrong",
"error_occurred" => "An error occurred",
"retry" => "Retry",
"go_back" => "Go Back",
"submitting" => "Submitting",
"submit" => "Submit",
"request" => "Request",
"language" => "Language",
"loading" => "Loading",
"logout" => "Logout",
"noscript" => "You need Javascript enabled to run this app",
# data table
"showing_x_of_y_entries" => "Showing %d of %d entries",
];