Skip to content

Commit

Permalink
Translation file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Sep 3, 2015
1 parent 963692f commit 37284ff
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 20 deletions.
1 change: 1 addition & 0 deletions language/es/lightbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/**
*
* Lightbox extension for the phpBB Forum Software package.
* Translation by phpbb-es
*
* @copyright (c) 2015 Matt Friedman
* @license GNU General Public License, version 2 (GPL-2.0)
Expand Down
20 changes: 2 additions & 18 deletions language/fr/lightbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
*/

/**
* DO NOT CHANGE
*/
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
Expand All @@ -22,22 +22,6 @@
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ « » “ ” …
//

$lang = array_merge($lang, array(
'LIGHTBOX_SETTINGS' => 'Paramètres de la Lightbox',
'LIGHTBOX_MAX_WIDTH' => 'Largeur maximale de l’image en pixel',
Expand Down
4 changes: 4 additions & 0 deletions language/it/lightbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,26 @@
/**
*
* Lightbox extension for the phpBB Forum Software package.
* Translation by Mauron.
*
* @copyright (c) 2015 Matt Friedman
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}

if (empty($lang) || !is_array($lang))
{
$lang = array();
}

$lang = array_merge($lang, array(
'LIGHTBOX_SETTINGS' => 'Impostazioni Lightbox',
'LIGHTBOX_MAX_WIDTH' => 'Larghezza massima immagine in pixel',
Expand Down
1 change: 1 addition & 0 deletions language/ja/lightbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/**
*
* Lightbox extension for the phpBB Forum Software package.
* Translation by momo-i.
*
* @copyright (c) 2015 Matt Friedman
* @license GNU General Public License, version 2 (GPL-2.0)
Expand Down
2 changes: 1 addition & 1 deletion language/nl/lightbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
/**
*
* Lightbox extension for the phpBB Forum Software package.
* [Dutch] translated by Dutch Translators (https://github.com/dutch-translators)
*
* @copyright (c) 2015 Matt Friedman
* @license GNU General Public License, version 2 (GPL-2.0)
* [Dutch] translated by Dutch Translators (https://github.com/dutch-translators)
*
*/

Expand Down
2 changes: 1 addition & 1 deletion language/pl/lightbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
/**
*
* Lightbox extension for the phpBB Forum Software package.
* Polish translation by HPK.
*
* @copyright (c) 2015 Matt Friedman
* @license GNU General Public License, version 2 (GPL-2.0)
* @polish translation by HPK
*
*/

Expand Down

0 comments on commit 37284ff

Please sign in to comment.