$locale['reactivate'] = "Reactivate"; $locale['user'] = "User"; $locale['promote'] = "Promote"; $locale['show'] = "Show"; $locale['hide'] = "Hide"; $locale['actions'] = "Actions"; $locale['language'] = "Language"; $locale['loading'] = "Loading..."; $locale['options'] = "Options"; // Persons & Identifiers $locale['you'] = "You"; $locale['me'] = "Me"; $locale['they'] = "They"; $locale['we'] = "We"; $locale['us'] = "Us"; $locale['he'] = "He"; $locale['she'] = "She"; $locale['it'] = "It"; // Tables $locale['order'] = "Order"; $locale['sort'] = "Sort"; $locale['id'] = "ID"; $locale['title'] = "Title"; $locale['rights'] = "Rights"; $locale['info'] = "Info"; $locale['image'] = "Image"; // Forms $locale['choose'] = "Please Choose One..."; $locale['no_opts'] = "No selection"; $locale['root'] = "As Parent"; $locale['choose-user'] = "Please Choose a User..."; $locale['choose-location'] = "Please Choose a Location"; $locale['parent'] = "Create as New Parent.."; $locale['item_order'] = "Item Ordering"; $locale['status'] = "Status"; $locale['note'] = "Make a note of this item"; $locale['publish'] = "Publish"; $locale['unpublish'] = "Unpublish"; $locale['published'] = "Published"; $locale['unpublished'] = "Unpublished"; $locale['sticky'] = "Sticky"; $locale['unsticky'] = "Unsticky"; $locale['draft'] = "Draft"; $locale['settings'] = "Settings"; $locale['posted'] = "posted"; $locale['profile'] = "Profile"; $locale['edit'] = "Edit"; $locale['qedit'] = "Quick Edit"; $locale['view'] = "View"; $locale['login'] = "Login"; $locale['logout'] = "Logout"; $locale['admin-logout'] = "Admin Logout"; $locale['message'] = "Private Messages"; $locale['logged'] = "Logged in as "; $locale['version'] = "Version "; $locale['browse'] = "Browse ..."; $locale['close'] = "Close"; $locale['nopreview'] = "There is nothing to Preview"; $locale['mark_as'] = "Mark As"; $locale['preview'] = "Preview"; $locale['custom'] = "Custom"; $locale['submit'] = "Submit"; $locale['submissions'] = "Submissions"; $locale['submit_access'] = "Access to Submit page"; $locale['categories'] = "Categories"; $locale['thumbnail'] = "Thumbnail"; // Alignment $locale['left'] = "Left"; $locale['center'] = "Center"; $locale['right'] = "Right"; // Comments and ratings $locale['comments'] = "Comments"; $locale['ratings'] = "Ratings"; $locale['comments_ratings'] = "Comments and Ratings"; $locale['user_account'] = "User Account"; $locale['about'] = "About"; // User status $locale['online'] = "Online"; $locale['offline'] = "Offline"; // Misc $locale['max_fs_allowed_ft'] = "Max. file size %s / Allowed file types %s"; // DataTables $locale['processing_locale'] = "Please wait patiently while processing..."; $locale['menu_locale'] = "Display _MENU_ records per page"; // Don't translate _MENU_ $locale['zero_locale'] = "Nothing found - sorry"; $locale['result_locale'] = "Showing page _PAGE_ of _PAGES_"; // Don't translate _PAGE_ and _PAGES_ $locale['empty_locale'] = "No records available"; $locale['filter_locale'] = "(Filtered from _MAX_ total records)"; // Don't translate _MAX_ $locale['search_input_locale'] = "Search Records"; // Timer $locale['timer_year'] = "year|years"; $locale['timer_month'] = "month|months"; $locale['timer_day'] = "day|days"; $locale['timer_hour'] = "hour|hours"; $locale['timer_minute'] = "minute|minutes"; $locale['timer_second'] = "second|seconds"; $locale['timer'] = "[DAYS] [AGO]"; // Don't translate text between []! Only change the order if you need [AGO] [DAYS]. // Words for formatting to single and plural forms. Count of forms is language-dependent $locale['fmt_submission'] = "submission|submissions"; $locale['fmt_article'] = "article|articles"; $locale['fmt_blog'] = "blog|blogs"; $locale['fmt_comment'] = "comment|comments"; $locale['fmt_vote'] = "vote|votes"; $locale['fmt_rating'] = "rating|ratings"; $locale['fmt_day'] = "day|days"; $locale['fmt_download'] = "download|downloads"; $locale['fmt_follower'] = "follower|followers"; $locale['fmt_forum'] = "forum|forums"; $locale['fmt_guest'] = "guest|guests"; $locale['fmt_hour'] = "hour|hours"; $locale['fmt_item'] = "item|items"; $locale['fmt_member'] = "member|members"; $locale['fmt_message'] = "message|messages"; $locale['fmt_minute'] = "minute|minutes"; $locale['fmt_month'] = "month|months"; $locale['fmt_news'] = "news|news"; $locale['fmt_photo'] = "photo|photos"; $locale['fmt_post'] = "post|posts"; $locale['fmt_question'] = "question|questions"; $locale['fmt_read'] = "read|reads"; $locale['fmt_second'] = "second|seconds"; $locale['fmt_shouts'] = "shout|shouts"; $locale['fmt_thread'] = "thread|threads"; $locale['fmt_user'] = "user|users"; $locale['fmt_views'] = "view|views"; $locale['fmt_weblink'] = "weblink|weblinks"; $locale['fmt_week'] = "week|weeks"; $locale['fmt_year'] = "year|years"; $locale['fmt_points'] = "point|points"; $locale['fmt_admin'] = "admin|admins"; $locale['fmt_group'] = "group|groups"; $locale['fmt_category'] = "category|categories"; $locale['fmt_review'] = "review|reviews"; $locale['fmt_infusion'] = "infusion|infusions"; // include Defender locales include_once __DIR__."/defender.php";