").append(jQuery.parseHTML(responseText)).find(selector):responseText)}).complete(callback&&function(jqXHR,status){self.each(callback,response||[jqXHR.responseText,status,jqXHR])}),this},jQuery.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(i,type){jQuery.fn[type]=function(fn){return this.on(type,fn)}}),jQuery.each(["get","post"],function(i,method){jQuery[method]=function(url,data,callback,type){return jQuery.isFunction(data)&&(type=type||callback,callback=data,data=undefined),jQuery.ajax({url:url,type:method,dataType:type,data:data,success:callback})}}),jQuery.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ajaxLocation,type:"GET",isLocal:rlocalProtocol.test(ajaxLocParts[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":allTypes,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":window.String,"text html":!0,"text json":jQuery.parseJSON,"text xml":jQuery.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(target,settings){return settings?ajaxExtend(ajaxExtend(target,jQuery.ajaxSettings),settings):ajaxExtend(jQuery.ajaxSettings,target)},ajaxPrefilter:addToPrefiltersOrTransports(prefilters),ajaxTransport:addToPrefiltersOrTransports(transports),ajax:function(url,options){function done(status,nativeStatusText,responses,headers){var isSuccess,success,error,response,modified,statusText=nativeStatusText;2!==state&&(state=2,timeoutTimer&&clearTimeout(timeoutTimer),transport=undefined,responseHeadersString=headers||"",jqXHR.readyState=status>0?4:0,responses&&(response=ajaxHandleResponses(s,jqXHR,responses)),status>=200&&300>status||304===status?(s.ifModified&&(modified=jqXHR.getResponseHeader("Last-Modified"),modified&&(jQuery.lastModified[cacheURL]=modified),modified=jqXHR.getResponseHeader("etag"),modified&&(jQuery.etag[cacheURL]=modified)),204===status?(isSuccess=!0,statusText="nocontent"):304===status?(isSuccess=!0,statusText="notmodified"):(isSuccess=ajaxConvert(s,response),statusText=isSuccess.state,success=isSuccess.data,error=isSuccess.error,isSuccess=!error)):(error=statusText,(status||!statusText)&&(statusText="error",0>status&&(status=0))),jqXHR.status=status,jqXHR.statusText=(nativeStatusText||statusText)+"",isSuccess?deferred.resolveWith(callbackContext,[success,statusText,jqXHR]):deferred.rejectWith(callbackContext,[jqXHR,statusText,error]),jqXHR.statusCode(statusCode),statusCode=undefined,fireGlobals&&globalEventContext.trigger(isSuccess?"ajaxSuccess":"ajaxError",[jqXHR,s,isSuccess?success:error]),completeDeferred.fireWith(callbackContext,[jqXHR,statusText]),fireGlobals&&(globalEventContext.trigger("ajaxComplete",[jqXHR,s]),--jQuery.active||jQuery.event.trigger("ajaxStop")))}"object"==typeof url&&(options=url,url=undefined),options=options||{};var parts,i,cacheURL,responseHeadersString,timeoutTimer,fireGlobals,transport,responseHeaders,s=jQuery.ajaxSetup({},options),callbackContext=s.context||s,globalEventContext=s.context&&(callbackContext.nodeType||callbackContext.jquery)?jQuery(callbackContext):jQuery.event,deferred=jQuery.Deferred(),completeDeferred=jQuery.Callbacks("once memory"),statusCode=s.statusCode||{},requestHeaders={},requestHeadersNames={},state=0,strAbort="canceled",jqXHR={readyState:0,getResponseHeader:function(key){var match;if(2===state){if(!responseHeaders)for(responseHeaders={};match=rheaders.exec(responseHeadersString);)responseHeaders[match[1].toLowerCase()]=match[2];match=responseHeaders[key.toLowerCase()]}return null==match?null:match},getAllResponseHeaders:function(){return 2===state?responseHeadersString:null},setRequestHeader:function(name,value){var lname=name.toLowerCase();return state||(name=requestHeadersNames[lname]=requestHeadersNames[lname]||name,requestHeaders[name]=value),this},overrideMimeType:function(type){return state||(s.mimeType=type),this},statusCode:function(map){var code;if(map)if(2>state)for(code in map)statusCode[code]=[statusCode[code],map[code]];else jqXHR.always(map[jqXHR.status]);return this},abort:function(statusText){var finalText=statusText||strAbort;return transport&&transport.abort(finalText),done(0,finalText),this}};if(deferred.promise(jqXHR).complete=completeDeferred.add,jqXHR.success=jqXHR.done,jqXHR.error=jqXHR.fail,s.url=((url||s.url||ajaxLocation)+"").replace(rhash,"").replace(rprotocol,ajaxLocParts[1]+"//"),s.type=options.method||options.type||s.method||s.type,s.dataTypes=jQuery.trim(s.dataType||"*").toLowerCase().match(core_rnotwhite)||[""],null==s.crossDomain&&(parts=rurl.exec(s.url.toLowerCase()),s.crossDomain=!(!parts||parts[1]===ajaxLocParts[1]&&parts[2]===ajaxLocParts[2]&&(parts[3]||("http:"===parts[1]?80:443))==(ajaxLocParts[3]||("http:"===ajaxLocParts[1]?80:443)))),s.data&&s.processData&&"string"!=typeof s.data&&(s.data=jQuery.param(s.data,s.traditional)),inspectPrefiltersOrTransports(prefilters,s,options,jqXHR),2===state)return jqXHR;fireGlobals=s.global,fireGlobals&&0===jQuery.active++&&jQuery.event.trigger("ajaxStart"),s.type=s.type.toUpperCase(),s.hasContent=!rnoContent.test(s.type),cacheURL=s.url,s.hasContent||(s.data&&(cacheURL=s.url+=(ajax_rquery.test(cacheURL)?"&":"?")+s.data,delete s.data),s.cache===!1&&(s.url=rts.test(cacheURL)?cacheURL.replace(rts,"$1_="+ajax_nonce++):cacheURL+(ajax_rquery.test(cacheURL)?"&":"?")+"_="+ajax_nonce++)),s.ifModified&&(jQuery.lastModified[cacheURL]&&jqXHR.setRequestHeader("If-Modified-Since",jQuery.lastModified[cacheURL]),jQuery.etag[cacheURL]&&jqXHR.setRequestHeader("If-None-Match",jQuery.etag[cacheURL])),(s.data&&s.hasContent&&s.contentType!==!1||options.contentType)&&jqXHR.setRequestHeader("Content-Type",s.contentType),jqXHR.setRequestHeader("Accept",s.dataTypes[0]&&s.accepts[s.dataTypes[0]]?s.accepts[s.dataTypes[0]]+("*"!==s.dataTypes[0]?", "+allTypes+"; q=0.01":""):s.accepts["*"]);for(i in s.headers)jqXHR.setRequestHeader(i,s.headers[i]);if(s.beforeSend&&(s.beforeSend.call(callbackContext,jqXHR,s)===!1||2===state))return jqXHR.abort();strAbort="abort";for(i in{success:1,error:1,complete:1})jqXHR[i](s[i]);if(transport=inspectPrefiltersOrTransports(transports,s,options,jqXHR)){jqXHR.readyState=1,fireGlobals&&globalEventContext.trigger("ajaxSend",[jqXHR,s]),s.async&&s.timeout>0&&(timeoutTimer=setTimeout(function(){jqXHR.abort("timeout")},s.timeout));try{state=1,transport.send(requestHeaders,done)}catch(e){if(!(2>state))throw e;done(-1,e)}}else done(-1,"No Transport");return jqXHR},getScript:function(url,callback){return jQuery.get(url,undefined,callback,"script")},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json")}}),jQuery.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(text){return jQuery.globalEval(text),text}}}),jQuery.ajaxPrefilter("script",function(s){s.cache===undefined&&(s.cache=!1),s.crossDomain&&(s.type="GET",s.global=!1)}),jQuery.ajaxTransport("script",function(s){if(s.crossDomain){var script,head=document.head||jQuery("head")[0]||document.documentElement;return{send:function(_,callback){script=document.createElement("script"),script.async=!0,s.scriptCharset&&(script.charset=s.scriptCharset),script.src=s.url,script.onload=script.onreadystatechange=function(_,isAbort){(isAbort||!script.readyState||/loaded|complete/.test(script.readyState))&&(script.onload=script.onreadystatechange=null,script.parentNode&&script.parentNode.removeChild(script),script=null,isAbort||callback(200,"success"))},head.insertBefore(script,head.firstChild)},abort:function(){script&&script.onload(undefined,!0)}}}});var oldCallbacks=[],rjsonp=/(=)\?(?=&|$)|\?\?/;jQuery.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var callback=oldCallbacks.pop()||jQuery.expando+"_"+ajax_nonce++;return this[callback]=!0,callback}}),jQuery.ajaxPrefilter("json jsonp",function(s,originalSettings,jqXHR){var callbackName,overwritten,responseContainer,jsonProp=s.jsonp!==!1&&(rjsonp.test(s.url)?"url":"string"==typeof s.data&&!(s.contentType||"").indexOf("application/x-www-form-urlencoded")&&rjsonp.test(s.data)&&"data");return jsonProp||"jsonp"===s.dataTypes[0]?(callbackName=s.jsonpCallback=jQuery.isFunction(s.jsonpCallback)?s.jsonpCallback():s.jsonpCallback,jsonProp?s[jsonProp]=s[jsonProp].replace(rjsonp,"$1"+callbackName):s.jsonp!==!1&&(s.url+=(ajax_rquery.test(s.url)?"&":"?")+s.jsonp+"="+callbackName),s.converters["script json"]=function(){return responseContainer||jQuery.error(callbackName+" was not called"),responseContainer[0]},s.dataTypes[0]="json",overwritten=window[callbackName],window[callbackName]=function(){responseContainer=arguments},jqXHR.always(function(){window[callbackName]=overwritten,s[callbackName]&&(s.jsonpCallback=originalSettings.jsonpCallback,oldCallbacks.push(callbackName)),responseContainer&&jQuery.isFunction(overwritten)&&overwritten(responseContainer[0]),responseContainer=overwritten=undefined}),"script"):void 0});var xhrCallbacks,xhrSupported,xhrId=0,xhrOnUnloadAbort=window.ActiveXObject&&function(){var key;for(key in xhrCallbacks)xhrCallbacks[key](undefined,!0)};jQuery.ajaxSettings.xhr=window.ActiveXObject?function(){return!this.isLocal&&createStandardXHR()||createActiveXHR()}:createStandardXHR,xhrSupported=jQuery.ajaxSettings.xhr(),jQuery.support.cors=!!xhrSupported&&"withCredentials"in xhrSupported,xhrSupported=jQuery.support.ajax=!!xhrSupported,xhrSupported&&jQuery.ajaxTransport(function(s){if(!s.crossDomain||jQuery.support.cors){var callback;return{send:function(headers,complete){var handle,i,xhr=s.xhr();if(s.username?xhr.open(s.type,s.url,s.async,s.username,s.password):xhr.open(s.type,s.url,s.async),s.xhrFields)for(i in s.xhrFields)xhr[i]=s.xhrFields[i];
diff --git a/public/assets/stylesheet/ticket.css b/public/assets/stylesheet/ticket.css
index fd3710b6..77f8667e 100644
--- a/public/assets/stylesheet/ticket.css
+++ b/public/assets/stylesheet/ticket.css
@@ -69,27 +69,40 @@
}
+.ticket .layout_even {
+ position:absolute;
+ top:50%;
+ height:300px;
+ left: 175px;
+ width: 400px;
+ -webkit-transform: translateY(-50%);
+ -moz-transform: translateY(-50%);
+ -ms-transform: translateY(-50%);
+ -o-transform: translateY(-50%);
+ transform: translateY(-50%);
+}
+
.ticket .event_details, .ticket .attendee_details {
position: absolute;
- top: 15px;
+ -webkit-transform: translateX(0px);
+ -moz-transform: translateX(0px);
+ -ms-transform: translateX(0px);
+ -o-transform: translateX(0px);
+ transform: translateX(0px);
}
.ticket .event_details {
- left: 175px;
+ left: 0px;
overflow: hidden;
- max-width: 210px;
- white-space: nowrap;
+ max-width: 200px;
text-overflow: ellipsis;
- top: 50px;
}
.ticket .attendee_details {
- left: 390px;
+ left: 200px;
overflow: hidden;
max-width: 195px;
- white-space: nowrap;
text-overflow: ellipsis;
- top: 50px;
}
.ticket .logo {
@@ -105,4 +118,12 @@
.ticket .logo img {
max-width: 110px;
+}
+
+.ticket .foot {
+ position: absolute;
+ bottom: 0;
+ font-size: 9px;
+ width: 100%;
+ text-align: center;
}
\ No newline at end of file
diff --git a/resources/lang/en/Affiliates.php b/resources/lang/en/Affiliates.php
new file mode 100644
index 00000000..0b336ee3
--- /dev/null
+++ b/resources/lang/en/Affiliates.php
@@ -0,0 +1,16 @@
+ 'Affiliate Name',
+ 'affiliate_tracking' => 'Affiliate Tracking',
+ 'affiliate_tracking_text' => 'Keeping track of who is generating sales for your event is extremely easy. Simply create a referral link using the box below and share the link with your affiliates / event promoters.',
+ 'last_referral' => 'Last Referral',
+ 'no_affiliate_referrals_yet' => 'No Affiliate Referrals Yet',
+ 'sales_volume_generated' => 'Sales Volume Generated',
+ 'ticket_sales_generated' => 'Ticket Sales Generated',
+ 'visits_generated' => 'Visits Generated',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Attendee.php b/resources/lang/en/Attendee.php
new file mode 100644
index 00000000..877d9439
--- /dev/null
+++ b/resources/lang/en/Attendee.php
@@ -0,0 +1,21 @@
+ 'Scan Another Ticket',
+ 'scanning' => 'Scanning',
+ //==================================== Translations ====================================//
+ 'attendees' => 'Attendees',
+ 'check_in' => 'Check in: :event',
+ 'email' => 'Email',
+ 'email_address' => 'Email Address',
+ 'event_attendees' => 'Event Attendees',
+ 'first_name' => 'First Name',
+ 'last_name' => 'Last Name',
+ 'name' => 'Name',
+ 'search_attendees' => 'Search Attendees...',
+ 'send_invitation_n_ticket_to_attendee' => 'Send invitation & ticket to attendee.',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Controllers.php b/resources/lang/en/Controllers.php
new file mode 100644
index 00000000..e854eb9e
--- /dev/null
+++ b/resources/lang/en/Controllers.php
@@ -0,0 +1,117 @@
+
+ array (
+ 'event_title' => 'Event Title',
+ 'start_date' => 'Start Date',
+ 'created_at' => 'Creation Date',
+ 'quantity_sold' => 'Quantity Sold',
+ 'sales_volume' => 'Sales Volume',
+ 'sort_order' => 'Custom Sort Order',
+ 'title' => 'Ticket Title',
+ ),
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageOrganiser\\Events.blade.php
+ //==================================== Translations ====================================//
+ 'account_successfully_updated' => 'Account Successfully Updated',
+ 'addInviteError' => 'You need to create a ticket before you can invite an attendee.',
+ 'attendee_already_cancelled' => 'Attendee Already Cancelled',
+ 'attendee_already_checked_in' => 'Attendee already checked in at :time ',
+ 'attendee_check_in_success' => 'Success !
Name: :name
Reference: :ref
Ticket: :ticket.',
+ 'attendee_exception' => 'An error occurred while inviting this attendee. Please try again.',
+ 'attendee_successfully_checked_in' => 'Attendee Succesfully Checked In',
+ 'attendee_successfully_checked_out' => 'Attendee Succesfully Checked Out',
+ 'attendee_successfully_invited' => 'Attendee Successfully Invited!',
+ 'cant_delete_ticket_when_sold' => 'Sorry, you can\'t delete this ticket as some have already been sold',
+ 'check_in_all_tickets' => 'Check in all tickets associated to this order',
+ 'confirmation_malformed' => 'The confirmation code is missing or malformed.',
+ 'confirmation_successful' => 'Success! Your email is now verified. You can now login.',
+ 'error' =>
+ array (
+ 'email' =>
+ array (
+ 'email' => 'Please enter a valid E-mail address.',
+ 'required' => 'E-mail address is required.',
+ 'unique' => 'E-mail already in use for this account.',
+ ),
+ 'first_name' =>
+ array (
+ 'required' => 'Please enter your first name.',
+ ),
+ 'last_name' =>
+ array (
+ 'required' => 'Please enter your last name.',
+ ),
+ 'page_bg_color' =>
+ array (
+ 'required' => 'Please enter a background color.',
+ ),
+ 'page_header_bg_color' =>
+ array (
+ 'required' => 'Please enter a header background color.',
+ ),
+ 'password' =>
+ array (
+ 'passcheck' => 'This password is incorrect.',
+ ),
+ ),
+ 'event_create_exception' => 'Whoops! There was a problem creating your event. Please try again.',
+ 'event_page_successfully_updated' => 'Event Page Successfully Updated.',
+ 'event_successfully_updated' => 'Event Successfully Updated!',
+ 'fill_email_and_password' => 'Please fill in your email and password',
+ 'image_upload_error' => 'There was a problem uploading your image.',
+ 'invalid_ticket_error' => '"Invalid Ticket! Please try again."',
+ 'login_password_incorrect' => 'Your username/password combination was incorrect',
+ 'maximum_refund_amount' => 'The maximum amount you can refund is :money',
+ 'message_successfully_sent' => 'Message Successfully Sent!',
+ 'no_organiser_name_error' => 'You must give a name for the event organiser.',
+ 'nothing_to_do' => 'Nothing to do',
+ 'nothing_to_refund' => 'Nothing to refund.',
+ 'num_attendees_checked_in' => ':num Attendee(s) Checked in.',
+ 'order_already_refunded' => 'Order has already been refunded!',
+ 'order_cant_be_refunded' => 'Order Can\'t Be Refunded!',
+ 'order_page_successfully_updated' => 'Order Page Successfully Updated.',
+ 'order_payment_status_successfully_updated' => 'Order Payment Status Successfully Updated',
+ 'organiser_design_successfully_updated' => 'Organiser Design Successfully Updated!',
+ 'organiser_other_error' => 'There was an issue finding the organiser.',
+ 'password_successfully_reset' => 'Password Successfully Reset!',
+ 'payment_information_successfully_updated' => 'Payment Information Successfully Updated',
+ 'please_enter_a_background_color' => 'Please enter the background color.',
+ 'quantity_min_error' => 'Quantity available can\'t be less the amount sold or reserved.',
+ 'refreshing' => 'Refreshing...',
+ 'refund_exception' => 'There has been a problem processing your refund. Please check your information and try again.',
+ 'refund_only_numbers_error' => 'Only numbers are allowed in this field.',
+ 'social_settings_successfully_updated' => 'Social Settings have been successfully updated!',
+ 'stripe_error' => 'There was an error connecting your Stripe account. Please try again.',
+ 'stripe_success' => 'You have successfully connected your Stripe account.',
+ 'success_name_has_received_instruction' => 'Success!
:name has been sent further instructions.',
+ 'successfully_cancelled_attendee' => 'Successfully Cancelled Attendee!',
+ 'successfully_cancelled_attendees' => 'Successfully Cancelled Attendees!',
+ 'successfully_created_organiser' => 'Successfully Created Organiser!',
+ 'successfully_created_question' => 'Successfully Created Question',
+ 'successfully_deleted_question' => 'Successfully Deleted Question',
+ 'successfully_edited_question' => 'Successfully Edited Question',
+ 'successfully_refunded_and_cancelled' => 'Successfully Refunded Order And Cancelled Attendees!',
+ 'successfully_refunded_order' => 'Successfully Refunded Order!',
+ 'successfully_saved_details' => 'Successfully Saved Details!',
+ 'successfully_updated_attendee' => 'Successfully Updated Attendee!',
+ 'successfully_updated_organiser' => 'Successfully Updated Organiser!',
+ 'successfully_updated_question' => 'Question Successfully Updated',
+ 'successfully_updated_question_order' => 'Question Order Successfully Updated',
+ 'survey_answers' => 'Survey Answers',
+ 'the_order_has_been_updated' => 'The Order Has Been Updated',
+ 'this_question_cant_be_deleted' => 'This Question Can\'t Be Deleted',
+ 'ticket_field_required_error' => 'The ticket field is required. ',
+ 'ticket_not_exists_error' => 'The ticket you have selected does not exist',
+ 'ticket_order_successfully_updated' => 'Ticket Order Successfully Updated',
+ 'ticket_successfully_deleted' => 'Ticket Successfully Deleted',
+ 'ticket_successfully_resent' => 'Ticket Successfully Resent!',
+ 'ticket_successfully_updated' => 'Ticket Successfully Updated!',
+ 'whoops' => 'Whoops! Looks like something went wrong. Please try again.',
+ 'your_password_reset_link' => 'Your Password Reset Link',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Dashboard.php b/resources/lang/en/Dashboard.php
new file mode 100644
index 00000000..c19a5efd
--- /dev/null
+++ b/resources/lang/en/Dashboard.php
@@ -0,0 +1,26 @@
+ 'This event has started.',
+ //==================================== Translations ====================================//
+ 'create_tickets' => 'Create tickets',
+ 'edit_event_page_design' => 'Edit Event Page Design',
+ 'edit_organiser_fees' => 'Edit Organiser Fees',
+ 'event_page_visits' => 'Event Page Views',
+ 'event_url' => 'Event URL',
+ 'event_views' => 'Event Views',
+ 'generate_affiliate_link' => 'Generate Affiliate link',
+ 'orders' => 'Orders',
+ 'quick_links' => 'Quick Links',
+ 'registrations_by_ticket' => 'Registrations By Ticket',
+ 'sales_volume' => 'Sales Volume',
+ 'share_event' => 'Share Event',
+ 'this_event_is_on_now' => 'This event is on now',
+ 'ticket_sales_volume' => 'Ticket Sales Volume',
+ 'tickets_sold' => 'Tickets Sold',
+ 'website_embed_code' => 'Website Embed Code',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Design.php b/resources/lang/en/Design.php
new file mode 100644
index 00000000..6c838bff
--- /dev/null
+++ b/resources/lang/en/Design.php
@@ -0,0 +1,14 @@
+ 'Event Page Preview',
+ //==================================== Translations ====================================//
+ 'background_options' => 'Background Options',
+ 'images_provided_by_pixabay' => 'Images Provided By
PixaBay.com',
+ 'select_from_available_images' => 'Select From Available Images',
+ 'use_a_colour_for_the_background' => 'Use a colour for the background',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Email.php b/resources/lang/en/Email.php
new file mode 100644
index 00000000..289031e8
--- /dev/null
+++ b/resources/lang/en/Email.php
@@ -0,0 +1,19 @@
+ 'Thank you for registering for Attendize',
+ 'invite_user' => ':name added you to an :app account.',
+ 'message_regarding_event' => 'Message Regarding: :event',
+ 'organiser_copy' => '[Organiser Copy]',
+ 'refund_from_name' => 'You have received a refund from :name',
+ 'your_ticket_cancelled' => 'Your ticket has been cancelled',
+ //================================== Obsolete strings ==================================//
+ 'LLH:obsolete' =>
+ array (
+ 'your_ticket_for_event' => 'Your ticket for the event :event',
+ ),
+);
\ No newline at end of file
diff --git a/resources/lang/en/Event.php b/resources/lang/en/Event.php
new file mode 100644
index 00000000..29d1f7b1
--- /dev/null
+++ b/resources/lang/en/Event.php
@@ -0,0 +1,49 @@
+ 'Address Details',
+ //==================================== Translations ====================================//
+ 'address_line_1' => 'Address Line 1',
+ 'address_line_1_placeholder' => 'E.g: 45 Grafton St.',
+ 'address_line_2' => 'Address Line 2',
+ 'address_line_2_placeholder' => 'E.g: Dublin',
+ 'city' => 'City',
+ 'city_placeholder' => 'E.g: Dublin',
+ 'create_event' => 'Create Event',
+ 'current_event_flyer' => 'Current Event Flyer',
+ 'customize_event' => 'Customize Event',
+ 'delete?' => 'Delete?',
+ 'enter_existing' => 'Select From Existing Venues',
+ 'enter_manual' => 'Enter Address Manually',
+ 'event_description' => 'Event Description',
+ 'event_end_date' => 'Event End Date',
+ 'event_flyer' => 'Event Flyer',
+ 'event_image' => 'Event Image (Flyer or Graphic etc.)',
+ 'event_orders' => 'Event Orders',
+ 'event_start_date' => 'Event Start Date',
+ 'event_title' => 'Event Title',
+ 'event_title_placeholder' => 'E.g: :name\'s Interational Conference',
+ 'event_visibility' => 'Event Visibility',
+ 'n_attendees_for_event' => '
:num Attendee(s) for event:
:name (:date)',
+ 'no_events_yet' => 'No Event Yet!',
+ 'no_events_yet_text' => 'Looks like you have yet to create an event. You can create one by clicking the button below.',
+ 'num_events' => 'num_events',
+ 'or(manual/existing_venue)' => 'or',
+ 'post_code' => 'Post Code',
+ 'post_code_placeholder' => 'E.g: 94568.',
+ 'promote' => 'Promote',
+ 'promote_event' => 'Promote Event',
+ 'revenue' => 'Revenue',
+ 'save_changes' => 'Save Changes',
+ 'showing_num_of_orders' => 'Showing :0 orders out of
:1 Total',
+ 'tickets_sold' => 'Tickets Sold',
+ 'venue_name' => 'Venue Name',
+ 'venue_name_placeholder' => 'E.g: The Crab Shack',
+ 'vis_hide' => 'Hide event from the public.',
+ 'vis_public' => 'Make event visible to the public.',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Fees.php b/resources/lang/en/Fees.php
new file mode 100644
index 00000000..b9d0165f
--- /dev/null
+++ b/resources/lang/en/Fees.php
@@ -0,0 +1,15 @@
+ 'Service Fee Fixed Price',
+ 'service_fee_fixed_price_help' => 'e.g: enter
1.25 for
:cur1.25',
+ 'service_fee_fixed_price_placeholder' => '0.00',
+ 'organiser_fees' => 'Organiser Fees',
+ 'organiser_fees_text' => 'These are optional fees you can include in the cost of each ticket. This charge will appear on buyer\'s invoices as \'
BOOKING FEES\'.',
+ 'service_fee_percentage' => 'Service Fee Percentage',
+ 'service_fee_percentage_help' => 'e.g: enter
3.5 for
3.5%',
+ 'service_fee_percentage_placeholder' => '0',
+);
\ No newline at end of file
diff --git a/resources/lang/en/File_format.php b/resources/lang/en/File_format.php
new file mode 100644
index 00000000..faaaf47d
--- /dev/null
+++ b/resources/lang/en/File_format.php
@@ -0,0 +1,16 @@
+ 'Excel (XLS)',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
+ 'Excel_xlsx' => 'Excel (XLSX)',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
+ 'csv' => 'CSV',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
+ 'html' => 'HTML',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Installer.php b/resources/lang/en/Installer.php
new file mode 100644
index 00000000..c84ba20e
--- /dev/null
+++ b/resources/lang/en/Installer.php
@@ -0,0 +1,46 @@
+ 'Success, Your connection works!',
+ 'connection_failure' => 'Unable to connect! Please check your settings',
+ 'app_settings' => 'App settings',
+ 'application_url' => 'Application URL',
+ 'database_host' => 'Database Host',
+ 'database_name' => 'Database Name',
+ 'database_password' => 'Database Password',
+ 'database_settings' => 'Database Settings',
+ 'database_test_connect_failure' => 'Unable to connect. Please check your settings.',
+ 'database_test_connect_failure_error_message' => 'Error Message',
+ 'database_test_connect_failure_error_type' => 'Error Type',
+ 'database_test_connect_failure_message' => 'Unable to connect. Please check your settings.',
+ 'database_test_connect_success' => 'Success! Database settings are working!',
+ 'database_type' => 'Database Type',
+ 'database_username' => 'Database Username',
+ 'email_settings' => 'Email Settings',
+ 'files_n_folders_check' => 'Files & Folders Check',
+ 'install' => 'Install Attendize',
+ 'mail_encryption' => 'Mail Encryption',
+ 'mail_from_address' => 'Mail From Address',
+ 'mail_from_help' => 'To use PHP\'s
mail feature enter
mail in this box and leave the below fields empty.',
+ 'mail_from_name' => 'Mail From Name',
+ 'mail_host' => 'Mail Host',
+ 'mail_password' => 'Mail Password',
+ 'mail_port' => 'Mail Port',
+ 'mail_username' => 'Mail Username',
+ 'optional_requirement_not_met' => 'Warning:
:requirement extension is not loaded',
+ 'path_not_writable' => 'Warning:
:path is not writable',
+ 'path_writable' => 'Success:
:path is writable',
+ 'php_enough' => 'Success: The application requires PHP >=
:requires and yours is
:has',
+ 'php_optional_requirements_check' => 'PHP Optional Requirements Check',
+ 'php_requirements_check' => 'PHP Requirements Check',
+ 'php_too_low' => 'Warning: The application requires PHP >=
:requires. Your version is
:has.',
+ 'php_version_check' => 'PHP Version Check',
+ 'requirement_met' => 'Success:
:requirement extension is loaded',
+ 'requirement_not_met' => 'Error:
:requirement extension is not loaded',
+ 'setup' => 'Attendize Setup',
+ 'test_database_connection' => 'Test Database Connection',
+ 'title' => 'Attendize Web Installer',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Javascript.php b/resources/lang/en/Javascript.php
new file mode 100644
index 00000000..e3b06da7
--- /dev/null
+++ b/resources/lang/en/Javascript.php
@@ -0,0 +1,17 @@
+ "Just a second...",
+ "time_run_out" => "You have run out of time! You will have to restart the order process.",
+ "just_2_minutes" => "You only have 2 minutes left to complete this order!",
+ "whoops" => 'Whoops!, it looks like the server returned an error.
+ Please try again, or contact the webmaster if the problem persists.',
+ "whoops2" => 'Something went wrong! Refresh the page and try again',
+ "whoops_and_error" => "Whoops!, something has gone wrong.
:code :error",
+ "at_least_one_option" => 'You must have at least one option.',
+ "credit_card_error" => 'The credit card number appears to be invalid.',
+ "expiry_error" => 'The expiration date appears to be invalid.',
+ "cvc_error" => 'The CVC number appears to be invalid.',
+ "card_validation_error" => 'Please check your card details and try again.',
+ "checkin_init_error" => 'There was an error while initializing scanner. Check if you\'re connecting through secure page (https) and that your browser supports the scanner.',
+];
\ No newline at end of file
diff --git a/resources/lang/en/ManageAccount.php b/resources/lang/en/ManageAccount.php
new file mode 100644
index 00000000..eac09c28
--- /dev/null
+++ b/resources/lang/en/ManageAccount.php
@@ -0,0 +1,52 @@
+ 'About',
+ 'account' => 'Account',
+ 'account_id' => 'Account ID',
+ 'accout_owner' => 'Account owner',
+ 'add_user_help_block' => 'Added users will receive further instruction via email.',
+ 'add_user_submit' => 'Add user',
+ 'api_key' => 'API key',
+ 'bitpay_api_key' => 'BitPay API key',
+ 'bitpay_settings' => 'Bitpay Settings',
+ 'branding_name' => 'Branding name',
+ 'branding_name_help' => 'This is the name buyers will see when checking out. Leave this blank if you want the event organiser\'s name to be used.',
+ 'coinbase_settings' => 'Coinbase Settings',
+ 'default_currency' => 'Default currency',
+ 'default_payment_gateway' => 'Default payment gateway',
+ 'email' => 'Email',
+ 'email_address_placeholder' => 'Email address',
+ 'first_name' => 'First name',
+ 'general' => 'General',
+ 'last_name' => 'Last name',
+ 'licence_info' => 'Licence info',
+ 'licence_info_description' => 'Attendize is licenced under the
Attribution Assurance Licence (AAL). This licence requires the
\'Powered By Attendize\' notice to be kept in place on any Attendize installation. If you wish to remove references to Attendize you must purchase one of the white-label licences
listed here.',
+ 'mastercard_internet_gateway_service_settings' => 'Mastercard Internet Gateway Service Settings',
+ 'merchant_access_code' => 'Merchant access code',
+ 'merchant_id' => 'Merchant ID',
+ 'open_source_soft' => 'Open-source software',
+ 'open_source_soft_description' => 'Attendize is built using many fantastic open-source libraries. You can see an overview of these on
libraries.io.',
+ 'payment' => 'Payment',
+ 'paypal_password' => 'PayPal password',
+ 'paypal_settings' => 'PayPal Settings',
+ 'paypal_signature' => 'PayPal signature',
+ 'paypal_username' => 'PayPal username',
+ 'save_account_details_submit' => 'Save account details',
+ 'save_payment_details_submit' => 'Save payment details',
+ 'secret_code' => 'Secret code',
+ 'secure_hash_code' => 'Secure hash code',
+ 'stripe_publishable_key' => 'Stripe publishable key',
+ 'stripe_secret_key' => 'Stripe secret key',
+ 'stripe_settings' => 'Stripe Settings',
+ 'timezone' => 'Timezone',
+ 'users' => 'Users',
+ 'version_info' => 'Version informations',
+ 'version_out_of_date' => 'Your version (
:installed) of Attendize is out of date. The latest version (
:latest) can be
downloaded here',
+ 'version_up_to_date' => 'Your Attendize version (
:installed) is up to date!',
+ 'account_payment' => 'Account / Payment',
+ 'event_attendees' => 'Event attendees',
+);
\ No newline at end of file
diff --git a/resources/lang/en/ManageEvent.php b/resources/lang/en/ManageEvent.php
new file mode 100644
index 00000000..fc25af16
--- /dev/null
+++ b/resources/lang/en/ManageEvent.php
@@ -0,0 +1,103 @@
+ 'All Attendees',
+ 'all_attendees_cancelled' => 'All attendees in this order have been cancelled.',
+ 'all_order_refunded' => 'All :money of this order has been refunded.',
+ 'amount' => 'Amount',
+ 'attendee_cancelled' => 'Cancelled',
+ 'attendee_cancelled_help' => 'This attendee has been cancelled',
+ 'attendees_file_requirements' => 'File must be .csv and the first line must contain first_name,last_name,email',
+ 'attendize_qrcode_check_in' => 'Attendize QRCode Check-in',
+ 'cancel_attendee_title' => 'Cancel
:cancelb>',
+ 'cancel_description' => 'Cancelling Attendees will remove them from the attendee list.',
+ 'cancel_notify' => 'Notify
:name their ticket has been cancelled.',
+ 'cancel_order_:ref' => 'Cancel Order:
:ref',
+ 'cancel_refund' => 'If you would like to refund the order which this attendee belongs to you can do so
here.',
+ 'cancel_refund_user' => 'Refund
:name for their ticket.',
+ 'cant_refund_here' => 'Sorry, you can\'t refund
:gateway payments here. You will have to do it on their website.',
+ 'check-in' => 'Check-In',
+ 'checkin_search_placeholder' => 'Search by Attendee Name, Order Reference, Attendee Reference...',
+ 'close' => 'close',
+ 'confirm_cancel' => 'Confirm cancel attendee',
+ 'confirm_order_cancel' => 'Confirm Order Cancel',
+ 'create_attendees' => 'Create Attendees',
+ 'create_ticket' => 'Create Ticket',
+ 'download_pdf_ticket' => 'Download PDF Ticket',
+ 'edit_attendee' => 'Edit Attendee',
+ 'edit_attendee_title' => 'Edit
:attendee',
+ 'edit_order_title' => 'Order: :order_ref',
+ 'edit_question' => 'Edit Question',
+ 'edit_ticket' => 'Edit Ticket',
+ 'end_sale_on' => 'End Sale On',
+ 'event_not_live_with_activate' => 'This event is not visible to the public. Publish it',
+ 'event_page' => 'Event Page',
+ 'event_tools' => 'Event Tools',
+ 'export' => 'Export',
+ 'go_to_attendee_name' => 'Go to attendee :name',
+ 'hide_this_ticket' => 'Hide This Ticket',
+ 'import_file' => 'Import File',
+ 'invite_attendee' => 'Invite Attendee',
+ 'invite_attendees' => 'Invite Attendees',
+ 'issue_full_refund' => 'Issue full refund',
+ 'issue_partial_refund' => 'Issue partial refund',
+ 'manage_order_title' => 'Order: :order_ref',
+ 'mark_payment_received' => 'Mark Payment Received',
+ 'maximum_tickets_per_order' => 'Maximum Tickets Per Order',
+ 'message_attendee_title' => 'Message :attendee',
+ 'message_attendees' => 'Message',
+ 'message_attendees_title' => 'Message Attendees',
+ 'message_order' => 'Message :order',
+ 'minimum_tickets_per_order' => 'Minimum Tickets Per Order',
+ 'more_options' => 'More options',
+ 'no_attendees_matching' => 'No attendees matching',
+ 'no_attendees_yet' => 'No Attendees yet',
+ 'no_attendees_yet_text' => 'Attendees will appear here once they successfully registered for your event, or, you can manually invite attendees yourself.',
+ 'no_orders_yet' => 'No orders yet',
+ 'no_orders_yet_text' => 'New orders will appear here as they are created.',
+ 'order_contact_will_receive_instructions' => 'The order contact will be instructed to send any reply to :email',
+ 'order_details' => 'Order Details',
+ 'order_overwiev' => 'Order Overview',
+ 'order_ref' => 'Order: #:order_ref',
+ 'order_refunded' => ':money of this order has been refunded.',
+ 'price_placeholder' => 'E.g: 25.99',
+ 'print_attendee_list' => 'Print Attendee List',
+ 'print_tickets' => 'Print Tickets',
+ 'qr_instructions' => 'Put the QR code in front of your Camera (Not too close)',
+ 'quantity_available' => 'Quantity Available',
+ 'quantity_available_placeholder' => 'E.g: 100 (Leave blank for unlimited)',
+ 'refund_amount' => 'Refund amount',
+ 'refund_this_order?' => 'Refund this order?',
+ 'resend_ticket' => 'Resend Ticket',
+ 'resend_ticket_help' => 'The attendee will be sent another copy of their ticket to :email',
+ 'resend_ticket_to_attendee' => 'Resend Ticket to :attendee',
+ 'resend_tickets' => 'Resend Tickets',
+ 'result_for' => 'result(s) for',
+ 'save_question' => 'Save Question',
+ 'save_ticket' => 'Save ticket',
+ 'scan_another_ticket' => 'Scan Another Ticket',
+ 'select_all' => 'Select All',
+ 'select_attendee_to_cancel' => 'Select any attendee tickets you wish to cancel.',
+ 'send_invitation_n_ticket_to_attendees' => 'Send invitation & ticket to attendees',
+ 'send_message' => 'Send Message',
+ 'send_ticket' => 'Send ticket',
+ 'start_sale_on' => 'Start Sale On',
+ 'surveys' => 'Surveys',
+ 'this_order_is_awaiting_payment' => 'This order is awaiting payment.',
+ 'ticket' => 'Ticket',
+ 'ticket_description' => 'Ticket Description',
+ 'ticket_price' => 'Ticket Price',
+ 'ticket_title' => 'Ticket Title',
+ 'ticket_title_placeholder' => 'E.g: General Admission',
+ 'update_order' => 'Update Order',
+ 'widgets' => 'Widgets',
+ //================================== Obsolete strings ==================================//
+ 'LLH:obsolete' =>
+ array (
+ 'create_question' => 'Create Question',
+ ),
+);
\ No newline at end of file
diff --git a/resources/lang/en/Message.php b/resources/lang/en/Message.php
new file mode 100644
index 00000000..811908db
--- /dev/null
+++ b/resources/lang/en/Message.php
@@ -0,0 +1,25 @@
+ 'New Message',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Modals\\MessageAttendees.blade.php
+ 'sent_messages' => 'Sent Messages',
+ //==================================== Translations ====================================//
+ 'all_event_attendees' => 'All event attendees',
+ 'attendees_with_ticket_type' => 'Attendees with ticket type',
+ 'before_send_message' => 'The attendee will be instructed to send any reply to :recipient',
+ 'content' => 'Message Content',
+ 'date' => 'date',
+ 'leave_blank_to_send_immediately' => 'Leave blank to send immediately',
+ 'message' => 'Message',
+ 'no_messages_for_event' => 'No messages for the event.',
+ 'schedule_send_time' => 'Schedule send time',
+ 'send_a_copy_to' => 'Send a copy to',
+ 'send_message' => 'Send Message',
+ 'send_to' => 'Send to',
+ 'subject' => 'Message Subject',
+ 'to' => 'To',
+ 'unsent' => 'Unsent',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Order.php b/resources/lang/en/Order.php
new file mode 100644
index 00000000..8aee5019
--- /dev/null
+++ b/resources/lang/en/Order.php
@@ -0,0 +1,55 @@
+ 'amount_refunded',
+ // Defined in file C:\\wamp\\www\\attendize\\app\\Http\\Controllers\\EventOrdersController.php
+ 'fully_refunded' => 'fully_refunded',
+ // Defined in file C:\\wamp\\www\\attendize\\app\\Http\\Controllers\\EventOrdersController.php
+ 'partially_refunded' => 'partially_refunded',
+ //==================================== Translations ====================================//
+ 'after_order' => 'Message to display to attendees after they have completed their order.',
+ 'after_order_help' => 'This message will be displayed to attendees once they have successfully completed the checkout process.',
+ 'amount' => 'Amount',
+ 'arrived' => 'Arrived',
+ 'attendee_cancelled' => 'Cancelled',
+ 'attendee_refunded' => 'Refunded',
+ 'awaiting_payment' => 'awaiting_payment',
+ 'before_order' => 'Message to display to attendees before they complete their order.',
+ 'before_order_help' => 'This message will be displayed to attendees immediately before they finalize their order.',
+ 'booking_fee' => 'Booking Fee',
+ 'cancel_order' => 'Cancel Order',
+ 'date' => 'Date',
+ 'details' => 'Details',
+ 'edit' => 'Edit',
+ 'email' => 'Email',
+ 'enable_offline_payments' => 'Enable Offline Payments',
+ 'free' => 'FREE',
+ 'no_recent_orders' => 'Looks like there are no recent orders.',
+ 'offline_payment_instructions' => 'Enter instructions on how attendees can make payment offline.',
+ 'offline_payment_settings' => 'Offline Payment Settings',
+ 'order_attendees' => 'Order Attendees',
+ 'order_date' => 'Order Date',
+ 'order_page_settings' => 'Order Page Settings',
+ 'order_ref' => 'Reference',
+ 'organiser_booking_fees' => 'Organiser Booking Fees',
+ 'payment_gateway' => 'Payment Gateway',
+ 'price' => 'Price',
+ 'purchase_date' => 'Purchase Date',
+ 'quantity' => 'Quantity',
+ 'recent_orders' => 'recent_orders',
+ 'reference' => 'Reference',
+ 'refund/cancel' => 'Refund / Cancel',
+ 'status' => 'Status',
+ 'sub_total' => 'Sub Total',
+ 'ticket' => 'Ticket',
+ 'total' => 'Total',
+ 'transaction_id' => 'Transaction ID',
+ 'user_registered_n_tickets' => ':name registered :n ticket(s).',
+ 'view_order' => 'View Order',
+ 'view_order_num' => 'View Order #:num',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Organiser.php b/resources/lang/en/Organiser.php
new file mode 100644
index 00000000..5fed9d54
--- /dev/null
+++ b/resources/lang/en/Organiser.php
@@ -0,0 +1,66 @@
+ 'Save Organiser',
+ //==================================== Translations ====================================//
+ 'additional_organiser_options' => 'Additional Organiser Options',
+ 'background_color' => 'Background Color',
+ 'continue_to' => 'Continue to',
+ 'create_an_organiser' => 'Create An Organiser',
+ 'create_new_organiser' => 'Create New Organiser',
+ 'create_organiser' => 'Create Organiser',
+ 'create_organiser_text' => 'Before you create events you\'ll need to create an organiser. An organiser is simply whoever is organising the event. It can be anyone, from a person to an organisation.',
+ 'current_logo' => 'Current Logo',
+ 'customize' => 'Customize',
+ 'dashboard' => 'Dashboard',
+ 'delete_logo?' => 'Delete Logo?',
+ 'enable_public_organiser_page' => 'Enable Public Organiser Page',
+ 'event' => 'Event',
+ 'event_calendar' => 'Event Calendar',
+ 'events' => 'Events',
+ 'google_analytics_code' => 'Google Analytics Code',
+ 'google_analytics_code_placeholder' => 'UA-XXXXX-X',
+ 'header_background_color' => 'Header Background Color',
+ 'hide_additional_organiser_options' => 'Hide Additional Organiser Options',
+ 'make_organiser_hidden' => 'Hide organiser page from the public.',
+ 'make_organiser_public' => 'Make organiser page visible to the public.',
+ 'no_upcoming_events' => 'You have no events coming up.',
+ 'no_upcoming_events_click' => 'You can click here to create an event.',
+ 'or' => 'or',
+ 'or_caps' => 'OR',
+ 'organiser_description' => 'Organiser Description',
+ 'organiser_description_placeholder' => '',
+ 'organiser_design' => 'Organiser Design',
+ 'organiser_details' => 'Organiser Details',
+ 'organiser_email' => 'Organiser Email',
+ 'organiser_email_placeholder' => '',
+ 'organiser_events' => 'organiser_events',
+ 'organiser_facebook' => 'Organiser Facebook',
+ 'organiser_facebook_placeholder' => 'E.g http://www.facebook.com/MyFaceBookPage',
+ 'organiser_logo' => 'Organiser Logo',
+ 'organiser_logo_help' => 'We recommend a square image, as this will look best on printed tickets and event pages.',
+ 'organiser_menu' => 'Organiser Menu',
+ 'organiser_name' => 'Organiser Name',
+ 'organiser_name_dashboard' => ':name Dashboard',
+ 'organiser_name_events' => ':name Events',
+ 'organiser_name_placeholder' => 'Who\'s organising the event?',
+ 'organiser_page' => 'Organiser Page',
+ 'organiser_page_design' => 'Organiser Page Design',
+ 'organiser_page_preview' => 'Organiser Page Preview',
+ 'organiser_page_visibility_text' => 'Organiser pages contain a public list of past and upcoming events.',
+ 'organiser_settings' => 'Organiser Settings',
+ 'organiser_twitter' => 'Organiser Twitter',
+ 'organiser_twitter_placeholder' => 'E.g http://www.twitter.com/MyTwitterPage',
+ 'organiser_username_facebook_placeholder' => 'MyFacebookPage',
+ 'organiser_username_twitter_placeholder' => 'MyTwitterPage',
+ 'sales_volume' => 'Sales Volume',
+ 'select_an_organiser' => 'Select An Organiser',
+ 'select_organiser' => 'Select Organiser',
+ 'text_color' => 'Text Color',
+ 'tickets_sold' => 'Tickets Sold',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Public_ViewEvent.php b/resources/lang/en/Public_ViewEvent.php
new file mode 100644
index 00000000..51375153
--- /dev/null
+++ b/resources/lang/en/Public_ViewEvent.php
@@ -0,0 +1,81 @@
+ 'Contact',
+ 'DETAILS' => 'DETAILS',
+ 'Facebook' => 'Facebook',
+ 'LOCATION' => 'LOCATION',
+ 'TICKETS' => 'TICKETS',
+ 'Twitter' => 'Twitter',
+ 'Whatsapp' => 'Whatsapp',
+ 'amount' => 'Amount',
+ 'at' => '@',
+ 'attendee_cancelled' => 'Cancelled',
+ 'below_order_details_header' => '',
+ 'below_payment_information_header' => '',
+ 'below_tickets' => 'Choose the number of tickets and click "register". On the next screen you\'ll pay for them.',
+ 'booking_fee' => 'Booking Fee',
+ 'booking_fees' => 'Booking Fees',
+ 'card_number' => 'Card number',
+ 'checkout_submit' => 'Checkout',
+ 'copy_buyer' => 'Copy buyer details to all ticket holders',
+ 'currently_not_on_sale' => 'Currently Not On Sale',
+ 'cvc_number' => 'CVC number',
+ 'date' => 'Date',
+ 'download_links' => 'Your tickets and a confirmation email have been sent to you.',
+ 'download_tickets' => 'Download Tickets',
+ 'email' => 'Email',
+ 'email_address' => 'Email address',
+ 'event_already' => 'This event has :started.',
+ 'event_already_ended' => 'ended',
+ 'event_already_started' => 'already started',
+ 'event_dashboard' => 'Event Dashboard',
+ 'event_details' => 'Event Details',
+ 'event_not_live' => 'This event page is not available to the public.',
+ 'expiry_month' => 'Expiry month',
+ 'expiry_year' => 'Expiry year',
+ 'first_name' => 'First name',
+ 'free' => 'FREE',
+ 'inc_fees' => '(inc. :fees Fees)',
+ 'last_name' => 'Last name',
+ 'offline_payment_instructions' => 'Offline payment instructions',
+ 'offline_payment_methods_available' => 'Offline Payment Methods Available',
+ 'order_attendees' => 'Order attendees',
+ 'order_awaiting_payment' => 'This order is awaiting payment. Please read the below instructions on how to make payment.',
+ 'order_details' => 'Order Details',
+ 'order_items' => 'Order items',
+ 'order_summary' => 'Order Summary',
+ 'organiser_dashboard' => 'Organiser Dashboard',
+ 'pay_using_offline_methods' => 'Pay using offline methods',
+ 'payment_information' => 'Payment Information',
+ 'payment_instructions' => 'Payment instructions',
+ 'presents' => 'presents',
+ 'price' => 'Price',
+ 'quantity_full' => 'Quantity',
+ 'reference' => 'Reference',
+ 'refunded_amount' => 'Refunded amount',
+ 'register' => 'Register',
+ 'sales_have_ended' => 'Sales Have Ended',
+ 'sales_have_not_started' => 'Sales Have Not Started',
+ 'send_message_submit' => 'Send message',
+ 'share_event' => 'Share Event',
+ 'sold_out' => 'Sold Out',
+ 'sub_total' => 'Sub total',
+ 'thank_you_for_your_order' => 'Thank you for your order!',
+ 'ticket' => 'Ticket',
+ 'ticket_holder_information' => 'Ticket Holder Information',
+ 'ticket_holder_n' => 'Ticket Holder :n Details',
+ 'ticket_price' => 'Ticket Price',
+ 'tickets' => 'Tickets',
+ 'tickets_are_currently_unavailable' => 'Tickets are currently unavailable',
+ 'time' => 'Please note you only have :time to complete this transaction before your tickets are re-released.',
+ 'total' => 'Total',
+ 'your_email_address' => 'Your e-mail address',
+ 'your_information' => 'Your information',
+ 'your_message' => 'Your message',
+ 'your_name' => 'Your name',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Public_ViewOrganiser.php b/resources/lang/en/Public_ViewOrganiser.php
new file mode 100644
index 00000000..3b2331e9
--- /dev/null
+++ b/resources/lang/en/Public_ViewOrganiser.php
@@ -0,0 +1,17 @@
+ 'Information',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Public\\ViewOrganiser\\Partials\\EventListingPanel.blade.php
+ 'tickets' => 'Tickets',
+ //==================================== Translations ====================================//
+ 'no_events' => 'There are no :panel_title to display.',
+ 'organiser_dashboard' => 'Organiser Dashboard',
+ 'past_events' => 'Past events',
+ 'upcoming_events' => 'Upcoming events',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Question.php b/resources/lang/en/Question.php
new file mode 100644
index 00000000..4cfbdaf9
--- /dev/null
+++ b/resources/lang/en/Question.php
@@ -0,0 +1,24 @@
+ 'Create Question',
+ //==================================== Translations ====================================//
+ 'Q' => 'Q',
+ 'add_another_option' => 'Add Another Option',
+ 'answer' => 'Answer',
+ 'attendee_details' => 'Attendee Details',
+ 'make_this_a_required_question' => 'Make this a required option',
+ 'no_answers' => 'Sorry, there are no answers to this question yet.',
+ 'no_questions_yet' => 'No Questions Yet',
+ 'no_questions_yet_text' => 'Here you can add questions which attendees will be asked to answer during the check-out process.',
+ 'question' => 'Question',
+ 'question_options' => 'Question Options',
+ 'question_placeholder' => 'e.g. Please enter your full address?',
+ 'question_type' => 'Question Type',
+ 'require_this_question_for_ticket(s)' => 'Require this question for ticket(s)',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Social.php b/resources/lang/en/Social.php
new file mode 100644
index 00000000..0c888511
--- /dev/null
+++ b/resources/lang/en/Social.php
@@ -0,0 +1,21 @@
+ 'Pinterest',
+ //==================================== Translations ====================================//
+ 'email' => 'Email',
+ 'facebook' => 'Facebook',
+ 'g+' => 'Google+',
+ 'linkedin' => 'LinkedIn',
+ 'share_buttons_to_show' => 'Share Buttons To Show',
+ 'social_settings' => 'Social Settings',
+ 'social_share_text' => 'Social Share Text',
+ 'social_share_text_help' => 'This is the text which will be share by default when a user shares your event on social networks',
+ 'twitter' => 'Twitter',
+ 'whatsapp' => 'WhatsApp',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Surveys.php b/resources/lang/en/Surveys.php
new file mode 100644
index 00000000..55a52094
--- /dev/null
+++ b/resources/lang/en/Surveys.php
@@ -0,0 +1,18 @@
+ 'Question Delete',
+ //==================================== Translations ====================================//
+ 'add_question' => 'Add Question',
+ 'answers' => 'Answers',
+ 'event_surveys' => 'Event Surveys',
+ 'export_answers' => 'Export Answers',
+ 'num_responses' => '# Responses',
+ 'question_delete_title' => 'All answers will also be deleted. If you want to keep attendee\'s answers you should deactivate the question instead.',
+ 'question_title' => 'Question Title',
+ 'required' => 'Required',
+ 'status' => 'Status',
+ 'tickets_list' => 'Tickets: :list',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Ticket.php b/resources/lang/en/Ticket.php
new file mode 100644
index 00000000..f61ab9dc
--- /dev/null
+++ b/resources/lang/en/Ticket.php
@@ -0,0 +1,52 @@
+ 'On Sale',
+ //==================================== Translations ====================================//
+ 'attendee_ref' => 'Attendee Ref.',
+ 'coupon_codes' => 'Coupon Codes',
+ 'create_ticket' => 'Create Ticket',
+ 'demo_attendee_ref' => '#YLY9U73-1',
+ 'demo_end_date_time' => 'Mar 18th 5:08PM',
+ 'demo_event' => 'Demo Event',
+ 'demo_name' => 'Bill Blogs',
+ 'demo_order_ref' => '#YLY9U73',
+ 'demo_organiser' => 'Demo Organiser',
+ 'demo_price' => '€XX.XX',
+ 'demo_start_date_time' => 'Mar 18th 4:08PM',
+ 'demo_ticket_type' => 'General Admission',
+ 'demo_venue' => 'Demo Location',
+ 'doesnt_account_for_refunds' => 'Doesn\'t account for refunds.',
+ 'end_date_time' => 'End Date / Time',
+ 'event' => 'Event',
+ 'event_tickets' => 'Event Tickets',
+ 'footer' => 'Entry ticket looses it\'s validity the moment venue is left and re-entry during event is not permitted.',
+ 'n_tickets' => ':num tickets',
+ 'name' => 'Name',
+ 'no_tickets_yet' => 'No Tickets Yet',
+ 'no_tickets_yet_text' => 'Create your first ticket by clicking the button below.',
+ 'order_ref' => 'Order Ref.',
+ 'organiser' => 'Organiser',
+ 'pause' => 'Pause',
+ 'price' => 'Price',
+ 'questions' => 'Questions',
+ 'remaining' => 'Remaining',
+ 'resume' => 'Resume',
+ 'revenue' => 'Revenue',
+ 'search_tickets' => 'Search tickets...',
+ 'show_1d_barcode' => 'Show 1D barcode on tickets',
+ 'sold' => 'Sold',
+ 'start_date_time' => 'Start Date / Time',
+ 'this_ticket_is_hidden' => 'This ticket is hidden',
+ 'ticket_background_color' => 'Ticket Background Color',
+ 'ticket_border_color' => 'Ticket Border Color',
+ 'ticket_design' => 'Ticket Design',
+ 'ticket_preview' => 'Ticket Preview',
+ 'ticket_sales_paused' => 'Sales Paused',
+ 'ticket_sub_text_color' => 'Ticket Sub Text Color',
+ 'ticket_text_color' => 'Ticket Text Color',
+ 'ticket_type' => 'Ticket Type',
+ 'venue' => 'Venue',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Top.php b/resources/lang/en/Top.php
new file mode 100644
index 00000000..9a8e8b6f
--- /dev/null
+++ b/resources/lang/en/Top.php
@@ -0,0 +1,18 @@
+ 'Account Settings',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
+ 'create_organiser' => 'Create Organiser',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
+ 'feedback_bug_report' => 'Feedback / Bug Report',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
+ 'my_profile' => 'My Profile',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
+ 'sign_out' => 'Sign Out',
+);
\ No newline at end of file
diff --git a/resources/lang/en/User.php b/resources/lang/en/User.php
new file mode 100644
index 00000000..a6001aff
--- /dev/null
+++ b/resources/lang/en/User.php
@@ -0,0 +1,36 @@
+ 'Already have account? Sign In',
+ //==================================== Translations ====================================//
+ 'after_welcome' => 'Before you continue please update your account with your name and a new password.',
+ 'change_password' => 'Change Password',
+ 'confirm_new_password' => 'Confirm New Password',
+ 'dont_have_account_button' => 'Don\'t have any account? Sign up',
+ 'email' => 'Email',
+ 'first_name' => 'First Name',
+ 'forgot_password' => 'Forgot Password',
+ 'forgot_password?' => 'Forgot Password?',
+ 'hide_change_password' => 'Hide Change Password',
+ 'last_name' => 'Last Name',
+ 'login' => 'Login',
+ 'login_fail_msg' => 'Please check your details and try again.',
+ 'my_profile' => 'My Profile',
+ 'new_password' => 'New Password',
+ 'old_password' => 'Old Password',
+ 'password' => 'Password',
+ 'password_already_sent' => 'An email with the password reset has been sent to your email.',
+ 'reset_input_errors' => 'There were some problems with your input.',
+ 'reset_password' => 'Reset Password',
+ 'reset_password_success' => 'An email with the password reset has been sent to your email.',
+ 'sign_up' => 'Sign Up',
+ 'sign_up_first_run' => 'You\'re almost there. Just create a user account and you\'re ready to go.',
+ 'terms_and_conditions' => ' I agree to Terms & Conditions ',
+ 'welcome_to_app' => 'Welcome to :app!',
+ 'your_email' => 'Your Email',
+);
\ No newline at end of file
diff --git a/resources/lang/en/Widgets.php b/resources/lang/en/Widgets.php
new file mode 100644
index 00000000..9d4d6ca9
--- /dev/null
+++ b/resources/lang/en/Widgets.php
@@ -0,0 +1,12 @@
+ 'Embed Preview',
+ //==================================== Translations ====================================//
+ 'event_widgets' => 'Event Widgets',
+ 'html_embed_code' => 'HTML Embed Code',
+ 'instructions' => 'Instructions',
+ 'instructions_text' => 'Simply copy and paste the HTML provided into your website wherever you would like the widget to appear.',
+);
\ No newline at end of file
diff --git a/resources/lang/en/basic.php b/resources/lang/en/basic.php
new file mode 100644
index 00000000..be06d576
--- /dev/null
+++ b/resources/lang/en/basic.php
@@ -0,0 +1,61 @@
+ 'Action',
+ 'affiliates' => 'Affiliates',
+ 'attendees' => 'Attendees',
+ 'back_to_login' => 'Back to login',
+ 'back_to_page' => 'Back To :page',
+ 'cancel' => 'Cancel',
+ 'customize' => 'Customize',
+ 'dashboard' => 'Dashboard',
+ 'days' => 'days',
+ 'disable' => 'Disable',
+ 'disabled' => 'Disabled',
+ 'drag_to_reorder' => 'Drag to re-order',
+ 'edit' => 'Edit',
+ 'enable' => 'Enable',
+ 'enabled' => 'Enabled',
+ 'error_404' => 'Looks like the page you are looking for no longer exists or has moved.',
+ 'event_dashboard' => 'Event Dashboard',
+ 'event_page_design' => 'Event Page Design',
+ 'export' => 'Export',
+ 'general' => 'General',
+ 'hours' => 'hours',
+ 'main_menu' => 'Main Menu',
+ 'manage' => 'Manage',
+ 'message' => 'Message',
+ 'minutes' => 'minutes',
+ 'months_short' => 'Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec',
+ 'no' => 'No',
+ 'order_form' => 'Order Form',
+ 'orders' => 'Orders',
+ 'promote' => 'Promote',
+ 'save_changes' => 'Save Changes',
+ 'save_details' => 'Save Details',
+ 'service_fees' => 'Service Fees',
+ 'social' => 'Social',
+ 'submit' => 'Submit',
+ 'success' => 'Success',
+ 'ticket_design' => 'Ticket Design',
+ 'tickets' => 'Tickets',
+ 'TOP' => 'TOP',
+ 'total' => 'total',
+ 'whoops' => 'Whoops!',
+ 'yes' => 'Yes',
+ /*
+ * Lines below will turn obsolete in localization helper, it is declared in app/Helpers/macros.
+ * If you run it, it will break file input fields.
+ */
+ 'upload' => 'Upload',
+ 'browse' => 'Browse',
+ //================================== Obsolete strings ==================================//
+ 'LLH:obsolete' =>
+ array (
+ 'months_long' => 'January|February|March|April|May|June|July|August|September|October|November|December',
+ ),
+);
\ No newline at end of file
diff --git a/resources/lang/en/error.php b/resources/lang/en/error.php
new file mode 100644
index 00000000..da254256
--- /dev/null
+++ b/resources/lang/en/error.php
@@ -0,0 +1,7 @@
+ 'We\'ll be back soon',
+ 'back_soon_description' => 'We\'re currently making improvements to our website.',
+
+];
diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php
deleted file mode 100644
index 8ea6d2a8..00000000
--- a/resources/lang/fr/validation.php
+++ /dev/null
@@ -1,107 +0,0 @@
- ':attribute doit être accepté.',
- 'active_url' => ":attribute n'est pas une adresse valide.",
- 'after' => ':attribute doit être un date après :date.',
- 'alpha' => ':attribute doit contenir uniquement des lettres.',
- 'alpha_dash' => ':attribute doit contenir uniquement des lettres, chiffres et tirets.',
- 'alpha_num' => ':attribute doit contenir uniquement des lettres et chiffres.',
- 'array' => ':attribute doit être un tableau.',
- 'before' => ':attribute doit être un date avant :date.',
- 'between' => [
- 'numeric' => ':attribute doit être entre :min et :max.',
- 'file' => ':attribute doit être entre :min et :max kilobytes.',
- 'string' => ':attribute doit être entre :min et :max characters.',
- 'array' => ':attribute doit avoir entre :min et :max lignes.',
- ],
- 'boolean' => ':attribute doit être activé ou désactivé.',
- 'confirmed' => ":attribute n'est pas correct.",
- 'date' => ":attribute n'est pas une date valide.",
- 'date_format' => ":attribute n'est pas une date correcte (:format).",
- 'different' => ':attribute et :other doivent être différents.',
- 'digits' => ':attribute doit contenir :digits chiffres.',
- 'digits_between' => ':attribute doit contenir entre :min et :max chiffres.',
- 'email' => ':attribute doit être une adresse email valide.',
- 'filled' => 'Le champ :attribute est requis.',
- 'exists' => 'La sélection sur :attribute est incorrecte.',
- 'image' => ':attribute doit être une image.',
- 'in' => 'La sélection sur :attribute est incorrecte.',
- 'integer' => ':attribute doit être un nombre.',
- 'ip' => ':attribute doit être une adresse IP valide.',
- 'max' => [
- 'numeric' => ':attribute doit être inférieur à :max.',
- 'file' => ':attribute doit être inférieur à :max ko.',
- 'string' => ':attribute doit être inférieur à :max caractères.',
- 'array' => ':attribute doit contenir moins de :max lignes.',
- ],
- 'mimes' => ':attribute doit être du type :values.',
- 'min' => [
- 'numeric' => ":attribute doit être d'au moins :min.",
- 'file' => ':attribute doit être supérieur à :min ko.',
- 'string' => ':attribute doit être supérieur à :min caractères.',
- 'array' => ':attribute doit contenir au moins :min lignes.',
- ],
- 'not_in' => ':attribute est invalide.',
- 'numeric' => ':attribute doit être un nombre.',
- 'regex' => 'Le format de :attribute est invalide.',
- 'required' => 'Le champ :attribute est requis.',
- 'required_if' => 'Le champ :attribute est requis quand :other contient :value.',
- 'required_with' => 'Le champ :attribute est requis quand :values est présent.',
- 'required_with_all' => 'Le champ :attribute est requis quand :values est présent.',
- 'required_without' => "Le champ :attribute est requis quand :values n'est pas présent.",
- 'required_without_all' => "Le champ :attribute est requis quand :values ne sont pas présent.",
- 'same' => ':attribute et :other ne correspondent pas.',
- 'size' => [
- 'numeric' => ':attribute doit être à :size.',
- 'file' => ':attribute doit être à :size ko.',
- 'string' => ':attribute doit être à :size caractères.',
- 'array' => ':attribute doit contenir :size lignes.',
- ],
- 'unique' => ':attribute est déjà pris.',
- 'url' => ':attribute a un format incorrect.',
- 'timezone' => ':attribute doit être un fuseau horaire valide.',
-
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
- 'custom' => [
- 'terms_agreed' => [
- 'required' => 'Veuillez accepter les conditions de service.'
- ]
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Attributes
- |--------------------------------------------------------------------------
- |
- | The following language lines are used to swap attribute place-holders
- | with something more reader friendly such as E-Mail Address instead
- | of "email". This simply helps us make messages a little cleaner.
- |
- */
-
- 'attributes' => [],
-
-];
diff --git a/resources/lang/pl/Affiliates.php b/resources/lang/pl/Affiliates.php
new file mode 100644
index 00000000..29ab25cf
--- /dev/null
+++ b/resources/lang/pl/Affiliates.php
@@ -0,0 +1,16 @@
+ 'Nazwa Wspólnika',
+ 'affiliate_tracking' => 'Statystki Wspólników',
+ 'affiliate_tracking_text' => 'Śledzenie danych na temat tego, kto generuje ci sprzedaże jest bardzo proste! Utwórz link referencyjny korzystając z pola niżej i upostępnij wygenerowany link wspólnikom / reklamodawcom.',
+ 'last_referral' => 'Ostatnia referencja',
+ 'no_affiliate_referrals_yet' => 'Nie ma jeszcze linków referencyjnych',
+ 'sales_volume_generated' => 'Wygenerowana sprzedaż',
+ 'ticket_sales_generated' => 'Wygenerowane bilety',
+ 'visits_generated' => 'Wygenerowane wizyty',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Attendee.php b/resources/lang/pl/Attendee.php
new file mode 100644
index 00000000..c7e998fc
--- /dev/null
+++ b/resources/lang/pl/Attendee.php
@@ -0,0 +1,21 @@
+ 'Zeskanuj kolejny bilet',
+ 'scanning' => 'Skanuję',
+ //==================================== Translations ====================================//
+ 'attendees' => 'Uczestnicy',
+ 'check_in' => 'Lista gości: :event',
+ 'email' => 'Email',
+ 'email_address' => 'Adres Email',
+ 'event_attendees' => 'Uczestnicy Wydarzenia',
+ 'first_name' => 'Imię',
+ 'last_name' => 'Nazwisko',
+ 'name' => 'Imię i Nazwisko',
+ 'search_attendees' => 'Przeszukaj dane uczestników...',
+ 'send_invitation_n_ticket_to_attendee' => 'Wyślij zaproszenie i bilet do uczestnika.',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Controllers.php b/resources/lang/pl/Controllers.php
new file mode 100644
index 00000000..a97a0acb
--- /dev/null
+++ b/resources/lang/pl/Controllers.php
@@ -0,0 +1,117 @@
+
+ array (
+ 'event_title' => 'Nazwa Wydarzenia',
+ 'start_date' => 'Data Rozpoczęcia',
+ 'created_at' => 'Data Utworzenia',
+ 'quantity_sold' => 'Ilość Sprzedaży',
+ 'sales_volume' => 'Sprzedaż',
+ 'sort_order' => 'Własna Kolejność',
+ 'title' => 'Nazwa Biletu',
+ ),
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageOrganiser\\Events.blade.php
+ //==================================== Translations ====================================//
+ 'account_successfully_updated' => 'Konto Zaktualizowane Poprawnie',
+ 'addInviteError' => 'Musisz utworzyć bilet zanim utworzysz uczestnika.',
+ 'attendee_already_cancelled' => 'Uczestnik już anulowany',
+ 'attendee_already_checked_in' => 'Uczestnik już wszedł w tym momencie: :time ',
+ 'attendee_check_in_success' => 'Sukces !
Imię: :name
Zamówienie: :ref
Bilet: :ticket.',
+ 'attendee_exception' => 'Wystąpił błąd w trakcie zapraszania tego uczestnika. Spróbuj ponownie.',
+ 'attendee_successfully_checked_in' => 'Uczestnik oznaczony',
+ 'attendee_successfully_checked_out' => 'Uczestnik odznaczony',
+ 'attendee_successfully_invited' => 'Uczestnik zaproszony pomyślnie!',
+ 'cant_delete_ticket_when_sold' => 'Przykro nam, nie możesz usunąć biletu, który chociaż raz został kupiony.',
+ 'check_in_all_tickets' => 'Zaznacz wszystkich uczestników powiązanych z tym zamówieniem.',
+ 'confirmation_malformed' => 'Kod potwierdzający jest niewłaściwy lub nie istnieje.',
+ 'confirmation_successful' => 'Sukces! Twój adres email został potwierdzony. Możesz się zalogować!',
+ 'error' =>
+ array (
+ 'email' =>
+ array (
+ 'email' => 'Proszę wprowadź poprawny adres Email.',
+ 'required' => 'Adres Email jest wymagany.',
+ 'unique' => 'Adres Email już istnieje w naszej bazie danych.',
+ ),
+ 'first_name' =>
+ array (
+ 'required' => 'Proszę wprowadź swoje imię.',
+ ),
+ 'last_name' =>
+ array (
+ 'required' => 'Proszę wprowadź swoje nazwisko.',
+ ),
+ 'page_bg_color' =>
+ array (
+ 'required' => 'Proszę wprowadź kolor tła.',
+ ),
+ 'page_header_bg_color' =>
+ array (
+ 'required' => 'Proszę wprowadź kolor tła nagłówka.',
+ ),
+ 'password' =>
+ array (
+ 'passcheck' => 'Hasło jest niepoprawne.',
+ ),
+ ),
+ 'event_create_exception' => 'Ups! Pojawił sie problem przy tworzeniu wydarzenia. Spróbuj ponownie.',
+ 'event_page_successfully_updated' => 'Strona wydarzenia zaktualizowana poprawnie!',
+ 'event_successfully_updated' => 'Wydarzenie zaktualizowane poprawnie!',
+ 'fill_email_and_password' => 'Proszę wprowadź email i hasło',
+ 'image_upload_error' => 'Wystąpił problem przy wczytywaniu pliku.',
+ 'invalid_ticket_error' => '"Błędny Bilet! Spróbuj ponownie!"',
+ 'login_password_incorrect' => 'Twój login lub hasło są niepoprawne.',
+ 'maximum_refund_amount' => 'Maksymalna kwota refundacji wynosi :money',
+ 'message_successfully_sent' => 'Wiadomośc wysłana poprawnie!',
+ 'no_organiser_name_error' => 'Musisz nadać nazwę organizatorowi wydarzeń.',
+ 'nothing_to_do' => 'Nic się nie dzieje.',
+ 'nothing_to_refund' => 'Nic do refundacji.',
+ 'num_attendees_checked_in' => ':num uczestników oznaczonych.',
+ 'order_already_refunded' => 'Zamówienie już zostało zrefundowane!',
+ 'order_cant_be_refunded' => 'Nie można zwrócić zamówienia!',
+ 'order_page_successfully_updated' => 'Strona Zamówienia Zaktualizowana Poprawnie!',
+ 'order_payment_status_successfully_updated' => 'Płatność za zamówienie zmodyfikowana poprawnie!',
+ 'organiser_design_successfully_updated' => 'Wygląd strony organizatora zaktualizowany poprawnie!',
+ 'organiser_other_error' => 'Był problem w trakcie wyszukiwania organizatora.',
+ 'password_successfully_reset' => 'Hasło zresetowane poprawnie!',
+ 'payment_information_successfully_updated' => 'Informacje o płatności zaktualizowane poprawnie!',
+ 'please_enter_a_background_color' => 'Proszę wprowadź kolor tła.',
+ 'quantity_min_error' => 'Liczba dostępnych biletów nie może być mniejsza niż liczba sprzedanych i zarezerwowanych.',
+ 'refreshing' => 'Odświeżam...',
+ 'refund_exception' => 'Wystąpił problem w przetwarzaniu zwrotu. Sprawdź swoje dane i spróbuj ponownie.',
+ 'refund_only_numbers_error' => 'Tylko liczby są dopuszczalne w tym polu.',
+ 'social_settings_successfully_updated' => 'Ustawienia Społecznościowe zostały zaktualizowane pomyślnie!',
+ 'stripe_error' => 'Był problem z łączeniem twojego konta ze Stripe. Spróbuj ponownie.',
+ 'stripe_success' => 'Połączyłeś swoje konto ze Stripe pomyślnie.',
+ 'success_name_has_received_instruction' => 'Sukces! :name otrzymał(a) dalsze instrukcje.',
+ 'successfully_cancelled_attendee' => 'Anulowano uczestnika pomyślnie!',
+ 'successfully_cancelled_attendees' => 'Anulowano uczestników pomyślnie!',
+ 'successfully_created_organiser' => 'Utworzono organizatora pomyślnie!',
+ 'successfully_created_question' => 'Utworzono pytanie pomyślnie!',
+ 'successfully_deleted_question' => 'Usunięto pytanie pomyślnie!',
+ 'successfully_edited_question' => 'Zaktualizowano pytanie pomyślnie!',
+ 'successfully_refunded_and_cancelled' => 'Dokonano refundacji i anulowano uczestników pomyślnie!',
+ 'successfully_refunded_order' => 'Dokonano refundacji pomyślnie!!',
+ 'successfully_saved_details' => 'Zapisano dane pomyślnie!',
+ 'successfully_updated_attendee' => 'Pomyślnie zaktualizowano dane uczestnika!!',
+ 'successfully_updated_organiser' => 'Pomyślnie zaktualizowano organizatora!',
+ 'successfully_updated_question' => 'Zaktualizowano pytanie pomyślnie!',
+ 'successfully_updated_question_order' => 'Kolejność pytań zaktualizowana pomyślnie!',
+ 'survey_answers' => 'Odpowiedzi z Ankiety',
+ 'the_order_has_been_updated' => 'Zamówienie zostało zaktualizowane',
+ 'this_question_cant_be_deleted' => 'To pytanie nie może być usunięte!',
+ 'ticket_field_required_error' => 'Pole bilet jest wymagane. ',
+ 'ticket_not_exists_error' => 'Bilet, który wybrałeś nie istnieje.',
+ 'ticket_order_successfully_updated' => 'Kolejność biletów zaktualizowana pomyślnie.',
+ 'ticket_successfully_deleted' => 'Bilet zaktualizowany pomyślnie.',
+ 'ticket_successfully_resent' => 'Bilet wysłano ponownie pomyślnie!',
+ 'ticket_successfully_updated' => 'Bilet zaktualizowany pomyślnie!',
+ 'whoops' => 'Ups! Coś poszło nie tak. Spróbuj ponownie.',
+ 'your_password_reset_link' => 'Twój link do resetu hasła',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Dashboard.php b/resources/lang/pl/Dashboard.php
new file mode 100644
index 00000000..d153db47
--- /dev/null
+++ b/resources/lang/pl/Dashboard.php
@@ -0,0 +1,26 @@
+ 'To wydarzenie już się rozpoczęło.',
+ //==================================== Translations ====================================//
+ 'create_tickets' => 'Utwórz bilety',
+ 'edit_event_page_design' => 'Edytuj Wygląd Strony Wydarzenia',
+ 'edit_organiser_fees' => 'Edytuj Opłaty Organizatora',
+ 'event_page_visits' => 'Odwiedziny Na Stronie Wydarzenia',
+ 'event_url' => 'URL Wydarzenia',
+ 'event_views' => 'Wyświetlenia Wydarzenia',
+ 'generate_affiliate_link' => 'Wygeneruj Link Referencyjny',
+ 'orders' => 'Zamówienia',
+ 'quick_links' => 'Skróty',
+ 'registrations_by_ticket' => 'Rejestracji na bilet',
+ 'sales_volume' => 'Sprzedaż',
+ 'share_event' => 'Udostępnij Wydarzenie',
+ 'this_event_is_on_now' => 'To wydarzenie odbywa się teraz',
+ 'ticket_sales_volume' => 'Sprzedaż biletów',
+ 'tickets_sold' => 'Sprzedanych biletów',
+ 'website_embed_code' => 'Kod do wklejenia na stronę',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Design.php b/resources/lang/pl/Design.php
new file mode 100644
index 00000000..0d043638
--- /dev/null
+++ b/resources/lang/pl/Design.php
@@ -0,0 +1,14 @@
+ 'Podgląd strony wydarzenia',
+ //==================================== Translations ====================================//
+ 'background_options' => 'Opcje tła',
+ 'images_provided_by_pixabay' => 'Obrazy dostarczone przez PixaBay.com',
+ 'select_from_available_images' => 'Skorzystaj z dostępnych obrazów',
+ 'use_a_colour_for_the_background' => 'Skorzystaj z koloru jako tła',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Email.php b/resources/lang/pl/Email.php
new file mode 100644
index 00000000..f0adca44
--- /dev/null
+++ b/resources/lang/pl/Email.php
@@ -0,0 +1,19 @@
+ 'Dziękujemy za rejestrację w Attendize',
+ 'invite_user' => ':name dodał cię do konta :app.',
+ 'message_regarding_event' => 'Wiadomość w związku z: :event',
+ 'organiser_copy' => '[Kopia Organizatora]',
+ 'refund_from_name' => 'Otrzymaleś refundację od :name',
+ 'your_ticket_cancelled' => 'Twój bilet został anulowany',
+ //================================== Obsolete strings ==================================//
+ 'LLH:obsolete' =>
+ array (
+ 'your_ticket_for_event' => 'Twój bilet na wydarzenie :event',
+ ),
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Event.php b/resources/lang/pl/Event.php
new file mode 100644
index 00000000..9c3fb5a7
--- /dev/null
+++ b/resources/lang/pl/Event.php
@@ -0,0 +1,49 @@
+ 'Dokładny Adres',
+ //==================================== Translations ====================================//
+ 'address_line_1' => 'Adres 1',
+ 'address_line_1_placeholder' => 'Np.: ul. Kwiatowa 21',
+ 'address_line_2' => 'Adres 2',
+ 'address_line_2_placeholder' => 'Np.: Włocławek',
+ 'city' => 'Miasto',
+ 'city_placeholder' => 'Np.: Włocławek',
+ 'create_event' => 'Utwórz Wydarzenie',
+ 'current_event_flyer' => 'Aktualna broszura wydarzenia',
+ 'customize_event' => 'Dostosuj Wydarzenie',
+ 'delete?' => 'Usuń?',
+ 'enter_existing' => 'Wybierz spośród dostępnych miejsc',
+ 'enter_manual' => 'Wprowadź adres ręcznie',
+ 'event_description' => 'Opis Wydarzenia',
+ 'event_end_date' => 'Data zakończenia wydarzenia',
+ 'event_flyer' => 'Broszura',
+ 'event_image' => 'Obraz Wydarzenia',
+ 'event_orders' => 'Zamówienia wydarzenia',
+ 'event_start_date' => 'Data rozpoczęcia wydarzenia',
+ 'event_title' => 'Tytuł Wydarzenia',
+ 'event_title_placeholder' => 'Np.: Międzynarodowa Konferencja :name',
+ 'event_visibility' => 'Widoczność Wydarzenia',
+ 'n_attendees_for_event' => ':num uczetnik(ów) wydarzenia: :name (:date)',
+ 'no_events_yet' => 'Brak Wydarzeń',
+ 'no_events_yet_text' => 'Wygląda na to, że jeszcze nie ma utworzonych wydarzeń. Możesz je utworzyć klikając przycisk niżej.',
+ 'num_events' => ':num Wydarzeń',
+ 'or(manual/existing_venue)' => 'lub',
+ 'post_code' => 'Kod pocztowy',
+ 'post_code_placeholder' => 'Np.: 94568.',
+ 'promote' => 'Promuj',
+ 'promote_event' => 'Promuj Wydarzenie',
+ 'revenue' => 'Zysk',
+ 'save_changes' => 'Zapisz Zmiany',
+ 'showing_num_of_orders' => 'Wyświetlam :0/:1 zamówień',
+ 'tickets_sold' => 'Sprzedanych Biletów',
+ 'venue_name' => 'Nazwa lokalu',
+ 'venue_name_placeholder' => 'Np.: Krabowa Chata',
+ 'vis_hide' => 'Ukryj wydarzenie publice',
+ 'vis_public' => 'Pokaż wydarzenie publice',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Fees.php b/resources/lang/pl/Fees.php
new file mode 100644
index 00000000..b601a93b
--- /dev/null
+++ b/resources/lang/pl/Fees.php
@@ -0,0 +1,15 @@
+ 'Stała kwota',
+ 'service_fee_fixed_price_help' => 'np.: wpisz 1.25, aby uzyskać :cur1.25 za pojedynczy bilet',
+ 'service_fee_fixed_price_placeholder' => '0.00',
+ 'organiser_fees' => 'Opłaty Organizatora',
+ 'organiser_fees_text' => 'Są to opcjonalne opłaty, które możesz uwzględnić dla każdego biletu. Na rachunku z biletu pojawi się ta kwota z podpisem \'Opłaty rezerwacyjne\'.',
+ 'service_fee_percentage' => 'Kwota Procentowa',
+ 'service_fee_percentage_help' => 'np.: wpisz 3.5, aby uzyskać 3.5%',
+ 'service_fee_percentage_placeholder' => '0',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/File_format.php b/resources/lang/pl/File_format.php
new file mode 100644
index 00000000..faaaf47d
--- /dev/null
+++ b/resources/lang/pl/File_format.php
@@ -0,0 +1,16 @@
+ 'Excel (XLS)',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
+ 'Excel_xlsx' => 'Excel (XLSX)',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
+ 'csv' => 'CSV',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php
+ 'html' => 'HTML',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Installer.php b/resources/lang/pl/Installer.php
new file mode 100644
index 00000000..7e00ebaf
--- /dev/null
+++ b/resources/lang/pl/Installer.php
@@ -0,0 +1,46 @@
+ 'Sukces, połączenie nawiązano!',
+ 'connection_failure' => 'Nie udało się nawiązać połączenia. Sprawdź swoje ustawienia.',
+ 'app_settings' => 'Ustawienia Aplikacji',
+ 'application_url' => 'URL Aplikacji',
+ 'database_host' => 'Host',
+ 'database_name' => 'Nazwa Bazy Danych',
+ 'database_password' => 'Hasło',
+ 'database_settings' => 'Ustawienia bazodanowe',
+ 'database_test_connect_failure' => 'Nie udało się nawiązać połączenia. Sprawdź poprawność ustawień.',
+ 'database_test_connect_failure_error_message' => 'Wiadomość',
+ 'database_test_connect_failure_error_type' => 'Typ błędu',
+ 'database_test_connect_failure_message' => 'Nie udało się nawiązać połączenia. Sprawdź poprawność ustawień.',
+ 'database_test_connect_success' => 'Sukces! Baza danych funkcjonuje poprawnie!',
+ 'database_type' => 'Typ bazy danych',
+ 'database_username' => 'Nazwa użytkownika',
+ 'email_settings' => 'Ustawienia Emaili',
+ 'files_n_folders_check' => 'Uprawnienia Do Plików I Folderów',
+ 'install' => 'Instaluj',
+ 'mail_encryption' => 'Szyfrowanie',
+ 'mail_from_address' => 'Adres Nadawcy',
+ 'mail_from_help' => 'Aby korzystać z PHP-owskiej funkcji mail wprowadź powyżej opcję mail a pozostałe pola pozostaw puste.',
+ 'mail_from_name' => 'Nazwa nadawcy',
+ 'mail_host' => 'Host',
+ 'mail_password' => 'Hasło',
+ 'mail_port' => 'Port',
+ 'mail_username' => 'Nazwa Użytkownika',
+ 'optional_requirement_not_met' => 'Uwaga: wtyczka :requirement nie jest załadowana',
+ 'path_not_writable' => 'Uwaga: ścieżka :path nie jest zapisywalna',
+ 'path_writable' => 'Sukces: ścieżka :path jest zapisywalna',
+ 'php_enough' => 'Sukces: Aplikacja wymaga wersji PHP >= :requires a twoja to :has',
+ 'php_optional_requirements_check' => 'Wymagania Opcjonalne PHP',
+ 'php_requirements_check' => 'Wymagania PHP',
+ 'php_too_low' => 'Uwaga: Aplikacja wymaga wersji PHP >= :requires. Twoja wersja to :has.',
+ 'php_version_check' => 'Wersja PHP',
+ 'requirement_met' => 'Sukces: wtyczka :requirement jest załadowana',
+ 'requirement_not_met' => 'Błąd: wtyczka :requirement nie jest załadowana',
+ 'setup' => 'Instalacja',
+ 'test_database_connection' => 'Przetestuj połączenie z bazą danych',
+ 'title' => 'Instalator Attendize',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Javascript.php b/resources/lang/pl/Javascript.php
new file mode 100644
index 00000000..04cbfbff
--- /dev/null
+++ b/resources/lang/pl/Javascript.php
@@ -0,0 +1,18 @@
+ "Chwileczkę...",
+ "time_run_out" => "Skończył ci się czas! Musisz ponownie zarezerwować bilety.",
+ "just_2_minutes" => "Zostały ci tylko 2 minuty na ukońcenie zamówienia!",
+ "whoops_and_error" => "Ups! Coś poszło nie tak.
:code :error",
+ "whoops" => 'Ups! Wygląda na to, że serwer zwrócił błąd.
+ Spróbuj ponownie później, albo skontaktuj sie administratorem, jeżeli błąd się powtarza.',
+ "whoops2" => 'Coś poszło nie tak! Odśwież stronę i spróbuj ponownie.',
+ "at_least_one_option" => 'Musisz pozostawić jedną opcję!',
+ "credit_card_error" => 'Numer karty jest nieprawidłowy.',
+ "expiry_error" => 'Data ważności jest niepoprawna.',
+ "cvc_error" => 'Numer bezpieczeństwa jest niepoprawny.',
+ "card_validation_error" => 'Popraw błędne dane z karty i spróbuj ponownie.',
+ "checkin_init_error" => 'Skaner nie został zainicjalizowany poprawnie. Upewnij się, że korzystasz z połączenia szyfrowanego oraz że twoja przeglądarka jest wspierana przez skaner.',
+
+];
\ No newline at end of file
diff --git a/resources/lang/pl/ManageAccount.php b/resources/lang/pl/ManageAccount.php
new file mode 100644
index 00000000..8c60321f
--- /dev/null
+++ b/resources/lang/pl/ManageAccount.php
@@ -0,0 +1,52 @@
+ 'O nas',
+ 'account' => 'Konto',
+ 'account_id' => 'ID konta',
+ 'accout_owner' => 'Właściciel konta',
+ 'add_user_help_block' => 'Dodani użytkownicy otrzymają instrukcje w wiadomości email.',
+ 'add_user_submit' => 'Dodaj użytkownika',
+ 'api_key' => 'Klucz API',
+ 'bitpay_api_key' => 'Klucz BitPay API',
+ 'bitpay_settings' => 'Ustawienia Bitpay',
+ 'branding_name' => 'Nazwa producenta (Brand)',
+ 'branding_name_help' => 'Tą nazwę będą widzieli nabywcy w momencie finalizacji. Pozostaw pole puste, jeżeli chesz używać nazwy organizatora.',
+ 'coinbase_settings' => 'Ustawienia Coinbase',
+ 'default_currency' => 'Domyślna waluta',
+ 'default_payment_gateway' => 'Domyślna bramka płatności',
+ 'email' => 'Email',
+ 'email_address_placeholder' => 'Adres Email',
+ 'first_name' => 'Imię',
+ 'general' => 'Ogólne',
+ 'last_name' => 'Nazwisko',
+ 'licence_info' => 'Informacje licencyjne',
+ 'licence_info_description' => 'Attendize jest dystrybuowany w ramach licencji Attribution Assurance Licence (AAL). Ta licencja wymaga użycia klauzuli \'Powered By Attendize\' w każdej kopii Attendize. Jeżeli chcesz ją usunąć, musisz wykupić osobną licencję znajdującą się tutaj.',
+ 'mastercard_internet_gateway_service_settings' => 'Ustawienia Serwisu Internetowej Bramki Mastercard',
+ 'merchant_access_code' => 'Merchant access code',
+ 'merchant_id' => 'Merchant ID',
+ 'open_source_soft' => 'Otwarte oprogramowanie',
+ 'open_source_soft_description' => 'Attendize został zbudowany przy użyciu mnóstwa fantastycznych otwartych bibliotek. Możesz je przejrzeć tu: libraries.io.',
+ 'payment' => 'Opłaty',
+ 'paypal_password' => 'Hasło PayPal',
+ 'paypal_settings' => 'Ustawienia PayPal',
+ 'paypal_signature' => 'Podpis PayPal',
+ 'paypal_username' => 'Użytkownik PayPal',
+ 'save_account_details_submit' => 'Zapisz konto',
+ 'save_payment_details_submit' => 'Zapisz płatność',
+ 'secret_code' => 'Sekretny kod',
+ 'secure_hash_code' => 'Sekretny kod hash',
+ 'stripe_publishable_key' => 'Publikowalny klucz Stripe',
+ 'stripe_secret_key' => 'Sekretny klucz Stripe',
+ 'stripe_settings' => 'Ustawienia Stripe',
+ 'timezone' => 'Strefa czasowa',
+ 'users' => 'Użytkownicy',
+ 'version_info' => 'Informacje o wersji',
+ 'version_out_of_date' => 'Twoja wersja aplikacji Attendize (:installed) jest nieaktualna. Najnowsza wersja (:latest) jest gotowa do pobrania tutaj',
+ 'version_up_to_date' => 'Twoja wersja aplikacji Attendize (:installed) jest aktualna!',
+ 'account_payment' => 'Konto / Płatność',
+ 'event_attendees' => 'Członkowie wydarzenia',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/ManageEvent.php b/resources/lang/pl/ManageEvent.php
new file mode 100644
index 00000000..19a97ddd
--- /dev/null
+++ b/resources/lang/pl/ManageEvent.php
@@ -0,0 +1,95 @@
+ 'Wszyscy Uczestnicy',
+ 'all_attendees_cancelled' => 'Wszyscy uczestnicy z tego zamówienia zostali anulowani.',
+ 'all_order_refunded' => 'Cała kwota :money z tego zamówienia została zwrócona.',
+ 'amount' => 'Kwota',
+ 'attendee_cancelled' => 'Anulowani',
+ 'attendee_cancelled_help' => 'Ten uczestnik został anulowany',
+ 'attendees_file_requirements' => 'Plik musi być w formacie .csv a pierwsza linia pliku musi zawierać frazę first_name,last_name,email',
+ 'attendize_qrcode_check_in' => 'Lista Uczetników Attendize z kodami QR',
+ 'cancel_attendee_title' => 'Anuluj :cancelb>',
+ 'cancel_description' => 'Anulując uczestnika usuniesz go z listy uczestników.',
+ 'cancel_notify' => 'Powiadom :name, że ich bilet jest anulowany.',
+ 'cancel_order_:ref' => 'Anuluj zamówienie: :ref',
+ 'cancel_refund' => 'Jeżeli chcesz dokonać refundacji zamówienia, do którego należy ten uczestnik, możesz to zrobić tutaj.',
+ 'cancel_refund_user' => 'Zwróć uczestnikowi :name za ich bilet.',
+ 'cant_refund_here' => 'Przepraszamy, nie ma możliwości zwrotów w bramce płatnościowej :gateway. Musisz tego dokonać przez ich stronę.',
+ 'check-in' => 'Lista Uczestników',
+ 'checkin_search_placeholder' => 'Wyszukaj po nazwisku uczestnika, numerze zamówienia, numerze uczestnika...',
+ 'close' => 'Zamknij',
+ 'confirm_cancel' => 'Potwierdź Anulowanie Uczestnika',
+ 'confirm_order_cancel' => 'Potwierdź Anulowanie Zamówienia',
+ 'create_attendees' => 'Dodaj Uczestników',
+ 'create_ticket' => 'Utwórz Bilet',
+ 'download_pdf_ticket' => 'Pobierz Bilet (PDF)',
+ 'edit_attendee' => 'Edytuj Uczestnika',
+ 'edit_attendee_title' => 'Edytuj :attendee',
+ 'edit_order_title' => 'Zamówienie: :order_ref',
+ 'edit_question' => 'Edytuj Pytanie',
+ 'edit_ticket' => 'Edytuj Bilet',
+ 'end_sale_on' => 'Zakończenie Sprzedaży',
+ 'event_not_live_with_activate' => 'To wydarzenie nie jest publiczne. Opublikuj',
+ 'event_page' => 'Strona Wydarzenia',
+ 'event_tools' => 'Narzędzia Wydarzenia',
+ 'export' => 'Eksport',
+ 'go_to_attendee_name' => 'Przejdź do uczetnika :name',
+ 'hide_this_ticket' => 'Ukryj ten bilet',
+ 'import_file' => 'Importuj plik',
+ 'invite_attendee' => 'Zaproś uczestnika',
+ 'invite_attendees' => 'Zaproś uczestników',
+ 'issue_full_refund' => 'Rozpocznij Pełną Refundację',
+ 'issue_partial_refund' => 'Rozpocznij Niepełną Refundację',
+ 'manage_order_title' => 'Zamówienie: :order_ref',
+ 'mark_payment_received' => 'Oznacz jako opłacone',
+ 'maximum_tickets_per_order' => 'Maksymalna Biletów / Zamówienie',
+ 'message_attendee_title' => 'Napisz do :attendee',
+ 'message_attendees' => 'Wiadomość',
+ 'message_attendees_title' => 'Wiadomość do uczestników',
+ 'message_order' => 'Napisz do :order',
+ 'minimum_tickets_per_order' => 'Minimalna licz. Biletów na Zamówienie',
+ 'more_options' => 'Więcej Opcji',
+ 'no_attendees_matching' => 'Nie znaleziono uczestników',
+ 'no_attendees_yet' => 'Brak uczestników',
+ 'no_attendees_yet_text' => 'Uczestnicy pojawią się automatycznie, gdy zarezerwują swoje bilety, lub gdy wyślesz zaproszenia ręcznie.',
+ 'no_orders_yet' => 'Brak zamówień',
+ 'no_orders_yet_text' => 'Nowe zamówienia pojawią się, jak tylko zostaną złożone.',
+ 'order_contact_will_receive_instructions' => 'Kontakt z zamówienia zostanie poinformowany o możliwości odpowiedzi na email :email',
+ 'order_details' => 'Szczegóły Zamówienia',
+ 'order_overwiev' => 'Przegląd Zamówienia',
+ 'order_ref' => 'Zamówienie: #:order_ref',
+ 'order_refunded' => ':money z tego zamówienia zostało zwróconych.',
+ 'price_placeholder' => 'Np.: 25.99',
+ 'print_attendee_list' => 'Wydrukuj listę uczestników',
+ 'print_tickets' => 'Wydrukuj Bilety',
+ 'qr_instructions' => 'Umieść kod QR przed kamerę (nie za blisko)',
+ 'quantity_available' => 'Liczba biletów',
+ 'quantity_available_placeholder' => 'Np.: 100 (Pozostaw puste dla nielimitowanej)',
+ 'refund_amount' => 'Kwota Zwrotu',
+ 'refund_this_order?' => 'Refundujesz?',
+ 'resend_ticket' => 'Prześlij Bilet Ponownie',
+ 'resend_ticket_help' => 'Uczestnik otrzyma dodatkową kopię biletu na adres :email',
+ 'resend_ticket_to_attendee' => 'Prześlij bilet ponownie do :attendee',
+ 'resend_tickets' => 'Ponowna przesyłka biletu',
+ 'result_for' => 'wynik(ów) dla',
+ 'save_question' => 'Zapisz Pytanie',
+ 'save_ticket' => 'Zapisz Bilet',
+ 'scan_another_ticket' => 'Skanuj Kolejny Bilet',
+ 'select_all' => 'Zaznacz Wszystko',
+ 'select_attendee_to_cancel' => 'Zaznacz bilety, które chcesz anulować.',
+ 'send_invitation_n_ticket_to_attendees' => 'Wyślij zaproszenia i bilety uczestnikom',
+ 'send_message' => 'Wyślij Wiadomość',
+ 'send_ticket' => 'Wyślij Bilet',
+ 'start_sale_on' => 'Rozpoczęcie sprzedaży',
+ 'surveys' => 'Ankiety',
+ 'this_order_is_awaiting_payment' => 'To zamówienie wymaga opłacenia',
+ 'ticket' => 'Bilet',
+ 'ticket_description' => 'Opis Biletu',
+ 'ticket_price' => 'Cena Biletu',
+ 'ticket_title' => 'Nazwa Biletu',
+ 'ticket_title_placeholder' => 'Np.: Bilet Normalny',
+ 'update_order' => 'Aktualizuj Zamówienie',
+ 'widgets' => 'Widgety',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Message.php b/resources/lang/pl/Message.php
new file mode 100644
index 00000000..3e3b5473
--- /dev/null
+++ b/resources/lang/pl/Message.php
@@ -0,0 +1,25 @@
+ 'Nowa Wiadomość',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Modals\\MessageAttendees.blade.php
+ 'sent_messages' => 'Wysłane Wiadomości',
+ //==================================== Translations ====================================//
+ 'all_event_attendees' => 'Wszyscy członkowie wydarzenia',
+ 'attendees_with_ticket_type' => 'Uczestnicy z biletem',
+ 'before_send_message' => 'Uczestnik zostanie poinstruowany o możliwości odpowiedzi na adres :recipient',
+ 'content' => 'Treść wiadomości',
+ 'date' => 'data',
+ 'leave_blank_to_send_immediately' => 'Pozostaw puste, aby wysłać teraz',
+ 'message' => 'Wiadomość',
+ 'no_messages_for_event' => 'Brak wiadomości związanych z tym wydarzeniem.',
+ 'schedule_send_time' => 'Wyslij później',
+ 'send_a_copy_to' => 'Wyślij kopię do',
+ 'send_message' => 'Wyślij wiadomość',
+ 'send_to' => 'Wyślij do',
+ 'subject' => 'Temat',
+ 'to' => 'Do',
+ 'unsent' => 'Nie wysłano',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Order.php b/resources/lang/pl/Order.php
new file mode 100644
index 00000000..66966976
--- /dev/null
+++ b/resources/lang/pl/Order.php
@@ -0,0 +1,55 @@
+ 'amount_refunded',
+ // Defined in file C:\\wamp\\www\\attendize\\app\\Http\\Controllers\\EventOrdersController.php
+ 'fully_refunded' => 'fully_refunded',
+ // Defined in file C:\\wamp\\www\\attendize\\app\\Http\\Controllers\\EventOrdersController.php
+ 'partially_refunded' => 'partially_refunded',
+ //==================================== Translations ====================================//
+ 'after_order' => 'Wiadomość po ukończonym zamówieniu.',
+ 'after_order_help' => 'Ta wiadomość będzie wyświetlana uczestnikom po ukończonym procesie zamówienia.',
+ 'amount' => 'Kwota',
+ 'arrived' => 'Dodane',
+ 'attendee_cancelled' => 'Anulowany',
+ 'attendee_refunded' => 'Refundowany',
+ 'awaiting_payment' => 'Oczekuje na Płatność',
+ 'before_order' => 'Wiadomość przed ukończonym zamówieniem.',
+ 'before_order_help' => 'Ta wiadomość będzie wyświetlana uczestnikom tuż przed finalizacją zamówienia.',
+ 'booking_fee' => 'Opłata rez.',
+ 'cancel_order' => 'Anuluj Zamówienie',
+ 'date' => 'Data',
+ 'details' => 'Szczegóły',
+ 'edit' => 'Edytuj',
+ 'email' => 'Email',
+ 'enable_offline_payments' => 'Odblokuj płatności offline',
+ 'free' => 'GRATIS',
+ 'no_recent_orders' => 'Wygląda na to, że nie ma nowych zamówień',
+ 'offline_payment_instructions' => 'Wprowadź instrukcje dla uczestników jak mogą zapłacić offline.',
+ 'offline_payment_settings' => 'Ustawienia płatności offline',
+ 'order_attendees' => 'Uczestnicy Zamówienia',
+ 'order_date' => 'Data Zamówienia',
+ 'order_page_settings' => 'Ustawienia Strony Zamówienia',
+ 'order_ref' => 'Nr Zamówienia',
+ 'organiser_booking_fees' => 'Opłaty Rezerwacyjne Organizatora',
+ 'payment_gateway' => 'Bramka Płatności',
+ 'price' => 'Cena',
+ 'purchase_date' => 'Data Zakupu',
+ 'quantity' => 'Liczba',
+ 'recent_orders' => 'Recent Orders',
+ 'reference' => 'Numer',
+ 'refund/cancel' => 'Refunduj/Anuluj',
+ 'status' => 'Status',
+ 'sub_total' => 'Suma',
+ 'ticket' => 'Bilet',
+ 'total' => 'Razem',
+ 'transaction_id' => 'Identyfikator transakcji',
+ 'user_registered_n_tickets' => ':name zarezerwował :n bilet(ów).',
+ 'view_order' => 'Podgląd Zamówienia',
+ 'view_order_num' => 'Podgląd Zamówienia #:num',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Organiser.php b/resources/lang/pl/Organiser.php
new file mode 100644
index 00000000..7b0f8cf8
--- /dev/null
+++ b/resources/lang/pl/Organiser.php
@@ -0,0 +1,66 @@
+ 'Zapisz Organizatora',
+ //==================================== Translations ====================================//
+ 'additional_organiser_options' => 'Dodatkowe Opcje',
+ 'background_color' => 'Kolor Tła',
+ 'continue_to' => 'Kontynuuj do',
+ 'create_an_organiser' => 'Utwórz Organizatora',
+ 'create_new_organiser' => 'Utwórz Nowego Organizatora',
+ 'create_organiser' => 'Utwórz Organizatora',
+ 'create_organiser_text' => 'Zanim będziesz mógł tworzyć wydarzenia, musisz utworzyć organizatora. Organizator jest kimkolwiek organizującym wydarzenia, czy to osoba, czy organizacja.',
+ 'current_logo' => 'Aktualne Logo',
+ 'customize' => 'Dostosuj',
+ 'dashboard' => 'Panel Sterowania',
+ 'delete_logo?' => 'Usunąć Logo?',
+ 'enable_public_organiser_page' => 'Upublicznij Stronę Organizatora',
+ 'event' => 'Wydarzenie',
+ 'event_calendar' => 'Kalendarz Wydarzeń',
+ 'events' => 'Wydarzenia',
+ 'google_analytics_code' => 'Klucz Google Analytics',
+ 'google_analytics_code_placeholder' => 'UA-XXXXX-X',
+ 'header_background_color' => 'Kolor Tła Nagłówka',
+ 'hide_additional_organiser_options' => 'Schowaj Dodatkowe Opcje',
+ 'make_organiser_hidden' => 'Ukryj stronę organizatora.',
+ 'make_organiser_public' => 'Pokaż stronę organizatora.',
+ 'no_upcoming_events' => 'Nie ma wydarzeń nadchodzących.',
+ 'no_upcoming_events_click' => 'Kliknij tu, aby utworzyć wydarzenie.',
+ 'or' => 'lub',
+ 'or_caps' => 'LUB',
+ 'organiser_description' => 'Opis Organizatora',
+ 'organiser_description_placeholder' => '',
+ 'organiser_design' => 'Wygląd Strony Organizatora',
+ 'organiser_details' => 'Detale',
+ 'organiser_email' => 'Email Organizatora',
+ 'organiser_email_placeholder' => '',
+ 'organiser_events' => 'Wydarzenia Organizatora',
+ 'organiser_facebook' => 'Facebook Organizatora',
+ 'organiser_facebook_placeholder' => 'Np. http://www.facebook.com/MyFaceBookPage',
+ 'organiser_logo' => 'Logo Organizaotra',
+ 'organiser_logo_help' => 'Zalecamy w formie kwadratu, gdyż w takiej formie będzie najlepiej wyglądać na wydrukowanym bilecie.',
+ 'organiser_menu' => 'Menu Organizatora',
+ 'organiser_name' => 'Nazwa Organizatora',
+ 'organiser_name_dashboard' => 'Panel Sterowania :name',
+ 'organiser_name_events' => 'Wydarzenia :name',
+ 'organiser_name_placeholder' => 'Kto organizuje wydarzenia?',
+ 'organiser_page' => 'Strona Organizatora',
+ 'organiser_page_design' => 'Wygląd Strony Organizatora',
+ 'organiser_page_preview' => 'Podgląd Strony Organizatora',
+ 'organiser_page_visibility_text' => 'Strona Organizatora zawiera listę przeszłych i przyszłych wydarzeń.',
+ 'organiser_settings' => 'Ustawienia Organizatora',
+ 'organiser_twitter' => 'Twitter Organizatora',
+ 'organiser_twitter_placeholder' => 'Np. http://www.twitter.com/MyTwitterPage',
+ 'organiser_username_facebook_placeholder' => 'MójFacebook',
+ 'organiser_username_twitter_placeholder' => 'MójTwitter',
+ 'sales_volume' => 'Sprzedaż',
+ 'select_an_organiser' => 'Wybierz Organizatora',
+ 'select_organiser' => 'Wybierz Organizatora',
+ 'text_color' => 'Kolor Tekstu',
+ 'tickets_sold' => 'Sprzedanych Biletów',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Public_ViewEvent.php b/resources/lang/pl/Public_ViewEvent.php
new file mode 100644
index 00000000..15b36a1a
--- /dev/null
+++ b/resources/lang/pl/Public_ViewEvent.php
@@ -0,0 +1,81 @@
+ 'Kontakt',
+ 'DETAILS' => 'SZCZEGÓŁY',
+ 'Facebook' => 'Facebook',
+ 'LOCATION' => 'MIEJSCE',
+ 'TICKETS' => 'BILETY',
+ 'Twitter' => 'Twitter',
+ 'Whatsapp' => 'Whatsapp',
+ 'amount' => 'Kwota',
+ 'at' => 'w miejscu',
+ 'attendee_cancelled' => 'Anulowany',
+ 'below_order_details_header' => 'Uzupełnij dane kupującego i dane osób, dla których kupujesz bilety. Pamiętaj, że na teren imprezy zostaną wpuszczone tylko osoby z ważnymi imiennymi biletami. W razie wątpliwości będziemy wymagać dokumentu celem potwierdzenia tożsamości.',
+ 'below_payment_information_header' => 'Płatności są bezpieczne i świadczy je zewnętrzna firma międzynarodowa Stripe. Pobierzemy z Twojej karty tylko wskazaną kwotę. Nie przechowujemy danych Twojej karty.',
+ 'below_tickets' => 'Wybierz liczbę biletów i kliknij rezerwuj. W następnym kroku zapłacisz za bilety.',
+ 'booking_fee' => 'Opłata rezerwacyjna',
+ 'booking_fees' => 'Opłaty rezerwacyjne',
+ 'card_number' => 'Numer karty',
+ 'checkout_submit' => 'Podsumowanie',
+ 'copy_buyer' => 'Przekopiuj dane kupującego na wszystkie bilety',
+ 'currently_not_on_sale' => 'Aktualnie nie w sprzedaży',
+ 'cvc_number' => 'Numer CVC',
+ 'date' => 'Data',
+ 'download_links' => 'Twoje bilety i email z potwierdzeniem zostały wysłane.',
+ 'download_tickets' => 'Pobierz bilety',
+ 'email' => 'Email',
+ 'email_address' => 'Adres email',
+ 'event_already' => 'To wydarzenie już się :started.',
+ 'event_already_ended' => 'zakończyło',
+ 'event_already_started' => 'rozpoczęło',
+ 'event_dashboard' => 'Panel sterowania wydarzeniami',
+ 'event_details' => 'Szczegóły wydarzenia',
+ 'event_not_live' => 'Strona tego wydarzenia nie została jeszcze udostępniona.',
+ 'expiry_month' => 'Miesiąc ważności karty',
+ 'expiry_year' => 'Rok ważności karty',
+ 'first_name' => 'Imię',
+ 'free' => 'GRATIS',
+ 'inc_fees' => '(uwzgl. opłaty: :fees)',
+ 'last_name' => 'Nazwisko',
+ 'offline_payment_instructions' => 'Instrukcje płatności offline',
+ 'offline_payment_methods_available' => 'Płatności offline dostępne',
+ 'order_attendees' => 'Uczestnicy w zamówieniu',
+ 'order_awaiting_payment' => 'To zamówienie jest nieopłacone. Przeczytaj poniższe instrukcje, aby dowiedzieć się jak opłacić.',
+ 'order_details' => 'Szczegóły zamówienia',
+ 'order_items' => 'Przedmioty zamówienia',
+ 'order_summary' => 'Podsumowanie zamówienia',
+ 'organiser_dashboard' => 'Panel sterowania organizatora',
+ 'pay_using_offline_methods' => 'Zapłać metodami offline',
+ 'payment_information' => 'Informacje o płatności',
+ 'payment_instructions' => 'Instrukcje dot. płatności',
+ 'presents' => ' prezentuje',
+ 'price' => 'Cena',
+ 'quantity_full' => 'Ilość',
+ 'reference' => 'Identyfikator',
+ 'refunded_amount' => 'Kwota refundacji',
+ 'register' => 'Rezerwuj',
+ 'sales_have_ended' => 'Sprzedaż się zakończyła',
+ 'sales_have_not_started' => 'Sprzedaż się jeszcze nie rozpoczęła',
+ 'send_message_submit' => 'Wyślij wiadomość',
+ 'share_event' => 'Udostępnij',
+ 'sold_out' => 'Wyprzedano',
+ 'sub_total' => 'Suma',
+ 'thank_you_for_your_order' => 'Dziękujemy za zamówienie!',
+ 'ticket' => 'Bilet',
+ 'ticket_holder_information' => 'Dane posiadacza biletu',
+ 'ticket_holder_n' => 'Dane posiadacza nr :n',
+ 'ticket_price' => 'Cena biletu',
+ 'tickets' => 'Bilety',
+ 'tickets_are_currently_unavailable' => 'Bilety są niedostępne',
+ 'time' => 'Zostało ci :time, aby ukończyć transakcję, zanim bilety nie zostaną wprowadzone z powrotem w obieg.',
+ 'total' => 'Kwota całkowita',
+ 'your_email_address' => 'Twój adres e-mail',
+ 'your_information' => 'Twoje dane',
+ 'your_message' => 'Twoja wiadomość',
+ 'your_name' => 'Twoje imię',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Public_ViewOrganiser.php b/resources/lang/pl/Public_ViewOrganiser.php
new file mode 100644
index 00000000..623e31f8
--- /dev/null
+++ b/resources/lang/pl/Public_ViewOrganiser.php
@@ -0,0 +1,17 @@
+ 'Szczegóły',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Public\\ViewOrganiser\\Partials\\EventListingPanel.blade.php
+ 'tickets' => 'Bilety',
+ //==================================== Translations ====================================//
+ 'no_events' => 'W kategorii ":panel_title" nie ma dostępnych wydarzeń.',
+ 'organiser_dashboard' => 'Panel sterowania organizatora',
+ 'past_events' => 'Przeszłe wydarzenia',
+ 'upcoming_events' => 'Nadchodzące wydarzenia',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Question.php b/resources/lang/pl/Question.php
new file mode 100644
index 00000000..d2590152
--- /dev/null
+++ b/resources/lang/pl/Question.php
@@ -0,0 +1,24 @@
+ 'Utwórz Pytanie',
+ //==================================== Translations ====================================//
+ 'Q' => 'P',
+ 'add_another_option' => 'Dodaj opcję',
+ 'answer' => 'Odpowiedź',
+ 'attendee_details' => 'Uczestnik',
+ 'make_this_a_required_question' => 'Pytanie wymagane',
+ 'no_answers' => 'Nie ma jeszcze odpowiedzi na to pytanie.',
+ 'no_questions_yet' => 'Brak Pytań',
+ 'no_questions_yet_text' => 'Tutaj możesz dodać pytania, na które uczestnicy mogą odpowiedzieć w trakcie procesu finalizacji zamówienia.',
+ 'question' => 'Pytanie',
+ 'question_options' => 'Opcje Pytania',
+ 'question_placeholder' => 'np. Podaj swój pełny adres?',
+ 'question_type' => 'Typ pytania',
+ 'require_this_question_for_ticket(s)' => 'Wymagaj pytania do bilet(ów)',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Social.php b/resources/lang/pl/Social.php
new file mode 100644
index 00000000..d6e20532
--- /dev/null
+++ b/resources/lang/pl/Social.php
@@ -0,0 +1,21 @@
+ 'Pinterest',
+ //==================================== Translations ====================================//
+ 'email' => 'Email',
+ 'facebook' => 'Facebook',
+ 'g+' => 'Google+',
+ 'linkedin' => 'LinkedIn',
+ 'share_buttons_to_show' => 'Przyciski Udostępniania do Wyświetlenia',
+ 'social_settings' => 'Ustawienia Społeczności',
+ 'social_share_text' => 'Tekst Udostępnienia',
+ 'social_share_text_help' => 'To jest tekst, który zostanie dodany do wiadomości w trakcie udostępniania wydarzenia.',
+ 'twitter' => 'Twitter',
+ 'whatsapp' => 'WhatsApp',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Surveys.php b/resources/lang/pl/Surveys.php
new file mode 100644
index 00000000..3bb12cc9
--- /dev/null
+++ b/resources/lang/pl/Surveys.php
@@ -0,0 +1,18 @@
+ 'Usuń pytanie',
+ //==================================== Translations ====================================//
+ 'add_question' => 'Dodaj Pytanie',
+ 'answers' => 'Odpowiedzi',
+ 'event_surveys' => 'Kwestionariusz Wydarzenia',
+ 'export_answers' => 'Eksportuj odpowiedzi',
+ 'num_responses' => '# Odpowiedzi',
+ 'question_delete_title' => 'Wszystkie odpowiedzi zostaną usunięte. Jeżeli chcesz zachować odpowiedzi uczestników, zamiast tego deaktywuj pytanie.',
+ 'question_title' => 'Tytuł Pytania', // ???
+ 'required' => 'Wymagane',
+ 'status' => 'Status',
+ 'tickets_list' => 'Bilety: :list',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Ticket.php b/resources/lang/pl/Ticket.php
new file mode 100644
index 00000000..09f27c25
--- /dev/null
+++ b/resources/lang/pl/Ticket.php
@@ -0,0 +1,52 @@
+ 'W sprzedaży',
+ //==================================== Translations ====================================//
+ 'attendee_ref' => 'Id. Uczestnika',
+ 'coupon_codes' => 'Kupony',
+ 'create_ticket' => 'Utwórz Bilet',
+ 'demo_attendee_ref' => '#YLY9U73-1',
+ 'demo_end_date_time' => '18 Mar 17:08',
+ 'demo_event' => 'Demonstracyjne Wyd.',
+ 'demo_name' => 'Jan Kowalski',
+ 'demo_order_ref' => '#YLY9U73',
+ 'demo_organiser' => 'Organizator Demonstracyjny',
+ 'demo_price' => '€XX.XX',
+ 'demo_start_date_time' => '18 Mar 16:08',
+ 'demo_ticket_type' => 'Bilet Normalny',
+ 'demo_venue' => 'Lokalizacja Demonstracyjna',
+ 'doesnt_account_for_refunds' => 'Refundacje nie wliczone',
+ 'end_date_time' => 'Zakończenie',
+ 'event' => 'Wydarzenie',
+ 'event_tickets' => 'Bilety',
+ 'footer' => 'Bilet wstępu traci ważność w momencie opuszczenia obiektu i nie upoważnia do ponownego wejścia na teren obiektu/ imprezy.',
+ 'n_tickets' => ':num bilet(ów)',
+ 'name' => 'Uczestnik',
+ 'no_tickets_yet' => 'Brak biletów',
+ 'no_tickets_yet_text' => 'Dodaj swój pierwszy bilet klikając przycisk niżej.',
+ 'order_ref' => 'Nr Zam.',
+ 'organiser' => 'Organizator',
+ 'pause' => 'Pauza',
+ 'price' => 'Cena',
+ 'questions' => 'Pytania',
+ 'remaining' => 'Pozostało',
+ 'resume' => 'Wznów',
+ 'revenue' => 'Zysk',
+ 'search_tickets' => 'Szukaj w biletach...',
+ 'show_1d_barcode' => 'Pokaż kod kreskowy na biletach',
+ 'sold' => 'Sprzedano',
+ 'start_date_time' => 'Rozpoczęcie',
+ 'this_ticket_is_hidden' => 'Ten bilet jest ukryty',
+ 'ticket_background_color' => 'Kolor Tła Biletu',
+ 'ticket_border_color' => 'Kolor Ramki Biletu',
+ 'ticket_design' => 'Wygląd Biletu',
+ 'ticket_preview' => 'Podgląd Biletu',
+ 'ticket_sales_paused' => 'Sprzedaż wstrzymana',
+ 'ticket_sub_text_color' => 'Kolor małego tekstu',
+ 'ticket_text_color' => 'Kolor tesktu na bilecie',
+ 'ticket_type' => 'Typ',
+ 'venue' => 'Miejsce',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Top.php b/resources/lang/pl/Top.php
new file mode 100644
index 00000000..d4d799c9
--- /dev/null
+++ b/resources/lang/pl/Top.php
@@ -0,0 +1,18 @@
+ 'Ustawienia Konta',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
+ 'create_organiser' => 'Utwórz Organizatora',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
+ 'feedback_bug_report' => 'Wsparcie / Raporty (EN)',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
+ 'my_profile' => 'Mój Profil',
+ // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php
+ 'sign_out' => 'Wyloguj się',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/User.php b/resources/lang/pl/User.php
new file mode 100644
index 00000000..46987f33
--- /dev/null
+++ b/resources/lang/pl/User.php
@@ -0,0 +1,36 @@
+ 'Masz już konto? Zaloguj się!',
+ //==================================== Translations ====================================//
+ 'after_welcome' => 'Zanim będziemy kontynuować, zaktualizuj swoje konto o dane kontaktowe i hasło.',
+ 'change_password' => 'Zmień Hasło',
+ 'confirm_new_password' => 'Potwierdź Nowe Hasło',
+ 'dont_have_account_button' => 'Nie masz jeszcze konta? Zarejestruj się!',
+ 'email' => 'Email',
+ 'first_name' => 'Imię',
+ 'forgot_password' => 'Zapomniane Hasło',
+ 'forgot_password?' => 'Zapomniałeś hasło?',
+ 'hide_change_password' => 'Ukryj zmianę hasła',
+ 'last_name' => 'Nazwisko',
+ 'login' => 'Login',
+ 'login_fail_msg' => 'Popraw dane i spróbuj ponownie.',
+ 'my_profile' => 'Mój Profil',
+ 'new_password' => 'Nowe Hasło',
+ 'old_password' => 'Stare Hasło',
+ 'password' => 'Hasło',
+ 'password_already_sent' => 'Email z instrukcjami do resetu hasła został wysłany na twój adres email.',
+ 'reset_input_errors' => 'Były problemy z twoimi danymi.',
+ 'reset_password' => 'Resetuj Hasło',
+ 'reset_password_success' => 'Email z instrukcjami do resetu hasła został wysłany na twój adres email.',
+ 'sign_up' => 'Zarejestruj się',
+ 'sign_up_first_run' => 'Jeszcze chwilka! Utwórz proszę użytkownika i w zasadzie wszystko gotowe!',
+ 'terms_and_conditions' => ' Akceptuję Warunki Użytkowania ',
+ 'welcome_to_app' => 'Witaj w :app!',
+ 'your_email' => 'Twój Adres Email',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/Widgets.php b/resources/lang/pl/Widgets.php
new file mode 100644
index 00000000..c3e956c7
--- /dev/null
+++ b/resources/lang/pl/Widgets.php
@@ -0,0 +1,12 @@
+ 'Podgląd Wklejki',
+ //==================================== Translations ====================================//
+ 'event_widgets' => 'Widgety Wydarzenia',
+ 'html_embed_code' => 'Kod HTML Do Wklejenia',
+ 'instructions' => 'Instrukcje',
+ 'instructions_text' => 'Po prostu skopiuj poniższy kod HTML na swoją stronę internetową, aby wyświetlić widget.',
+);
\ No newline at end of file
diff --git a/resources/lang/pl/basic.php b/resources/lang/pl/basic.php
new file mode 100644
index 00000000..d2141192
--- /dev/null
+++ b/resources/lang/pl/basic.php
@@ -0,0 +1,61 @@
+ 'Akcja',
+ 'affiliates' => 'Wspólnicy',
+ 'attendees' => 'Uczestnicy',
+ 'back_to_login' => 'back_to_login',
+ 'back_to_page' => 'Wróć Do :page',
+ 'cancel' => 'Anuluj',
+ 'customize' => 'Dostosuj',
+ 'dashboard' => 'Panel Sterowania',
+ 'days' => 'dni',
+ 'disable' => 'Wyłącz',
+ 'disabled' => 'Wyłączony',
+ 'drag_to_reorder' => 'Przeciągnij by zmienić kolejność',
+ 'edit' => 'Edytuj',
+ 'enable' => 'Włącz',
+ 'enabled' => 'Włączony',
+ 'error_404' => 'Wygląda na to, że strona której szukasz nie istnieje, lub została przesunięta.',
+ 'event_dashboard' => 'Panel Sterowania Wydarzenia',
+ 'event_page_design' => 'Wygląd Strony Wydarzenia',
+ 'export' => 'Eksport',
+ 'general' => 'Główne',
+ 'hours' => 'godziny',
+ 'main_menu' => 'Menu Główne',
+ 'manage' => 'Zarządzaj',
+ 'message' => 'Wiadomość',
+ 'minutes' => 'minuty',
+ 'months_short' => 'Sty|Lut|Mar|Kwi|Maj|Cze|Lip|Sie|Wrz|Paź|Lis|Gru',
+ 'no' => 'Nie',
+ 'order_form' => 'Formularz Zamówienia',
+ 'orders' => 'Zamówienia',
+ 'promote' => 'Promuj',
+ 'save_changes' => 'Zapisz zmiany',
+ 'save_details' => 'Zapisz',
+ 'service_fees' => 'Opłaty Serwisowe',
+ 'social' => 'Społeczności',
+ 'submit' => 'Wyślij',
+ 'success' => 'Sukces',
+ 'ticket_design' => 'Wygląd Biletów',
+ 'tickets' => 'Bilety',
+ 'total' => 'razem',
+ 'TOP' => 'GÓRA',
+ 'whoops' => 'Ups!',
+ 'yes' => 'Tak',
+ /*
+ * Lines below will turn obsolete in localization helper, it is declared in app/Helpers/macros.
+ * If you run it, it will break file input fields.
+ */
+ 'upload' => 'Załaduj',
+ 'browse' => 'Przeglądaj',
+ //================================== Obsolete strings ==================================//
+ 'LLH:obsolete' =>
+ array (
+ 'months_long' => 'Styczeń|Luty|Marzec|Kwiecień|Maj|Czerwiec|Lipiec|Sierpień|Wrzesień|Październik|Listopad|Grudzień',
+ ),
+);
\ No newline at end of file
diff --git a/resources/lang/pl/error.php b/resources/lang/pl/error.php
new file mode 100644
index 00000000..03736db4
--- /dev/null
+++ b/resources/lang/pl/error.php
@@ -0,0 +1,7 @@
+ 'Zaraz wrócimy!',
+ 'back_soon_description' => 'Przeprowadzamy ważne zmiany na stronie. Wrócimy później!',
+
+];
diff --git a/resources/lang/fr/pagination.php b/resources/lang/pl/pagination.php
similarity index 85%
rename from resources/lang/fr/pagination.php
rename to resources/lang/pl/pagination.php
index 9f07a5f9..9ce84644 100644
--- a/resources/lang/fr/pagination.php
+++ b/resources/lang/pl/pagination.php
@@ -13,7 +13,7 @@ return [
|
*/
- 'previous' => '« Précédent',
- 'next' => 'Suivant »',
+ 'previous' => '« Poprzedni',
+ 'next' => 'Następny »',
];
diff --git a/resources/lang/fr/passwords.php b/resources/lang/pl/passwords.php
similarity index 54%
rename from resources/lang/fr/passwords.php
rename to resources/lang/pl/passwords.php
index d5da906b..bc14ede4 100644
--- a/resources/lang/fr/passwords.php
+++ b/resources/lang/pl/passwords.php
@@ -13,10 +13,10 @@ return [
|
*/
- 'password' => 'Le mot de passe doit être de six caractères minimum et correspondre à la confirmation.',
- 'user' => "Utilisateur inconnu avec cet adresse email.",
- 'token' => 'Le lien de reinitialisation est incorrect.',
- 'sent' => 'Un lien de réinitialisation vous a été envoyé par email !',
- 'reset' => 'Votre mot de passe a été réinitialisé !',
+ 'password' => 'Hasła muszą mieć co najmniej 6 znaków i być zgodne.',
+ 'user' => "Nie znaleziono użytkownika z tym adresem e-mail.",
+ 'token' => 'Ten token resetu hasła jest nieaktualny.',
+ 'sent' => 'Wysłano link resetujący hasło na adres e-mail!',
+ 'reset' => 'Twoje hasło zostało zresetowane!',
];
diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php
new file mode 100644
index 00000000..1ae10cb8
--- /dev/null
+++ b/resources/lang/pl/validation.php
@@ -0,0 +1,122 @@
+ ':attribute musi zostać zaakceptowany.',
+ 'active_url' => ':attribute jest nieprawidłowym adresem URL.',
+ 'after' => ':attribute musi być datą późniejszą od :date.',
+ 'after_or_equal' => ':attribute musi być datą nie wcześniejszą niż :date.',
+ 'alpha' => ':attribute może zawierać jedynie litery.',
+ 'alpha_dash' => ':attribute może zawierać jedynie litery, cyfry i myślniki.',
+ 'alpha_num' => ':attribute może zawierać jedynie litery i cyfry.',
+ 'array' => ':attribute musi być tablicą.',
+ 'before' => ':attribute musi być datą wcześniejszą od :date.',
+ 'before_or_equal' => ':attribute musi być datą nie późniejszą niż :date.',
+ 'between' => [
+ 'numeric' => ':attribute musi zawierać się w granicach :min - :max.',
+ 'file' => ':attribute musi zawierać się w granicach :min - :max kilobajtów.',
+ 'string' => ':attribute musi zawierać się w granicach :min - :max znaków.',
+ 'array' => ':attribute musi składać się z :min - :max elementów.',
+ ],
+ 'boolean' => ':attribute musi mieć wartość prawda albo fałsz',
+ 'confirmed' => 'Potwierdzenie :attribute nie zgadza się.',
+ 'date' => ':attribute nie jest prawidłową datą.',
+ 'date_format' => ':attribute nie jest w formacie :format.',
+ 'different' => ':attribute oraz :other muszą się różnić.',
+ 'digits' => ':attribute musi składać się z :digits cyfr.',
+ 'digits_between' => ':attribute musi mieć od :min do :max cyfr.',
+ 'dimensions' => ':attribute ma niepoprawne wymiary.',
+ 'distinct' => ':attribute ma zduplikowane wartości.',
+ 'email' => 'Format :attribute jest nieprawidłowy.',
+ 'exists' => 'Zaznaczony :attribute jest nieprawidłowy.',
+ 'file' => ':attribute musi być plikiem.',
+ 'filled' => 'Pole :attribute jest wymagane.',
+ 'image' => ':attribute musi być obrazkiem.',
+ 'in' => 'Zaznaczony :attribute jest nieprawidłowy.',
+ 'in_array' => ':attribute nie znajduje się w :other.',
+ 'integer' => ':attribute musi być liczbą całkowitą.',
+ 'ip' => ':attribute musi być prawidłowym adresem IP.',
+ 'ipv4' => ':attribute musi być prawidłowym adresem IPv4.',
+ 'ipv6' => ':attribute musi być prawidłowym adresem IPv6.',
+ 'json' => ':attribute musi być poprawnym ciągiem znaków JSON.',
+ 'max' => [
+ 'numeric' => ':attribute nie może być większy niż :max.',
+ 'file' => ':attribute nie może być większy niż :max kilobajtów.',
+ 'string' => ':attribute nie może być dłuższy niż :max znaków.',
+ 'array' => ':attribute nie może mieć więcej niż :max elementów.',
+ ],
+ 'mimes' => ':attribute musi być plikiem typu :values.',
+ 'mimetypes' => ':attribute musi być plikiem typu :values.',
+ 'min' => [
+ 'numeric' => ':attribute musi być nie mniejszy od :min.',
+ 'file' => ':attribute musi mieć przynajmniej :min kilobajtów.',
+ 'string' => ':attribute musi mieć przynajmniej :min znaków.',
+ 'array' => ':attribute musi mieć przynajmniej :min elementów.',
+ ],
+ 'not_in' => 'Zaznaczony :attribute jest nieprawidłowy.',
+ 'not_regex' => 'Format :attribute jest nieprawidłowy.',
+ 'numeric' => ':attribute musi być liczbą.',
+ 'present' => 'Pole :attribute musi być obecne.',
+ 'regex' => 'Format :attribute jest nieprawidłowy.',
+ 'required' => 'Pole :attribute jest wymagane.',
+ 'required_if' => 'Pole :attribute jest wymagane gdy :other jest :value.',
+ 'required_unless' => ':attribute jest wymagany jeżeli :other nie znajduje się w :values.',
+ 'required_with' => 'Pole :attribute jest wymagane gdy :values jest obecny.',
+ 'required_with_all' => 'Pole :attribute jest wymagane gdy :values jest obecny.',
+ 'required_without' => 'Pole :attribute jest wymagane gdy :values nie jest obecny.',
+ 'required_without_all' => 'Pole :attribute jest wymagane gdy żadne z :values nie są obecne.',
+ 'same' => 'Pole :attribute i :other muszą się zgadzać.',
+ 'size' => [
+ 'numeric' => ':attribute musi mieć :size.',
+ 'file' => ':attribute musi mieć :size kilobajtów.',
+ 'string' => ':attribute musi mieć :size znaków.',
+ 'array' => ':attribute musi zawierać :size elementów.',
+ ],
+ 'string' => ':attribute musi być ciągiem znaków.',
+ 'timezone' => ':attribute musi być prawidłową strefą czasową.',
+ 'unique' => 'Taki :attribute już występuje.',
+ 'uploaded' => 'Nie udało się wgrać pliku :attribute.',
+ 'url' => 'Format :attribute jest nieprawidłowy.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'terms_agreed' => [
+ 'required' => 'Proszę, zaakceptuj Warunki Użytkowania.'
+ ]
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap attribute place-holders
+ | with something more reader friendly such as E-Mail Address instead
+ | of "email". This simply helps us make messages a little cleaner.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/resources/views/Installer/Installer.blade.php b/resources/views/Installer/Installer.blade.php
index fdd531c9..7e5bb4e4 100644
--- a/resources/views/Installer/Installer.blade.php
+++ b/resources/views/Installer/Installer.blade.php
@@ -1,7 +1,7 @@
@extends('Shared.Layouts.MasterWithoutMenus')
@section('title')
- Attendize Web Installer
+ @lang("Installer.title")
@stop
@section('head')
@@ -28,61 +28,61 @@
{!!HTML::image('assets/images/logo-dark.png')!!}
-
- {!! Form::label('app_url', 'Application URL', array('class'=>'required control-label ')) !!}
+ {!! Form::label('app_url', trans("Installer.application_url"), array('class'=>'required control-label ')) !!}
{!! Form::text('app_url', Input::old('app_url'),
array(
'class'=>'form-control',
@@ -101,10 +101,10 @@
)) !!}
-
- {!! Form::label('database_type', 'Database Type', array('class'=>'required control-label ')) !!}
+ {!! Form::label('database_type', trans("Installer.database_type"), array('class'=>'required control-label ')) !!}
{!! Form::select('database_type', array(
'pgsql' => "Postgres",
'mysql' => "MySQL",
@@ -115,7 +115,7 @@
- {!! Form::label('database_host', 'Database Host', array('class'=>'control-label required')) !!}
+ {!! Form::label('database_host', trans("Installer.database_host"), array('class'=>'control-label required')) !!}
{!! Form::text('database_host', Input::old('database_host'),
array(
'class'=>'form-control ',
@@ -124,7 +124,7 @@
- {!! Form::label('database_name', 'Database Name', array('class'=>'required control-label ')) !!}
+ {!! Form::label('database_name', trans("Installer.database_name"), array('class'=>'required control-label ')) !!}
{!! Form::text('database_name', Input::old('database_name'),
array(
'class'=>'form-control'
@@ -132,7 +132,7 @@
- {!! Form::label('database_username', 'Database Username', array('class'=>'control-label required')) !!}
+ {!! Form::label('database_username', trans("Installer.database_username"), array('class'=>'control-label required')) !!}
{!! Form::text('database_username', Input::old('database_username'),
array(
'class'=>'form-control ',
@@ -140,7 +140,7 @@
)) !!}
- {!! Form::label('mail_from_address', 'Mail From Address', array('class'=>' control-label required')) !!}
+ {!! Form::label('mail_from_address', trans("Installer.mail_from_address"), array('class'=>' control-label required')) !!}
{!! Form::text('mail_from_address', Input::old('mail_from_address'),
array(
'class'=>'form-control'
)) !!}
- {!! Form::label('mail_from_name', 'Mail From Name', array('class'=>' control-label required')) !!}
+ {!! Form::label('mail_from_name', trans("Installer.mail_from_name"), array('class'=>' control-label required')) !!}
{!! Form::text('mail_from_name', Input::old('mail_from_name'),
array(
'class'=>'form-control'
)) !!}
- {!! Form::label('mail_port', 'Mail Port', array('class'=>' control-label ')) !!}
+ {!! Form::label('mail_port', trans("Installer.mail_port"), array('class'=>' control-label ')) !!}
{!! Form::text('mail_port', Input::old('mail_port'),
array(
'class'=>'form-control'
)) !!}
- {!! Form::label('mail_encryption', 'Mail Encryption', array('class'=>' control-label ')) !!}
+ {!! Form::label('mail_encryption', trans("Installer.mail_encryption"), array('class'=>' control-label ')) !!}
{!! Form::text('mail_encryption', Input::old('mail_encryption'),
array(
- 'class'=>'form-control'
+ 'class'=>'form-control',
+ 'placeholder' => "tls/ssl"
)) !!}
- {!! Form::label('mail_host', 'Mail Host', array('class'=>' control-label ')) !!}
+ {!! Form::label('mail_host', trans("Installer.mail_host"), array('class'=>' control-label ')) !!}
{!! Form::text('mail_host', Input::old('mail_host'),
array(
'class'=>'form-control'
)) !!}
- {!! Form::label('mail_username', 'Mail Username', array('class'=>' control-label ')) !!}
+ {!! Form::label('mail_username', trans("Installer.mail_username"), array('class'=>' control-label ')) !!}
{!! Form::text('mail_username', Input::old('mail_username'),
array(
'class'=>'form-control'
)) !!}
- {!! Form::label('mail_password', 'Mail Password', array('class'=>' control-label ')) !!}
+ {!! Form::label('mail_password', trans("Installer.mail_password"), array('class'=>' control-label ')) !!}
{!! Form::text('mail_password', Input::old('mail_password'),
array(
'class'=>'form-control'
)) !!}
-