dictionary_pl.php from Brim at Krugle
Show dictionary_pl.php syntax highlighted
<?php
/**
* This file is part of the Brim project.
* The brim-project is located at the following
* location: {@link http://www.brim-project.org/ http://www.brim-project.org/}
*
* <pre> Enjoy :-) </pre>
*
* @author Dawid Makowski
* @package org.brim-project.plugins.bookmarks
* @subpackage i18n
*
* @copyright [brim-project.org] - Copyright (c) 2003 - 2006 Barry Nauta
*
* @license http://opensource.org/licenses/gpl-license.php
* The GNU Public License
*/
if (!isset ($dictionary))
{
$dictionary=array();
}
$dictionary['charset']='iso-8859-2';
$dictionary['item_quick_help']='Kliknij na ikon� przy <br />nazwie zak�adki aby m�c edytowa�/usuwa�/przenosi� elementy';
$dictionary['item_title']='Zak�adki';
?>
See more files for this project here