Merge pull request #236 from torvista/lang_en
english texts: Minor corrections, some additional information
This commit is contained in:
@@ -26,7 +26,7 @@ date: 20181016
|
|||||||
119 = ON
|
119 = ON
|
||||||
120 = OFF
|
120 = OFF
|
||||||
121 = Menu
|
121 = Menu
|
||||||
122 = If you have any question, please feel free to contact
|
122 = If you have a question, please feel free to contact
|
||||||
|
|
||||||
# Menu
|
# Menu
|
||||||
199 = www
|
199 = www
|
||||||
@@ -38,7 +38,7 @@ date: 20181016
|
|||||||
205 = Create database
|
205 = Create database
|
||||||
206 = Change root password
|
206 = Change root password
|
||||||
207 = Mail Catcher
|
207 = Mail Catcher
|
||||||
208 = View latest email
|
208 = View last email
|
||||||
209 = Open Mail Dir
|
209 = Open Mail Dir
|
||||||
210 = Get sendmail_path
|
210 = Get sendmail_path
|
||||||
211 = Configuration
|
211 = Configuration
|
||||||
@@ -66,26 +66,26 @@ date: 20181016
|
|||||||
|
|
||||||
317 = Document Root
|
317 = Document Root
|
||||||
318 = Click to change Document Root
|
318 = Click to change Document Root
|
||||||
319 = Data Dir
|
319 = Data Directory
|
||||||
320 = Click to change MySQL's DataDir
|
320 = Click to change MySQL's DataDir
|
||||||
|
|
||||||
322 = Auto virtual hosts
|
322 = Auto-create Virtual Hosts
|
||||||
323 = Just put a folder in Document Root & reload Apache, Laragon will auto create correspond hostname in hosts file and Apache's virtual hosts
|
323 = Just put a folder in Document Root & reload Apache, Laragon will auto-create a corresponding hostname in the hosts file and Apache's virtual hosts
|
||||||
|
|
||||||
# %s for a string placeholder
|
# %s for a string placeholder
|
||||||
324 = Hostname
|
324 = Hostname template
|
||||||
325 = Hostname format.\nex: if your project name is %s
|
325 = Hostname format.\nex: if your project name is %s
|
||||||
|
|
||||||
|
|
||||||
328 = Advanced
|
328 = Advanced
|
||||||
329 = When mail() function is called, Laragon will display generated email info\nin a small Window on the bottom right of your screen.
|
329 = When the mail() function is called, Laragon will display email info\nin a small window at the bottom right of your screen.
|
||||||
330 = The Window will be displayed in
|
330 = The window will be displayed for
|
||||||
331 = This feature helps you view email content quickly.\nYou can also view content of the latest email at any time in:\nMenu > PHP > MailCatcher
|
331 = This feature allows you to quickly verify email content.\nYou may also view the content of the last email via:\nMenu > PHP > MailCatcher
|
||||||
|
|
||||||
340 = Gmail Address
|
340 = Gmail Account Name
|
||||||
341 = Gmail Password
|
341 = Gmail Account Password
|
||||||
342 = Test Sending Mail
|
342 = Test Mail Sending
|
||||||
343 = Your Gmail Password will be encrypted from curious eyes.\nWhen enabled, you can send email to Internet easily. Just 1 line:
|
343 = You may need to allow "Less secure app access" in your Google account.\nYour Gmail password will be encrypted.\nWhen enabled, you may easily send emails with just one line:
|
||||||
|
|
||||||
|
|
||||||
# Mail Analyzer
|
# Mail Analyzer
|
||||||
@@ -108,7 +108,7 @@ date: 20181016
|
|||||||
|
|
||||||
# Hint
|
# Hint
|
||||||
500 = Online help
|
500 = Online help
|
||||||
501 = Left click: Laragon - Right click: Menu
|
501 = Left click: Open Laragon - Right click: Menu
|
||||||
502 = Start page
|
502 = Start page
|
||||||
503 = Database Management
|
503 = Database Management
|
||||||
504 = Open Command Prompt (Hotkey: CTRL+ALT+T)
|
504 = Open Command Prompt (Hotkey: CTRL+ALT+T)
|
||||||
@@ -135,24 +135,24 @@ date: 20181016
|
|||||||
|
|
||||||
|
|
||||||
# Messages
|
# Messages
|
||||||
700 = sendmail_path is copied to the Clipboard!
|
700 = sendmail_path was copied to the Clipboard!
|
||||||
701 = This feature is not available on your computer!
|
701 = This feature is not available on your computer!
|
||||||
702 = Please start %s first!
|
702 = Please start %s first!
|
||||||
703 = The name is not valid!
|
703 = The name is not valid!
|
||||||
704 = This directory does not contain a valid Laravel project!
|
704 = This directory does not contain a valid Laravel project!
|
||||||
705 = Please turn PHP Server on!
|
705 = Please start the PHP Server!
|
||||||
706 = Go to Menu > Preferences > Services & Ports, and enable PHP Server
|
706 = Go to Menu > Preferences > Services & Ports, and enable PHP Server
|
||||||
707 = Project exists!
|
707 = Project exists!
|
||||||
708 = If you really want to create the project, delete the project's folder and try again
|
708 = If you really want to create the project, delete the project's folder and try again
|
||||||
709 = No folder!
|
709 = No folder!
|
||||||
710 = No file!
|
710 = No file!
|
||||||
711 = %s is not running. Please start Redis Server first!
|
711 = %s is not running. Please start Redis Server first!
|
||||||
712 = Please don't use Space in Laragon's installation path (to avoid future troubles)!
|
712 = The Laragon installation path should not contain a space (to avoid potential problems)!
|
||||||
713 = Service %s is running, BUT under other process.
|
713 = Service %s is running, BUT under another process.
|
||||||
714 = Please stop your current WAMP stack or Laragon will run unexpectedly.
|
714 = Please stop your current WAMP stack or Laragon behaviour will be unpredictable.
|
||||||
715 = Path of the process:
|
715 = Path of the process:
|
||||||
|
|
||||||
# Hope you never see this :)
|
# Hope you never see these :)
|
||||||
716 = Oh no, Laragon detected exceptions!
|
716 = Oh no, Laragon detected exceptions!
|
||||||
717 = Could not create database %s. Reason: %s
|
717 = Could not create database %s. Reason: %s
|
||||||
718 = Could not change MySQL root password. Reason: %s
|
718 = Could not change MySQL root password. Reason: %s
|
||||||
@@ -164,8 +164,8 @@ date: 20181016
|
|||||||
724 = Not a valid MySQL Data Dir!
|
724 = Not a valid MySQL Data Dir!
|
||||||
725 = You must enable Apache and MySQL services in Menu > Preferences > Services & Ports!
|
725 = You must enable Apache and MySQL services in Menu > Preferences > Services & Ports!
|
||||||
|
|
||||||
# When Laragon can not modify hosts file
|
# When Laragon cannot modify the hosts file
|
||||||
726 = Oops! Your system prevents changing hosts file.\nPlease check your Antivirus or Permissions in Security tab or check if the file is Read-only\nLaragon will temporarily disable "Auto virtual hosts" feature!
|
726 = Oops! Your system prevents modification of the hosts file.\nPlease check your Antivirus or Permissions in Security tab or check if the file is Read-only\nLaragon will temporarily disable the "Auto virtual hosts" feature!
|
||||||
727 = To make this feature effective, you can try:\n1. Go to: %s\drivers\etc\n2. Right click on hosts file and uncheck Read-only checkbox
|
727 = To make this feature effective, you can try:\n1. Go to: %s\drivers\etc\n2. Right click on hosts file and uncheck Read-only checkbox
|
||||||
728 = Note: Current permissions on hosts file:
|
728 = Note: Current permissions on hosts file:
|
||||||
|
|
||||||
@@ -193,7 +193,7 @@ date: 20181016
|
|||||||
226 = Unpacking
|
226 = Unpacking
|
||||||
227 = Unpacked
|
227 = Unpacked
|
||||||
228 = not a supported format
|
228 = not a supported format
|
||||||
229 = Please wait until extracting is done
|
229 = Please wait until extraction is complete
|
||||||
230 = Wrong link
|
230 = Wrong link
|
||||||
231 = Error occurred when downloading. Please try again!
|
231 = Error occurred when downloading. Please try again!
|
||||||
232 = Error occurred! Maybe your download link is wrong.
|
232 = Error occurred! Maybe your download link is wrong.
|
||||||
@@ -205,7 +205,7 @@ date: 20181016
|
|||||||
238 = Select another
|
238 = Select another
|
||||||
239 = Database exists!
|
239 = Database exists!
|
||||||
240 = Leave blank if unknown
|
240 = Leave blank if unknown
|
||||||
241 = Apache's SSL port is disabled by default. Check it to enable.
|
241 = Apache's SSL port is disabled by default. Check to enable.
|
||||||
242 = Generated SSL certificate!
|
242 = Generated SSL certificate!
|
||||||
243 = You must click [%s] first!
|
243 = You must click [%s] first!
|
||||||
244 = Auto-create database
|
244 = Auto-create database
|
||||||
@@ -222,14 +222,14 @@ date: 20181016
|
|||||||
|
|
||||||
# Reset & generate a random password for root
|
# Reset & generate a random password for root
|
||||||
803 = Reset and generate a random password for root
|
803 = Reset and generate a random password for root
|
||||||
804 = You can sort out the issue by reseting MySQL root password at
|
804 = You can resolve the issue by resetting the MySQL password for root at
|
||||||
805 = Detect if MySQL is running
|
805 = Detect if MySQL is running
|
||||||
806 = %s is running with PID %d
|
806 = %s is running with PID %d
|
||||||
807 = Found one process
|
807 = Found one process
|
||||||
808 = You must stop the running MySQL first!
|
808 = You must stop the MySQL server first!
|
||||||
|
|
||||||
810 = Start MySQL server with %s option
|
810 = Start MySQL server with %s option
|
||||||
811 = Reseting root password & generating a random one
|
811 = Resetting root password & generating a random one
|
||||||
812 = Reset & generated MySQL root password!
|
812 = Reset & generated MySQL root password!
|
||||||
813 = Copied to the Clipboard: %s
|
813 = Copied to the Clipboard: %s
|
||||||
814 = Error occurred! %s
|
814 = Error occurred! %s
|
||||||
@@ -249,8 +249,8 @@ date: 20181016
|
|||||||
|
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
900 = Laragon runs extremely fast and has very low memory footprint (< 4 MB)
|
900 = Laragon runs extremely fast and has a very low memory footprint (< 4 MB)
|
||||||
901 = Your app will get pretty url ---> http://app.dev instead of http://localhost/app
|
901 = Your app will get a pretty url ---> http://app.dev instead of http://localhost/app
|
||||||
902 = Add Sublime Text && Terminal to the Right-Click Menu
|
902 = Add Sublime Text && Terminal to the Right-Click Menu
|
||||||
903 = Quick ways to open Text Editor & Command Prompt
|
903 = Quick ways to open Text Editor & Command Prompt
|
||||||
904 = View the README file
|
904 = View the README file
|
||||||
@@ -266,7 +266,7 @@ date: 20181016
|
|||||||
150 = Add Laragon to Path
|
150 = Add Laragon to Path
|
||||||
151 = Remove Laragon from Path
|
151 = Remove Laragon from Path
|
||||||
152 = Manage Path
|
152 = Manage Path
|
||||||
153 = Added Laragon to Path! You may need to log off and log on again for the changes to take affect.
|
153 = Added Laragon to Path! You may need to log off and log on again for the changes to take effect.
|
||||||
154 = Removed Laragon from Path!
|
154 = Removed Laragon from Path!
|
||||||
155 = Close all
|
155 = Close all
|
||||||
156 = Autorun
|
156 = Autorun
|
||||||
|
|||||||
Reference in New Issue
Block a user