Created
February 28, 2020 11:45
-
-
Save chaoticryptidz/e9e6cd50a9c76f06217d52c8e846c7ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SearchText = "Search:" | |
SearchButton = "Search" | |
Tags = "Tags" | |
Home = "Home" | |
Rules = "Rules" | |
Login = "Login" | |
Logout = "Logout" | |
Register = "Register" | |
Upload = "Upload" | |
UserProfileAccountSettings = "User Profile and Account Settings" | |
ConfirmDeletePost = "Are you sure you want to delete this post, there is no way to undo this action." | |
Delete = "Delete" | |
GoBack = "Back" | |
ConfirmDeleteAccount = "Are you sure you want to delete your account, there is no way to undo this action." | |
WillDeleteAllPosts = "This will delete all of your posts." | |
Username = "Username" | |
Password = "Password" | |
Warning = "Warning!" | |
ThisWillBeUsername = "This will be your username on the site. You wont be able to change this." | |
ThisWillBePassword = "This will be your password for the site. Please pick a secure password." | |
PrevPage = "Previous Page" | |
NextPage = "Next Page" | |
Setup = "Setup" | |
AdminUsername = "Admin Username" | |
ThisIsFirstAdminAccount = "This is the first admin user that will be created." | |
AdminPassword = "Admin Password" | |
PleaseStrongPassword = "Please use a secure password." | |
SiteTitle = "Site Title" | |
Title = "The title displayed in the navigation bar." | |
EnablereCaptcha = "Enable reCaptcha" | |
RecommendreCaptcha = "We highly recommend using reCaptcha to help prevent registration spam from bots." | |
PublicKeyreCaptcha = "reCaptcha Public Key" | |
PrivateKeyreCaptcha = "reCaptcha Private Key" | |
EnablePdfViewing = "Enable PDF Viewing" | |
RequiresPdfJs = "PDF Viewing requires PDF.js." | |
OfferDownloadLinkInstead = "You may prefer to offer a download link for the PDF instead of embedding it in the site." | |
EnablePDFThumbnails = "Enable PDF Thumbnails" | |
WillRequireImagemagick = "This will require imagemagick installed to generate thumbnails." | |
ImagemagickSecurity = "Keep in mind that imagemagick may contain vulnerabilities that could put your server at risk." | |
EnableVideoThumbnails = "Enable Video Thumbnails" | |
WillRequireFFmpegthumbnailer = "This will require ffmpegthumbnailer installed to generate thumbnails." | |
Submit = "Submit" | |
ChooseFile = "ChooseFile" | |
Description = "Description" | |
UsersProfile = "{{.Name}}'s Profile" | |
Settings = "Settings" | |
Info = "Info" | |
Edit = "Edit" | |
DeleteAccount = "Delete Account" | |
PasswordChange = "You will need to login again after changing password." | |
ExtraInfo = "Extra Info" | |
SetAsAvatar = "Set As Avatar" | |
Download = "Download" | |
UploadedBy = "Uploaded by: {{.Name}}" | |
CantPreviewPost = "Can't preview post." | |
ClickHereToDownloadInstead = "Click here to download instead." | |
PreviousPassword = "Current Password" | |
ConfirmPassword = "Confirm Password" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment