Skip to content

Commit

Permalink
fix(lang) : delete comments and duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed Dec 10, 2023
1 parent a6b2ead commit 3f16208
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 38 deletions.
9 changes: 0 additions & 9 deletions lang/yeswiki_ca.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,6 @@
'NEW_ACL_SUCCESSFULLY_SAVED_FOR_HANDLER' => 'S\'ha enregistrat amb èxit la nova ACL per al handler',
'EDIT_RIGHTS_FOR_HANDLER' => 'Edita els drets del handler',

// actions/erasespamedcomments.class.php
// 'ERASED_COMMENTS' => 'Commentaire(s) effacé(s)',
// 'FORM_RETURN' => 'Retour au formulaire',
// 'NO_RECENT_COMMENTS' => 'Pas de commentaires récents',
// 'NO_SELECTED_COMMENTS_TO_ERASE' => 'Aucun commentaire n\'a été sélectionné pour étre effacé',

// actions/footer.php ignorada, perquè els patrons d'eines han donat un error
// actions/header.php ignorada, perquè els patrons d'eines han donat un error

// actions/include.php
'ERROR' => 'Error',
'ACTION' => 'Acció',
Expand Down
8 changes: 0 additions & 8 deletions lang/yeswiki_en.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,6 @@
'NEW_ACL_FOR_HANDLER' => 'New ACL for the handler',
'NEW_ACL_SUCCESSFULLY_SAVED_FOR_HANDLER' => 'New ACL successfully saved for the handler',
'EDIT_RIGHTS_FOR_HANDLER' => 'Edit handler\'s rights',
// actions/erasespamedcomments.class.php
// 'ERASED_COMMENTS' => 'Commentaire(s) effacé(s)',
// 'FORM_RETURN' => 'Retour au formulaire',
// 'NO_RECENT_COMMENTS' => 'Pas de commentaires récents',
// 'NO_SELECTED_COMMENTS_TO_ERASE' => 'Aucun commentaire n\'a été sélectionné pour étre effacé',
// actions/footer.php ignoree, car le tools templates court circuite
// actions/header.php ignoree, car le tools templates court circuite
// actions/include.php
'ERROR' => 'Error',
'ACTION' => 'Action',
'MISSING_PAGE_PARAMETER' => '"page" parameter is missing',
Expand Down
6 changes: 0 additions & 6 deletions lang/yeswiki_es.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@
'NEW_ACL_SUCCESSFULLY_SAVED_FOR_HANDLER' => 'Nueva ACL grabada con éxito para el handler',
'EDIT_RIGHTS_FOR_HANDLER' => 'Editar los derechos del handler',

// actions/erasespamedcomments.class.php
// 'ERASED_COMMENTS' => 'Commentaire(s) effacé(s)',
// 'FORM_RETURN' => 'Retour au formulaire',
// 'NO_RECENT_COMMENTS' => 'Pas de commentaires récents',
// 'NO_SELECTED_COMMENTS_TO_ERASE' => 'Aucun commentaire n\'a été sélectionné pour étre effacé',

// actions/footer.php ignoree, car le tools templates court circuite
// actions/header.php ignoree, car le tools templates court circuite

Expand Down
3 changes: 0 additions & 3 deletions lang/yeswiki_fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@
'TO_OBTAIN_RSS_FEED_TO_GO_THIS_ADDRESS' => 'Pour obtenir le fil RSS des derniers changements, utilisez l\'adresse suivante',
'LATEST_CHANGES_ON' => 'Derniers changements sur',

// actions/recentcomments.php
'NO_RECENT_COMMENTS' => 'Pas de commentaires récents',

// actions/recentcommentsrss.php
'TO_OBTAIN_COMMENTS_RSS_FEED_TO_GO_THIS_ADDRESS' => 'Pour obtenir le fil RSS des derniers commentaires, utilisez l\'adresse suivante',
'LATEST_COMMENTS_ON' => 'Derniers commentaires sur',
Expand Down
3 changes: 0 additions & 3 deletions lang/yeswiki_nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@
'TO_OBTAIN_RSS_FEED_TO_GO_THIS_ADDRESS' => 'Gebruik het volgende adres om de RSS-feed van de laatste wijzigingen te krijgen',
'LATEST_CHANGES_ON' => 'Laatste wijzigingen aan',

// actions/recentcomments.php
'NO_RECENT_COMMENTS' => 'Geen recente commentaren',

// actions/recentcommentsrss.php
'TO_OBTAIN_COMMENTS_RSS_FEED_TO_GO_THIS_ADDRESS' => 'Gebruik het volgende adres om de RSS-feed van de laatste commentaren te krijgen',
'LATEST_COMMENTS_ON' => 'Laatste commentaren over',
Expand Down
9 changes: 0 additions & 9 deletions lang/yeswiki_pt.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@
// 'NEW_ACL_SUCCESSFULLY_SAVED_FOR_HANDLER' => 'Nouvelle ACL enregistrée avec succès pour le handler',
'EDIT_RIGHTS_FOR_HANDLER' => 'Editar direitos do handler',

// actions/erasespamedcomments.class.php
// 'ERASED_COMMENTS' => 'Commentaire(s) effacé(s)',
// 'FORM_RETURN' => 'Retour au formulaire',
// 'NO_RECENT_COMMENTS' => 'Pas de commentaires récents',
// 'NO_SELECTED_COMMENTS_TO_ERASE' => 'Aucun commentaire n\'a été sélectionné pour étre effacé',

// actions/footer.php ignoree, car le tools templates court circuite
// actions/header.php ignoree, car le tools templates court circuite

// actions/include.php
'ERROR' => 'Erro',
'ACTION' => 'Ação',
Expand Down

0 comments on commit 3f16208

Please sign in to comment.