> For the complete documentation index, see [llms.txt](https://docs.ak4y.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ak4y.com/scripts/ak4y-camera/language-files.md).

# Language Files

```lua
Config.locales["en"] = {
    ["notifications"] = {
        ["sd_full"] = "SD Card is full!",
        ["photo_deleted"] = "Photo deleted successfully",
        ["sd_cleared"] = "SD Card cleared successfully",
        ["camera_cleared"] = "Camera storage cleared successfully",
        ["already_sharing"] = "You are already sharing your view!",
        ["no_nearby"] = "No players nearby to show the photo to!",
        ["accepted_share"] = "A player accepted your screen sharing request.",
        ["rejected_share"] = "A player rejected your screen sharing request.",
        ["copy_success"] = "Copied to clipboard successfully",
        ["sharing_started"] = "Sharing session started!",
        ["sharing_ended"] = "Sharing session ended (all viewers disconnected).",
        ["screenshot_basic_missing"] = "screenshot-basic missing",
        ["upload_url_not_configured"] = "Photo upload URL not configured",
        ["upload_timeout"] = "Photo upload timeout",
        ["upload_failed"] = "Photo upload failed",
        ["no_job_printer"] = "You cannot use this!"
    },
    ["ui"] = {
        ["back"] = "BACK",
        ["photo_captured"] = "PHOTO CAPTURED",
        ["printer_header_title"] = "PHOTO PRINT TERMINAL",
        ["cloud_printing"] = "Cloud Printing",
        ["cloud_printing_desc"] = "Enter any photo URL to print an A4 copy.",
        ["print_from_url"] = "PRINT FROM URL",
        ["print_photo"] = "PRINT PHOTO",
        ["press_again_delete"] = "PRESS AGAIN TO DELETE",
        ["deleting"] = "DELETING...",
        ["select_effect"] = "SELECT EFFECT: ",
        ["zoom"] = "ZOOM: ",
        ["flash_on"] = "FLASH [F]: ON",
        ["flash_off"] = "FLASH [F]: OFF",
        ["cursor_focus"] = "[Q] CURSOR FOCUS",
        ["close_focus"] = "[Q] CLOSE FOCUS",
        ["select_storage"] = "SELECT STORAGE",
        ["select_effect_menu"] = "SELECT EFFECT",
        ["confirm_clear_title"] = "CONFIRMATION",
        ["confirm_clear_msg"] = "Are you sure you want to clear this storage?",
        ["yes"] = "YES",
        ["no"] = "NO",
        ["screen_sharing_title"] = "SCREEN SHARING",
        ["screen_sharing_msg"] = "A nearby player wants to show you their camera screen.",
        ["accept"] = "ACCEPT",
        ["reject"] = "REJECT",
        ["sd_card_label"] = "SD CARD (SLOT %s)",
        ["sd_slot_label"] = "SLOT: %s",
        ["viewfinder_storage_sd"] = "ACTIVE SD CARD SLOT: %s",
        ["viewfinder_storage_internal"] = "INTERNAL CAMERA STORAGE",
        ["no_sd_card"] = "NO SD CARD",
        ["confirm_clear_sd"] = "Are you sure you want to clear this SD card? This will delete all photos on it.",
        ["confirm_clear_camera"] = "Are you sure you want to clear the camera storage?",
        ["date_label"] = "DATE:",
        ["rec_label"] = "REC",
        ["internet_upload"] = "INTERNET UPLOAD"
    }
}
```
