www.gusucode.com > Carbon Forum PHP轻论坛系统 v3.6.5源码程序 > Carbon-Forum-3.6.5/language/pl/global.js

    /*
 * Carbon-Forum
 * https://github.com/lincanbin/Carbon-Forum
 *
 * Copyright 2006-2015 Canbin Lin (lincanbin@hotmail.com)
 * http://www.94cb.com/
 *
 * Licensed under the Apache License, Version 2.0:
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * A high performance open-source forum software written in PHP. 
 */
var Lang = {
	'Title_Can_Not_Be_Empty':'Title Can not be empty. ',
	'Title_Too_Long':'Title length can not exceed {{MaxTitleChars}} bytes, current title length is {{Current_Title_Length}} bytes. ',
	'Tags_Empty':'Tags can not be empty. ',
	'Submitting':' Submitting ',
	'Submit_Success':' Success ',
	'Submit_Failure':'Failure, try again. ',
	'Submit_Again':' Submit again ',
	'Tags_Too_Much':'Up to {{MaxTagNum}} tags per topic. ',
	'Add_Tags':'Add a tag (press Enter)',

	'Edit':' Submit ',
	'Cancel':' Cancel ',

	'Confirm_Operation':'Please confirm the operation. ',
	'Confirm':'Confirm',

	'Reply':' Reply ',
	'Content_Empty':'Content can not be empty! ',
	'Replying':' Replying…… ',
	'Reply_Success':' Success ',
	'Reply_To':'Reply to ',

	'New_Message': '{{NewMessage}} Nowych wiadomości'
};