Skip to content

Commit 1b6c240

Browse files
committed
Add Croatian and Dutch languages
1 parent 7ee8726 commit 1b6c240

19 files changed

Lines changed: 315 additions & 129 deletions

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ Extension for phpBB 3.1 to let visitors quickly switch board styles.
1515
- ACP module to set guest access and whether to use the default template location: `EVENT overall_header_navigation_prepend`
1616

1717
#### Requirements
18-
- phpBB 3.1-RC3 or higher
18+
- phpBB 3.1.2 or higher
1919
- PHP 5.3.3 or higher
2020

2121
#### Languages supported
2222
- English
2323
- Spanish
2424
- Estonian
25+
- Arabic
26+
- Croatian
27+
- Russian
28+
- Dutch
2529

2630
#### To do list
2731
- Choose a better template event to include it in the header. The current position is not ideal. Especially for responsive layout.

acp/quickstyle_info.php

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
2-
32
/**
4-
*
5-
* @package Quick Style
6-
* @copyright (c) 2014 PayBas
7-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8-
*
9-
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
10-
*
11-
*/
3+
*
4+
* @package Quick Style
5+
* @copyright (c) 2015 PayBas
6+
* @license GNU General Public License, version 2 (GPL-2.0)
7+
*
8+
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
9+
*
10+
*/
1211

1312
namespace paybas\quickstyle\acp;
1413

acp/quickstyle_module.php

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
2-
32
/**
4-
*
5-
* @package Quick Style
6-
* @copyright (c) 2014 PayBas
7-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8-
*
9-
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
10-
*
11-
*/
3+
*
4+
* @package Quick Style
5+
* @copyright (c) 2015 PayBas
6+
* @license GNU General Public License, version 2 (GPL-2.0)
7+
*
8+
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
9+
*
10+
*/
1211

1312
namespace paybas\quickstyle\acp;
1413

event/listener.php

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
2-
32
/**
4-
*
5-
* @package Quick Style
6-
* @copyright (c) 2014 PayBas
7-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8-
*
9-
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
10-
*
11-
*/
3+
*
4+
* @package Quick Style
5+
* @copyright (c) 2015 PayBas
6+
* @license GNU General Public License, version 2 (GPL-2.0)
7+
*
8+
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
9+
*
10+
*/
1211

1312
namespace paybas\quickstyle\event;
1413

language/ar/info_acp_quickstyle.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
2-
32
/**
4-
*
5-
* @package Quick Style [Arabic]
6-
* @copyright (c) 2014 PayBas
7-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8-
*
9-
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
10-
*
11-
* Translated By : Basil Taha Alhitary - www.alhitary.net
12-
*/
3+
*
4+
* @package Quick Style
5+
* Arabic translation by Basil Taha Alhitary (www.alhitary.net)
6+
*
7+
* @copyright (c) 2015 PayBas
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
11+
*
12+
*/
1313

1414
/**
1515
* DO NOT CHANGE

language/ar/quickstyle.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
2-
32
/**
4-
*
5-
* @package Quick Style [Arabic]
6-
* @copyright (c) 2014 PayBas
7-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8-
*
9-
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
10-
*
11-
* Translated By : Basil Taha Alhitary - www.alhitary.net
12-
*/
3+
*
4+
* @package Quick Style
5+
* Arabic translation by Basil Taha Alhitary (www.alhitary.net)
6+
*
7+
* @copyright (c) 2015 PayBas
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
11+
*
12+
*/
1313

1414
/**
1515
* DO NOT CHANGE

language/en/info_acp_quickstyle.php

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?php
2-
32
/**
4-
*
5-
* @package Quick Style [English]
6-
* @copyright (c) 2014 PayBas
7-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8-
*
9-
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
10-
*
11-
*/
3+
*
4+
* @package Quick Style
5+
* English translation by PayBas
6+
*
7+
* @copyright (c) 2015 PayBas
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
11+
*
12+
*/
1213

1314
/**
1415
* DO NOT CHANGE

language/en/quickstyle.php

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?php
2-
32
/**
4-
*
5-
* @package Quick Style [English]
6-
* @copyright (c) 2014 PayBas
7-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8-
*
9-
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
10-
*
11-
*/
3+
*
4+
* @package Quick Style
5+
* English translation by PayBas
6+
*
7+
* @copyright (c) 2015 PayBas
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
11+
*
12+
*/
1213

1314
/**
1415
* DO NOT CHANGE

language/es/info_acp_quickstyle.php

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?php
2-
32
/**
4-
*
5-
* @package Quick Style [Spanish]
6-
* @copyright (c) 2014 PayBas
7-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8-
*
9-
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
10-
*
11-
*/
3+
*
4+
* @package Quick Style
5+
* Spanish translation by Raul [ThE KuKa] (www.phpbb-es.com)
6+
*
7+
* @copyright (c) 2015 PayBas
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
11+
*
12+
*/
1213

1314
/**
1415
* DO NOT CHANGE

language/es/quickstyle.php

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?php
2-
32
/**
4-
*
5-
* @package Quick Style [Spanish]
6-
* @copyright (c) 2014 PayBas
7-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
8-
*
9-
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
10-
*
11-
*/
3+
*
4+
* @package Quick Style
5+
* Spanish translation by Raul [ThE KuKa] (www.phpbb-es.com)
6+
*
7+
* @copyright (c) 2015 PayBas
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
* Based on the original Prime Quick Style by Ken F. Innes IV (primehalo)
11+
*
12+
*/
1213

1314
/**
1415
* DO NOT CHANGE

0 commit comments

Comments
 (0)