qsgen2: Update strings in language files
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
typeset -A localization
|
||||
localization=(
|
||||
_msg_msg_1 "Usage: qsgen2 add \\"Site Name\\" \\"/path/to/project\\""
|
||||
_msg_msg_2 "- Forced Update: Generating Everything"
|
||||
_msg_msg_3 "* %SCRIPT_NAME% cannot parse this site. Exiting. *"
|
||||
_msg_msg_4 "Please install Pandoc."
|
||||
_msg_msg_5 "https://github.com/jgm/pandoc/releases"
|
||||
_msg_msg_6 "No valid generator found. Are you sure you\'ve selected the correct generator in \'config\'?"
|
||||
_msg_msg_7 "Using the ${generator} engine for files: ${file_ext}"
|
||||
_qsgen2_msg_1 "Usage: qsgen2 add \\"Site Name\\" \\"/path/to/project\\""
|
||||
_qsgen2_msg_2 "- Forced Update: Generating Everything"
|
||||
_qsgen2_msg_3 "* %SCRIPT_NAME% cannot parse this site. Exiting. *"
|
||||
_qsgen2_msg_4 "Please install Pandoc."
|
||||
_qsgen2_msg_5 "No valid generator found. Are you sure you\'ve selected the correct generator in \'config\'?"
|
||||
_qsgen2_msg_6 "Using the ${generator} engine for files: ${file_ext}"
|
||||
_qsgen2_msg_7 "- Created by kekePower - 2018-$(strftime "%Y")"
|
||||
_qsgen2_msg_8 "- See '${1} help' for more information."
|
||||
_qsgen2_msg_9 "Contents of the Config file:"
|
||||
_list_pages_msg_1 "_list_pages: No Pages found with ext ${file_ext}."
|
||||
_list_pages_msg_2 "_list_pages: Adding file to array: ${file}"
|
||||
_list_blogs_msg_3 "_list_blogs: No blog files found."
|
||||
|
Reference in New Issue
Block a user