Revision 1279
Added by Luisehahne almost 16 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
| 14 | 14 |
28-Jan-2010 Dietmar Woellbrink (Luisehahne) |
| 15 |
+ Ticket #927 news module language file in swedish |
|
| 16 |
! update headertext |
|
| 17 |
28-Jan-2010 Dietmar Woellbrink (Luisehahne) |
|
| 15 | 18 |
# Ticket #925 Slovak Lang Missing in allowed install languages! |
| 16 | 19 |
28-Jan-2010 Dietmar Woellbrink (Luisehahne) |
| 17 | 20 |
! update headertext |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 52 | 52 |
|
| 53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.1');
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1278');
|
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1279');
|
|
| 56 | 56 |
|
| 57 | 57 |
?> |
| branches/2.8.x/wb/modules/news/languages/NL.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/* |
|
| 3 |
* |
|
| 4 |
* About WebsiteBaker |
|
| 5 |
* |
|
| 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
|
| 7 |
* designed with one goal in mind: to enable its users to produce websites |
|
| 8 |
* with ease. |
|
| 9 |
* |
|
| 10 |
* LICENSE INFORMATION |
|
| 11 |
* |
|
| 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
|
| 13 |
* modify it under the terms of the GNU General Public License |
|
| 14 |
* as published by the Free Software Foundation; either version 2 |
|
| 15 |
* of the License, or (at your option) any later version. |
|
| 16 |
* |
|
| 17 |
* WebsiteBaker is distributed in the hope that it will be useful, |
|
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
| 20 |
* See the GNU General Public License for more details. |
|
| 21 |
* |
|
| 22 |
* You should have received a copy of the GNU General Public License |
|
| 23 |
* along with this program; if not, write to the Free Software |
|
| 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 | 2 |
/** |
| 31 | 3 |
* |
| 32 | 4 |
* @category modules |
| ... | ... | |
| 62 | 34 |
$MOD_NEWS['TEXT_COMMENT'] = 'Commentaar'; |
| 63 | 35 |
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Toevoegen commentaar'; |
| 64 | 36 |
$MOD_NEWS['TEXT_BY'] = 'door'; |
| 65 |
$MOD_NEWS['PAGE_NOT_FOUND'] = 'Page not found';
|
|
| 37 |
$MOD_NEWS['PAGE_NOT_FOUND'] = 'Pagina niet gevonden';
|
|
| 66 | 38 |
$TEXT['UNKNOWN'] = 'Guest'; |
| 67 | 39 |
|
| 68 | 40 |
?> |
| branches/2.8.x/wb/modules/news/languages/NO.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/* |
|
| 3 |
* |
|
| 4 |
* About WebsiteBaker |
|
| 5 |
* |
|
| 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
|
| 7 |
* designed with one goal in mind: to enable its users to produce websites |
|
| 8 |
* with ease. |
|
| 9 |
* |
|
| 10 |
* LICENSE INFORMATION |
|
| 11 |
* |
|
| 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
|
| 13 |
* modify it under the terms of the GNU General Public License |
|
| 14 |
* as published by the Free Software Foundation; either version 2 |
|
| 15 |
* of the License, or (at your option) any later version. |
|
| 16 |
* |
|
| 17 |
* WebsiteBaker is distributed in the hope that it will be useful, |
|
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
| 20 |
* See the GNU General Public License for more details. |
|
| 21 |
* |
|
| 22 |
* You should have received a copy of the GNU General Public License |
|
| 23 |
* along with this program; if not, write to the Free Software |
|
| 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 | 2 |
/** |
| 31 | 3 |
* |
| 32 | 4 |
* @category modules |
| ... | ... | |
| 61 | 33 |
$MOD_NEWS['TEXT_COMMENT'] = 'Kommentar'; |
| 62 | 34 |
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Legg Til Kommentar'; |
| 63 | 35 |
$MOD_NEWS['TEXT_BY'] = 'Av'; |
| 64 |
$MOD_NEWS['PAGE_NOT_FOUND'] = 'Page not found';
|
|
| 36 |
$MOD_NEWS['PAGE_NOT_FOUND'] = 'Finner ikke siden ';
|
|
| 65 | 37 |
$TEXT['UNKNOWN'] = 'Guest'; |
| 66 | 38 |
|
| 67 | 39 |
?> |
| branches/2.8.x/wb/modules/news/languages/EN.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/* |
|
| 3 |
* |
|
| 4 |
* About WebsiteBaker |
|
| 5 |
* |
|
| 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
|
| 7 |
* designed with one goal in mind: to enable its users to produce websites |
|
| 8 |
* with ease. |
|
| 9 |
* |
|
| 10 |
* LICENSE INFORMATION |
|
| 11 |
* |
|
| 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
|
| 13 |
* modify it under the terms of the GNU General Public License |
|
| 14 |
* as published by the Free Software Foundation; either version 2 |
|
| 15 |
* of the License, or (at your option) any later version. |
|
| 16 |
* |
|
| 17 |
* WebsiteBaker is distributed in the hope that it will be useful, |
|
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
| 20 |
* See the GNU General Public License for more details. |
|
| 21 |
* |
|
| 22 |
* You should have received a copy of the GNU General Public License |
|
| 23 |
* along with this program; if not, write to the Free Software |
|
| 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 | 2 |
/** |
| 31 | 3 |
* |
| 32 | 4 |
* @category modules |
| branches/2.8.x/wb/modules/news/languages/DA.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/* |
|
| 3 |
* |
|
| 4 |
* About WebsiteBaker |
|
| 5 |
* |
|
| 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
|
| 7 |
* designed with one goal in mind: to enable its users to produce websites |
|
| 8 |
* with ease. |
|
| 9 |
* |
|
| 10 |
* LICENSE INFORMATION |
|
| 11 |
* |
|
| 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
|
| 13 |
* modify it under the terms of the GNU General Public License |
|
| 14 |
* as published by the Free Software Foundation; either version 2 |
|
| 15 |
* of the License, or (at your option) any later version. |
|
| 16 |
* |
|
| 17 |
* WebsiteBaker is distributed in the hope that it will be useful, |
|
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
| 20 |
* See the GNU General Public License for more details. |
|
| 21 |
* |
|
| 22 |
* You should have received a copy of the GNU General Public License |
|
| 23 |
* along with this program; if not, write to the Free Software |
|
| 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 | 2 |
/** |
| 31 | 3 |
* |
| 32 | 4 |
* @category modules |
| branches/2.8.x/wb/modules/news/languages/RU.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/* |
|
| 3 |
* |
|
| 4 |
* About WebsiteBaker |
|
| 5 |
* |
|
| 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
|
| 7 |
* designed with one goal in mind: to enable its users to produce websites |
|
| 8 |
* with ease. |
|
| 9 |
* |
|
| 10 |
* LICENSE INFORMATION |
|
| 11 |
* |
|
| 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
|
| 13 |
* modify it under the terms of the GNU General Public License |
|
| 14 |
* as published by the Free Software Foundation; either version 2 |
|
| 15 |
* of the License, or (at your option) any later version. |
|
| 16 |
* |
|
| 17 |
* WebsiteBaker is distributed in the hope that it will be useful, |
|
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
| 20 |
* See the GNU General Public License for more details. |
|
| 21 |
* |
|
| 22 |
* You should have received a copy of the GNU General Public License |
|
| 23 |
* along with this program; if not, write to the Free Software |
|
| 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 | 2 |
/** |
| 31 | 3 |
* |
| 32 | 4 |
* @category modules |
| branches/2.8.x/wb/modules/news/languages/FR.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/* |
|
| 3 |
* |
|
| 4 |
* About WebsiteBaker |
|
| 5 |
* |
|
| 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
|
| 7 |
* designed with one goal in mind: to enable its users to produce websites |
|
| 8 |
* with ease. |
|
| 9 |
* |
|
| 10 |
* LICENSE INFORMATION |
|
| 11 |
* |
|
| 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
|
| 13 |
* modify it under the terms of the GNU General Public License |
|
| 14 |
* as published by the Free Software Foundation; either version 2 |
|
| 15 |
* of the License, or (at your option) any later version. |
|
| 16 |
* |
|
| 17 |
* WebsiteBaker is distributed in the hope that it will be useful, |
|
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
| 20 |
* See the GNU General Public License for more details. |
|
| 21 |
* |
|
| 22 |
* You should have received a copy of the GNU General Public License |
|
| 23 |
* along with this program; if not, write to the Free Software |
|
| 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 | 2 |
/** |
| 31 | 3 |
* |
| 32 | 4 |
* @category modules |
| ... | ... | |
| 45 | 17 |
*/ |
| 46 | 18 |
|
| 47 | 19 |
//Module Description |
| 48 |
$module_description = 'This page type is designed for making a news page.';
|
|
| 20 |
$module_description = 'Ce type de page est con?u à faire une page de nouvelles.';
|
|
| 49 | 21 |
|
| 50 | 22 |
//Variables for the backend |
| 51 | 23 |
$MOD_NEWS['SETTINGS'] = 'Configurations Nouvelles'; |
| ... | ... | |
| 61 | 33 |
$MOD_NEWS['TEXT_COMMENT'] = 'Commentaire'; |
| 62 | 34 |
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Ajouter un commentaire'; |
| 63 | 35 |
$MOD_NEWS['TEXT_BY'] = 'Par'; |
| 64 |
$MOD_NEWS['PAGE_NOT_FOUND'] = 'Page not found';
|
|
| 65 |
$TEXT['UNKNOWN'] = 'Guest';
|
|
| 36 |
$MOD_NEWS['PAGE_NOT_FOUND'] = 'Page non trouvée';
|
|
| 37 |
$TEXT['UNKNOWN'] = 'Invité';
|
|
| 66 | 38 |
|
| 67 | 39 |
?> |
| branches/2.8.x/wb/modules/news/languages/index.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/* |
|
| 3 |
* |
|
| 4 |
* About WebsiteBaker |
|
| 5 |
* |
|
| 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
|
| 7 |
* designed with one goal in mind: to enable its users to produce websites |
|
| 8 |
* with ease. |
|
| 9 |
* |
|
| 10 |
* LICENSE INFORMATION |
|
| 11 |
* |
|
| 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
|
| 13 |
* modify it under the terms of the GNU General Public License |
|
| 14 |
* as published by the Free Software Foundation; either version 2 |
|
| 15 |
* of the License, or (at your option) any later version. |
|
| 16 |
* |
|
| 17 |
* WebsiteBaker is distributed in the hope that it will be useful, |
|
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
| 20 |
* See the GNU General Public License for more details. |
|
| 21 |
* |
|
| 22 |
* You should have received a copy of the GNU General Public License |
|
| 23 |
* along with this program; if not, write to the Free Software |
|
| 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 | 2 |
/** |
| 31 | 3 |
* |
| 32 | 4 |
* @category modules |
| branches/2.8.x/wb/modules/news/languages/SE.php | ||
|---|---|---|
| 1 |
<?php |
|
| 2 |
/** |
|
| 3 |
* |
|
| 4 |
* @category modules |
|
| 5 |
* @package news |
|
| 6 |
* @author WebsiteBaker Project |
|
| 7 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 8 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 9 |
* @link http://www.websitebaker2.org/ |
|
| 10 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 11 |
* @platform WebsiteBaker 2.8.x |
|
| 12 |
* @requirements PHP 4.3.4 and higher |
|
| 13 |
* @version $Id$ |
|
| 14 |
* @filesource $HeadURL$ |
|
| 15 |
* @lastmodified $Date$ |
|
| 16 |
* |
|
| 17 |
*/ |
|
| 18 |
|
|
| 19 |
//Modul Description |
|
| 20 |
$module_description = 'Den här sidtypen är designad för att skapa en nyhetssida.'; |
|
| 21 |
|
|
| 22 |
//Variables for the backend |
|
| 23 |
$MOD_NEWS['SETTINGS'] = 'Inställningar'; |
|
| 24 |
|
|
| 25 |
//Variables for the frontend |
|
| 26 |
$MOD_NEWS['TEXT_READ_MORE'] = 'Läs mer'; |
|
| 27 |
$MOD_NEWS['TEXT_POSTED_BY'] = 'Postat av'; |
|
| 28 |
$MOD_NEWS['TEXT_ON'] = 'den'; |
|
| 29 |
$MOD_NEWS['TEXT_LAST_CHANGED'] = 'Senaste ändring'; |
|
| 30 |
$MOD_NEWS['TEXT_AT'] = 'kl.'; |
|
| 31 |
$MOD_NEWS['TEXT_BACK'] = 'Tillbaka'; |
|
| 32 |
$MOD_NEWS['TEXT_COMMENTS'] = 'Kommentarer'; |
|
| 33 |
$MOD_NEWS['TEXT_COMMENT'] = 'kommentar'; |
|
| 34 |
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Kommentera'; |
|
| 35 |
$MOD_NEWS['TEXT_BY'] = 'Av'; |
|
| 36 |
$MOD_NEWS['PAGE_NOT_FOUND'] = 'Sidan kunde inte hittas'; |
|
| 37 |
$TEXT['UNKNOWN'] = 'Guest'; |
|
| 38 |
|
|
| 39 |
?> |
|
| 0 | 40 | |
| branches/2.8.x/wb/modules/news/languages/DE.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/* |
|
| 3 |
* |
|
| 4 |
* About WebsiteBaker |
|
| 5 |
* |
|
| 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
|
| 7 |
* designed with one goal in mind: to enable its users to produce websites |
|
| 8 |
* with ease. |
|
| 9 |
* |
|
| 10 |
* LICENSE INFORMATION |
|
| 11 |
* |
|
| 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
|
| 13 |
* modify it under the terms of the GNU General Public License |
|
| 14 |
* as published by the Free Software Foundation; either version 2 |
|
| 15 |
* of the License, or (at your option) any later version. |
|
| 16 |
* |
|
| 17 |
* WebsiteBaker is distributed in the hope that it will be useful, |
|
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
| 20 |
* See the GNU General Public License for more details. |
|
| 21 |
* |
|
| 22 |
* You should have received a copy of the GNU General Public License |
|
| 23 |
* along with this program; if not, write to the Free Software |
|
| 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 | 2 |
/** |
| 31 | 3 |
* |
| 32 | 4 |
* @category modules |
Also available in: Unified diff
Ticket #927 news module language file in swedish
update headertext