Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions lang/hu-informal/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
/**
* Hungarian (informal) language for Page Redirect plugin
*
* @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author : David Lorentsen <[email protected]>
*
* Translation credits:
* @author: Szíjártó Levente Pál <[email protected]>
*/

$lang['redirect_to'] = "Ez a szócikk elköltözött. Az új helye: %s.";
$lang['redirected_from'] = "Átirányítva innen: %s.";
13 changes: 13 additions & 0 deletions lang/hu-informal/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
/**
* Hungarian (informal) language for Page Redirect plugin
*
* @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author : David Lorentsen <[email protected]>
*
* Translation credits:
* @author: Szíjártó Levente Pál <[email protected]>
*/

$lang['show_note'] = 'Az átirányításról tájékoztató üzenet megjelenítése a céllapon';
$lang['allow_external'] = 'Külső weblapokra történő átirányítás engedélyezése';
13 changes: 13 additions & 0 deletions lang/hu/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
/**
* Hungarian (formal) language for Page Redirect plugin
*
* @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author : David Lorentsen <[email protected]>
*
* Translation credits:
* @author: Szíjártó Levente Pál <[email protected]>
*/

$lang['redirect_to'] = "Ez a szócikk elköltözött. Az új helye: %s.";
$lang['redirected_from'] = "Átirányítva innen: %s.";
13 changes: 13 additions & 0 deletions lang/hu/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
/**
* Hungarian (formal) language for Page Redirect plugin
*
* @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author : David Lorentsen <[email protected]>
*
* Translation credits:
* @author: Szíjártó Levente Pál <[email protected]>
*/

$lang['show_note'] = 'Az átirányításról tájékoztató üzenet megjelenítése a céllapon';
$lang['allow_external'] = 'Külső weblapokra történő átirányítás engedélyezése';