-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #435 from bmjen/rel-141
Release 1.4.1
- Loading branch information
Showing
3 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module PDK | ||
VERSION = '1.4.0'.freeze | ||
VERSION = '1.4.1'.freeze | ||
TEMPLATE_REF = VERSION | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: puppet development kit v1.3.2-69-g30c8e60\n" | ||
"Project-Id-Version: puppet development kit v1.4.0-4-g1fdbdb1\n" | ||
"\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2018-02-21 11:30-0700\n" | ||
"PO-Revision-Date: 2018-02-21 11:30-0700\n" | ||
"POT-Creation-Date: 2018-02-22 14:11-0700\n" | ||
"PO-Revision-Date: 2018-02-22 14:11-0700\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
|
@@ -738,15 +738,15 @@ msgstr "" | |
msgid "Symlinks in modules are not supported and will not be included in the package. Please investigate symlink %{from} -> %{to}." | ||
msgstr "" | ||
|
||
#: ../lib/pdk/module/convert.rb:23 | ||
#: ../lib/pdk/module/convert.rb:23 ../lib/pdk/module/update.rb:17 | ||
msgid "No changes required." | ||
msgstr "" | ||
|
||
#: ../lib/pdk/module/convert.rb:34 | ||
msgid "Module conversion is a potentially destructive action. Ensure that you have committed your module to a version control system or have a backup, and review the changes above before continuing." | ||
msgstr "" | ||
|
||
#: ../lib/pdk/module/convert.rb:39 ../lib/pdk/module/update.rb:26 | ||
#: ../lib/pdk/module/convert.rb:39 ../lib/pdk/module/update.rb:30 | ||
msgid "Do you want to continue and make these changes to your module?" | ||
msgstr "" | ||
|
||
|
@@ -758,20 +758,20 @@ msgstr "" | |
msgid "Unable to update module metadata; %{path} exists but it is not a file." | ||
msgstr "" | ||
|
||
#: ../lib/pdk/module/convert.rb:154 ../lib/pdk/module/convert.rb:159 ../lib/pdk/module/convert.rb:163 | ||
#: ../lib/pdk/module/convert.rb:158 ../lib/pdk/module/convert.rb:163 ../lib/pdk/module/convert.rb:167 | ||
msgid "" | ||
"\n" | ||
"%{banner}" | ||
msgstr "" | ||
|
||
#: ../lib/pdk/module/convert.rb:165 | ||
#: ../lib/pdk/module/convert.rb:169 | ||
msgid "" | ||
"\n" | ||
"%{summary}\n" | ||
"\n" | ||
msgstr "" | ||
|
||
#: ../lib/pdk/module/convert.rb:175 | ||
#: ../lib/pdk/module/convert.rb:179 | ||
msgid "" | ||
"\n" | ||
"You can find a report of differences in %{path}.\n" | ||
|
@@ -848,15 +848,15 @@ msgstr "" | |
msgid "'%{file}' is not a valid YAML file: %{message}" | ||
msgstr "" | ||
|
||
#: ../lib/pdk/module/update.rb:17 | ||
#: ../lib/pdk/module/update.rb:13 | ||
msgid "This module is already up to date with version %{version} of the template." | ||
msgstr "" | ||
|
||
#: ../lib/pdk/module/update.rb:92 | ||
#: ../lib/pdk/module/update.rb:96 | ||
msgid "Updating %{module_name} using the default template, from %{current_version} to %{new_version}" | ||
msgstr "" | ||
|
||
#: ../lib/pdk/module/update.rb:94 | ||
#: ../lib/pdk/module/update.rb:98 | ||
msgid "Updating %{module_name} using the template at %{template_url}, from %{current_version} to %{new_version}" | ||
msgstr "" | ||
|
||
|