Skip to content

Commit

Permalink
Set line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Sep 4, 2023
1 parent 9f90fa2 commit dba6eb8
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ indent_size = 4
[*.{json,yml,md}]
indent_style = space
indent_size = 2

[{*.txt,wp-config-sample.php}]
end_of_line = crlf
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.wordpress-version-checker.json export-ignore

# Text files should have LF line endings.
* text eol=lf

# Binary files should not be modified.
*.mo binary
*.png binary
*.jpg binary
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
msgid ""
msgstr ""
"Project-Id-Version: plugin-update-checker\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-20 10:53+0300\n"
"PO-Revision-Date: 2017-07-05 15:39+0000\n"
"Last-Translator: Vojtěch Sajdl <[email protected]>\n"
"Language-Team: Czech (Czech Republic)\n"
"Language: cs-CZ\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Loco-Source-Locale: cs_CZ\n"
"X-Generator: Loco - https://localise.biz/\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_x\n"
"X-Poedit-SearchPath-0: .\n"
"X-Loco-Parser: loco_parse_po"

#: Puc/v4p1/Plugin/UpdateChecker.php:358
msgid "Check for updates"
msgstr "Zkontrolovat aktualizace"

#: Puc/v4p1/Plugin/UpdateChecker.php:405
#, php-format
msgctxt "the plugin title"
msgid "The %s plugin is up to date."
msgstr "Plugin %s je aktuální."

#: Puc/v4p1/Plugin/UpdateChecker.php:407
#, php-format
msgctxt "the plugin title"
msgid "A new version of the %s plugin is available."
msgstr "Nová verze pluginu %s je dostupná."

#: Puc/v4p1/Plugin/UpdateChecker.php:409
#, php-format
msgid "Unknown update checker status \"%s\""
msgstr "Neznámý status kontroly aktualizací \"%s\""

#: Puc/v4p1/Vcs/PluginUpdateChecker.php:83
msgid "There is no changelog available."
msgstr "Changelog není dostupný."
msgid ""
msgstr ""
"Project-Id-Version: plugin-update-checker\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-20 10:53+0300\n"
"PO-Revision-Date: 2017-07-05 15:39+0000\n"
"Last-Translator: Vojtěch Sajdl <[email protected]>\n"
"Language-Team: Czech (Czech Republic)\n"
"Language: cs-CZ\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Loco-Source-Locale: cs_CZ\n"
"X-Generator: Loco - https://localise.biz/\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_x\n"
"X-Poedit-SearchPath-0: .\n"
"X-Loco-Parser: loco_parse_po"

#: Puc/v4p1/Plugin/UpdateChecker.php:358
msgid "Check for updates"
msgstr "Zkontrolovat aktualizace"

#: Puc/v4p1/Plugin/UpdateChecker.php:405
#, php-format
msgctxt "the plugin title"
msgid "The %s plugin is up to date."
msgstr "Plugin %s je aktuální."

#: Puc/v4p1/Plugin/UpdateChecker.php:407
#, php-format
msgctxt "the plugin title"
msgid "A new version of the %s plugin is available."
msgstr "Nová verze pluginu %s je dostupná."

#: Puc/v4p1/Plugin/UpdateChecker.php:409
#, php-format
msgid "Unknown update checker status \"%s\""
msgstr "Neznámý status kontroly aktualizací \"%s\""

#: Puc/v4p1/Vcs/PluginUpdateChecker.php:83
msgid "There is no changelog available."
msgstr "Changelog není dostupný."

0 comments on commit dba6eb8

Please sign in to comment.