-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixes for array values. - Add Github Workflows.
- Loading branch information
Showing
5 changed files
with
59 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
deny from all |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: PHP Lint | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
branches: [ master ] | ||
|
||
jobs: | ||
phplint: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: PHP Lint | ||
uses: michaelw90/[email protected] |
Binary file not shown.
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,74 +1,74 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: WPU Post Metas\n" | ||
"POT-Creation-Date: 2023-02-13 11:43+0100\n" | ||
"POT-Creation-Date: 2023-08-01 11:33+0200\n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: Darklg <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: fr_FR\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 3.2.2\n" | ||
"X-Generator: Poedit 3.3.2\n" | ||
"X-Poedit-SourceCharset: UTF-8\n" | ||
"X-Poedit-Basepath: .\n" | ||
"X-Poedit-KeywordsList: __;_e\n" | ||
"X-Poedit-SearchPath-0: ../.\n" | ||
|
||
#: .././wpupostmetas.php:83 | ||
#: .././wpupostmetas.php:84 | ||
msgid "Simple admin for post metas" | ||
msgstr "Administration simple pour les post metas" | ||
|
||
#: .././wpupostmetas.php:95 | ||
#: .././wpupostmetas.php:96 | ||
msgid "Delete this line?" | ||
msgstr "Supprimer cette ligne ?" | ||
|
||
#: .././wpupostmetas.php:518 | ||
#: .././wpupostmetas.php:526 | ||
msgid "Remove image" | ||
msgstr "Retirer l’image" | ||
|
||
#: .././wpupostmetas.php:519 | ||
#: .././wpupostmetas.php:527 | ||
msgid "Choose an image" | ||
msgstr "Choisir une image" | ||
|
||
#: .././wpupostmetas.php:520 | ||
#: .././wpupostmetas.php:528 | ||
msgid "Change image" | ||
msgstr "Changer l’image" | ||
|
||
#: .././wpupostmetas.php:522 | ||
#: .././wpupostmetas.php:530 | ||
msgid "Remove file" | ||
msgstr "Retirer le fichier" | ||
|
||
#: .././wpupostmetas.php:523 | ||
#: .././wpupostmetas.php:531 | ||
msgid "Choose a file" | ||
msgstr "Choisir un fichier" | ||
|
||
#: .././wpupostmetas.php:524 | ||
#: .././wpupostmetas.php:532 | ||
msgid "Change file" | ||
msgstr "Changer de fichier" | ||
|
||
#: .././wpupostmetas.php:540 .././wpupostmetas.php:576 | ||
#: .././wpupostmetas.php:548 .././wpupostmetas.php:584 | ||
msgid "Select a value" | ||
msgstr "Sélectionnez une valeur" | ||
|
||
#: .././wpupostmetas.php:561 .././wpupostmetas.php:577 | ||
#: .././wpupostmetas.php:723 | ||
#: .././wpupostmetas.php:569 .././wpupostmetas.php:585 | ||
#: .././wpupostmetas.php:731 | ||
msgid "None" | ||
msgstr "Aucun" | ||
|
||
#: .././wpupostmetas.php:614 | ||
#: .././wpupostmetas.php:622 | ||
msgid "Add a new line" | ||
msgstr "Nouvelle ligne" | ||
|
||
#: .././wpupostmetas.php:615 | ||
#: .././wpupostmetas.php:623 | ||
msgid "Copy last line" | ||
msgstr "Copier la dernière ligne" | ||
|
||
#: .././wpupostmetas.php:850 | ||
#: .././wpupostmetas.php:858 | ||
msgid "No" | ||
msgstr "Non" | ||
|
||
#: .././wpupostmetas.php:851 | ||
#: .././wpupostmetas.php:859 | ||
msgid "Yes" | ||
msgstr "Oui" | ||
|
||
|
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