diff options
| author | crumpetalpaca <crumpet@crumpetalpaca.xyz> | 2026-04-03 11:16:57 +0100 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-03 14:09:06 -0400 |
| commit | 0eff62bf68b3e272853eb9781d194208dd80fed7 (patch) | |
| tree | 0341434bc7d1b51930f66f82368ac1773db3c114 /locales/en_gb.ini | |
| parent | 96b57648ddca782aa93776dd9d232fd19b68b7b1 (diff) | |
| download | omnisearch-0eff62bf68b3e272853eb9781d194208dd80fed7.tar.gz | |
fix: Use the correct contry code for English (Traditional)
Diffstat (limited to 'locales/en_gb.ini')
| -rw-r--r-- | locales/en_gb.ini | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/locales/en_gb.ini b/locales/en_gb.ini new file mode 100644 index 0000000..c606e85 --- /dev/null +++ b/locales/en_gb.ini @@ -0,0 +1,34 @@ +[Meta] +Id = "en_gb" +Name = "English (Traditional)" +Direction = "ltr" + +[Keys] +search_placeholder = "Search the web..." +search_button = "Search" +surprise_me_button = "Surprise me" +all_tab = "All" +images_tab = "Images" +settings_tab = "Settings" +settings_title = "Settings" +theme_label = "Appearance" +theme_desc = "Choose your preferred colour scheme." +theme_system = "System" +theme_light = "Light" +theme_dark = "Dark" +language_label = "Language" +display_language_label = "Display Language" +language_desc = "Choose your preferred language." +engines_label = "Search Engines" +engines_desc = "Choose which search engines to use. Only engines enabled on the server are shown." +save_settings_button = "Save Settings" +no_results = "No results found" +error_images = "Error fetching images" +rate_limit = "Slow down! Too many searches from you!" +warning_fetch_error = "request failed before OmniSearch could read search results." +warning_parse_mismatch = "returned search results in a format OmniSearch could not parse." +warning_blocked = "returned a captcha or another blocking page instead of search results." +read_more = "Read More" +view_cached = "Cached" +view_image = "Image" +visit_site = "Site" |
