text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p> {{$first_name}}</p> <p> {{ config('attendize.app_name') }}. . </p> <p> , <a href='{{route('confirmEmail', ['confirmation_code' => $confirmation_code])}}'> </a>. </p> <br><br> <p> - , , . </p...
/content/code_sandbox/resources/views/ru/Emails/ConfirmEmail.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
103
```php <html xmlns="path_to_url" xmlns="path_to_url"> <head> <meta name="viewport" content="width=device-width" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title> @section('subject') Attendize.com E-Mail @show </title> </head> <body style="backg...
/content/code_sandbox/resources/views/de/Emails/Layouts/Master.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,660
```php {{{$attendee->first_name}}},<br><br> .<br><br> {{route('showOrderDetails', ['order_reference' => $attendee->order->order_reference])}} .<br><br> <b>{{$attendee->order->order_reference}}</b>.<br> <br> ```
/content/code_sandbox/resources/views/ru/Emails/attendeeTicket.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
73
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p></p> <p> <b>{{{$attendee->event->title}}}</b>. <b>{{{ $refund_amount }}} , .</b> </p> <p> <b>{{{ $attendee->event->organiser->name }}}</b> <a href='mailto:{{{$attendee->event->...
/content/code_sandbox/resources/views/ru/Emails/notifyRefundedAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
133
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p></p> <p> <b>{{{$attendee->event->title}}}</b> . </p> <p> <b>{{{$attendee->event->organiser->name}}}</b> <a href='mailto:{{{$attendee->event->organiser->email}}}'>{{{$attendee->event->organiser->email}}}</a> , . </...
/content/code_sandbox/resources/views/ru/Emails/notifyCancelledAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
111
```php @extends('en.Emails.Layouts.Master') @section('message_content') <div> ,<br><br> , <a href='{{ route('password.reset', ['token' => $token]) }}'> </a>. <br><br><br> ,<br> Attendize </div> @stop ```
/content/code_sandbox/resources/views/ru/Emails/Auth/Reminder.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
73
```php <div class="well"> <p> . '<b> Attendize</b>' : <b>{{base_path('.env')}}</b>. , . </p> <p> , <b>{{storage_path('logs')}}</b>. , <b> </b>. </p> <p> , , , Attendize, . </p> <p> , <a href="p...
/content/code_sandbox/resources/views/ru/Installer/Partials/Footer.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
172
```php @extends('Shared.Layouts.Master') @section('title') @parent {{ trans('Organiser.organiser_events') }} @stop @section('page_title') {{ trans('Organiser.organiser_name_events', ['name'=>$organiser->name]) }} @stop @section('top_nav') @include('ManageOrganiser.Partials.TopNav') @stop @section('h...
/content/code_sandbox/resources/views/ManageOrganiser/Events.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
768
```php @extends('Shared.Layouts.MasterWithoutMenus') @section('title') @lang("Organiser.create_organiser") @stop @section('head') <style> .modal-header { background-color: transparent !important; color: #666 !important; text-shadow: none !important;; } <...
/content/code_sandbox/resources/views/ManageOrganiser/CreateOrganiser.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,251
```php @extends('Shared.Layouts.MasterWithoutMenus') @section('title') @lang("Organiser.select_organiser") @stop @section('head') <style> .modal-header { background-color: transparent !important; color: #666 !important; text-shadow: none !important;; } <...
/content/code_sandbox/resources/views/ManageOrganiser/SelectOrganiser.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
327
```php @extends('Shared.Layouts.Master') @section('title') @parent {{ trans('Organiser.dashboard') }} @endsection @section('top_nav') @include('ManageOrganiser.Partials.TopNav') @stop @section('page_title') {{ trans('Organiser.organiser_name_dashboard', ['name'=>$organiser->name])}} @stop @section('m...
/content/code_sandbox/resources/views/ManageOrganiser/Dashboard.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,207
```php @extends('Shared.Layouts.Master') @section('title') @parent {{ trans('Organiser.organiser_events') }} @stop @section('page_title') {{ trans('Organiser.organiser_name_events', ['name'=>$organiser->name]) }} @stop @section('top_nav') @include('ManageOrganiser.Partials.TopNav') @stop @section('...
/content/code_sandbox/resources/views/ManageOrganiser/Customize.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,430
```php @extends('Shared.Layouts.BlankSlate') @section('blankslate-icon-class') ico-ticket @stop @section('blankslate-title') @lang("Event.no_events_yet") @stop @section('blankslate-text') @lang("Event.no_events_yet_text") @stop @section('blankslate-body') <button data-invoke="modal" data-modal-id="Creat...
/content/code_sandbox/resources/views/ManageOrganiser/Partials/EventsBlankSlate.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
155
```php <ul class="nav navbar-nav navbar-left"> <!-- Show Side Menu --> <li class="navbar-main"> <a href="javascript:void(0);" class="toggleSidebar" title="Show sidebar"> <span class="toggleMenuIcon"> <span class="icon ico-menu"></span> </span> </a> </l...
/content/code_sandbox/resources/views/ManageOrganiser/Partials/TopNav.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
156
```php <div role="dialog" class="modal fade" style="display: none;"> @include('ManageOrganiser.Partials.EventCreateAndEditJS'); {!! Form::open(array('url' => route('postCreateEvent'), 'class' => 'ajax gf')) !!} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-h...
/content/code_sandbox/resources/views/ManageOrganiser/Modals/CreateEvent.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
3,040
```php <div class="panel panel-success event"> <div class="panel-heading" data-style="background-color: {{{$event->bg_color}}};background-image: url({{{$event->bg_image_url}}}); background-size: cover;"> <div class="event-date"> <div class="month"> {{strtoupper(explode("|", trans...
/content/code_sandbox/resources/views/ManageOrganiser/Partials/EventPanel.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
547
```php {!! Html::script('vendor/simplemde/dist/simplemde.min.js') !!} {!! Html::style('vendor/simplemde/dist/simplemde.min.css') !!} <script> $(function() { try { $(".geocomplete").geocomplete({ details: "form.gf", types: ["geocode", "establishment"] ...
/content/code_sandbox/resources/views/ManageOrganiser/Partials/EventCreateAndEditJS.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
356
```php <aside class="sidebar sidebar-left sidebar-menu"> <section class="content"> <h5 class="heading">@lang("Organiser.organiser_menu")</h5> <ul id="nav" class="topmenu"> <li class="{{ Request::is('*dashboard*') ? 'active' : '' }}"> <a href="{{route('showOrganiserDashbo...
/content/code_sandbox/resources/views/ManageOrganiser/Partials/Sidebar.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
323
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Attendees.blade.php 'Excel_xls' => 'Excel (XLS)', // Defined in file C:\\wamp\\www\\attendize\\resources\\vi...
/content/code_sandbox/resources/lang/ja/File_format.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
177
```php {!! Html::script('vendor/simplemde/dist/simplemde.min.js') !!} {!! Html::style('vendor/simplemde/dist/simplemde.min.css') !!} <script> $(document).ready(function(){ var charge_tax = $("input[type=radio][name='charge_tax']:checked").val(); if (charge_tax == 1) { $('#tax_fields').show(); } else...
/content/code_sandbox/resources/views/ManageOrganiser/Partials/OrganiserCreateAndEditJS.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
242
```php <?php return [ 'title' => '', 'success_message' => '', 'delete_message' => '', 'cannot_delete_used_code' => '', 'access_codes_code' => '', 'access_codes_created_at' => '', 'no_access_codes_yet' => ...
/content/code_sandbox/resources/lang/ja/AccessCodes.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
147
```php <?php return [ /* |your_sha256_hash---------- | Pagination Language Lines |your_sha256_hash---------- | | The following language lines are used by the paginator library to build | the simple pagination links. You are free to change them to anything | you want to customize your v...
/content/code_sandbox/resources/lang/ja/pagination.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
101
```php <?php return [ 'Contact' => '', 'DETAILS' => '', 'Facebook' => 'Facebook', 'LOCATION' => '', 'TICKETS' => '', 'Twitter' => 'Twitter', ...
/content/code_sandbox/resources/lang/ja/Public_ViewEvent.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
714
```php <?php return array( 'scan_another_ticket' => '', 'scanning' => '', 'attendees' => '', 'check_in' => ':event', 'email' => 'Email', 'email_address' ...
/content/code_sandbox/resources/lang/ja/Attendee.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
133
```php <?php return array( //============================== New strings to translate ==============================// 'event_page_preview' => '', //==================================== Translations ====================================// 'background_options' => '', 'images_...
/content/code_sandbox/resources/lang/ja/Design.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
90
```php <?php return [ 'processing' => '...', 'time_run_out' => '', 'just_2_minutes' => '2', 'whoops' => '', 'whoops2' => '', 'whoops_and_error' => '<br> <br>:code :error', 'at_least_one_option' => '1', 'credit_card_error' ...
/content/code_sandbox/resources/lang/ja/Javascript.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
133
```php <?php return [ 'back_soon' => '', 'back_soon_description' => '', ]; ```
/content/code_sandbox/resources/lang/ja/error.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
26
```php <?php return array( 'address_details' => '', 'address_line_1' => '1', 'address_line_1_placeholder' => '', 'address_line_2' => '2', 'address_line_2_placeholder' => '', 'city' => '', 'city_placeholder' => '', 'creat...
/content/code_sandbox/resources/lang/ja/Event.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
400
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageOrganiser\\Events.blade.php 'sort' => array( 'event_title' =>...
/content/code_sandbox/resources/lang/ja/Controllers.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,003
```php <?php return [ /* |your_sha256_hash---------- | Validation Language Lines |your_sha256_hash---------- | | The following language lines contain the default error messages used by | the validator class. Some of these rules have multiple versions such | as the size rules. Feel free...
/content/code_sandbox/resources/lang/ja/validation.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
824
```php <?php return [ /* |your_sha256_hash---------- | Password Reminder Language Lines |your_sha256_hash---------- | | The following language lines are the default lines which match reasons | that are given by the password broker for a password update attempt | has failed, such as for...
/content/code_sandbox/resources/lang/ja/passwords.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
120
```php <?php return array( 'service_fee_fixed_price' => '', 'service_fee_fixed_price_help' => ' <b>100</b> <b>:cur100</b>', 'service_fee_fixed_price_placeholder' => '0', 'organiser_fees' => '', 'organiser_fees_text' => '<b></b>', 'service...
/content/code_sandbox/resources/lang/ja/Fees.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
132
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Tickets.blade.php 'on_sale' => 'On Sale', //==================================== Translati...
/content/code_sandbox/resources/lang/ja/Ticket.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
493
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageOrganiser\\Customize.blade.php 'save_organiser' => '', 'additional_organiser_options' ...
/content/code_sandbox/resources/lang/ja/Organiser.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
674
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Partials\\SurveyBlankSlate.blade.php 'create_question' => '', //=========================...
/content/code_sandbox/resources/lang/ja/Question.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
187
```php <?php return array( //============================== New strings to translate ==============================// 'this_event_has_started' => '', //==================================== Translations ====================================// 'create_tickets' => '', 'edit_event_page_design'...
/content/code_sandbox/resources/lang/ja/Dashboard.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
187
```php <?php return array( 'affiliate_name' => '', 'affiliate_tracking' => '', 'affiliate_tracking_text' => ' /', 'last_referral' => '', 'no_affiliate_referrals_yet' => '', 'sales_volume_generated' => '', 'ticket_sales_generated' => '', 'visit...
/content/code_sandbox/resources/lang/ja/Affiliates.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
83
```php <?php return array( 'apply' => 'Apply', 'action' => 'Action', 'affiliates' => '', 'attendees' => '', 'back_to_login' => '', 'back_to_page' => '(:page)', 'cancel' => 'Cancel', 'customize' => 'Customize', 'dashbo...
/content/code_sandbox/resources/lang/ja/basic.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
457
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Public\\ViewOrganiser\\Partials\\EventListingPanel.blade.php 'information' => '', // Defined in file C:\\wamp\\www...
/content/code_sandbox/resources/lang/ja/Public_ViewOrganiser.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
148
```php <?php return array( 'new_message' => '', 'sent_messages' => '', 'all_event_attendees' => '', 'attendees_with_ticket_type' => '', 'before_send_message' => ':organiser', 'content' => '', 'date' ...
/content/code_sandbox/resources/lang/ja/Message.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
162
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Widgets.blade.php 'embed_preview' => '', //==================================== Translations ============...
/content/code_sandbox/resources/lang/ja/Widgets.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
99
```php <?php return array( 'already_have_account' => ' <a class="semibold" href=":url"></a>', 'after_welcome' => '', 'change_password' => '', 'confirm_new_password' => '', 'dont_have_account_button' => ' <a class="semibold" href=":url"></a>', 'email' ...
/content/code_sandbox/resources/lang/ja/User.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
273
```php <?php return [ 'received_new_order' => '', 'order_still_awaiting_payment' => '', 'manage_order' => '', 'successful_order' => '<strong>:name</strong>', 'tickets_attached' => 'E ', ]; ```
/content/code_sandbox/resources/lang/ja/Order_Emails.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
61
```php <?php return array( 'attendize_register' => 'Attendize', 'contact_organiser' => ':organiser_name <a href="mailto::organiser_email">:organiser_email</a>', 'invite_user' => ':name:app', 'message_received_from_organiser' => ':event_title :organiser_name ', 'message_regarding_ev...
/content/code_sandbox/resources/lang/ja/Email.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
158
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Public\\ViewOrganiser\\Partials\\OrganiserSocialSection.blade.php 'pinterest' => 'Pinterest', //=============...
/content/code_sandbox/resources/lang/ja/Social.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
156
```php <?php return array( 'all_attendees' => '', 'all_attendees_cancelled' => '', 'all_order_refunded' => ':money', 'amount' => '', 'attendee_cancelled' => '', 'attendee_cancell...
/content/code_sandbox/resources/lang/ja/ManageEvent.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
953
```php <?php return array( 'about' => 'About', 'account' => '', 'account_id' => 'ID', 'accout_owner' => '', 'add_user_help_block' =>...
/content/code_sandbox/resources/lang/ja/ManageAccount.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
681
```php <?php return array( 'amount_refunded' => '', 'fully_refunded' => '', 'partially_refunded' => '', 'after_order' => '', 'after_order_help' => '', 'amount' => '', 'arrived' => ''...
/content/code_sandbox/resources/lang/ja/Order.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
373
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Surveys.blade.php 'question_delete' => '', //==================================== Translations ========...
/content/code_sandbox/resources/lang/ja/Surveys.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
150
```php <?php return array( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Shared\\Layouts\\Master.blade.php 'account_settings' => '', // Defined in file C:\\wamp\\www\\attendize\\resources\\vie...
/content/code_sandbox/resources/lang/ja/Top.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
206
```php <?php return [ 'Excel_xls' => 'Excel (XLS)', 'Excel_xlsx' => 'Excel (XLSX)', 'csv' => 'CSV', 'html' => 'HTML', ]; ```
/content/code_sandbox/resources/lang/it/File_format.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
50
```php <?php return [ 'title' => 'Codice di Accesso', 'success_message' => 'Codice di Accesso creato con successo', 'delete_message' => 'Codice di Accesso rimosso', 'cannot_delete_used_code' => 'Un Codice utilizzato non pu essere cancellato', 'access_codes_code' => 'Codice Sconto', 'access_code...
/content/code_sandbox/resources/lang/it/AccessCodes.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
263
```php <?php return [ /* |your_sha256_hash---------- | Pagination Language Lines |your_sha256_hash---------- | | The following language lines are used by the paginator library to build | the simple pagination links. You are free to change them to anything | you want to customize your v...
/content/code_sandbox/resources/lang/it/pagination.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
107
```php <?php return array( 'connection_success' => 'Success, Your connection works!', 'connection_failure' => 'Unable to connect! Please check your settings', 'app_settings' => 'App settings', 'application_url' ...
/content/code_sandbox/resources/lang/ja/Installer.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
808
```php <?php return [ 'scan_another_ticket' => 'Scansiona un altro biglietto', 'scanning' => 'Scansione', 'attendees' => 'I partecipanti', 'check_in' => 'Check-in :event', 'email' => 'E-mail', 'email_address' => 'Indirizzo email', 'event_attendees' => 'Evento Partecipanti,', 'first_name...
/content/code_sandbox/resources/lang/it/Attendee.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
195
```php <?php return [ 'processing' => 'Solo un attimo...', 'time_run_out' => 'Tempo esaurito! necessario ricominciare la compilazione dell\'ordine.', 'just_2_minutes' => 'Hai solo 2 minuti rimasti per completare questo ordine!', 'whoops' => 'Ops! Sembra che il server abbia restituito un errore. Per fa...
/content/code_sandbox/resources/lang/it/Javascript.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
331
```php <?php return [ 'event_page_preview' => 'Anteprima Pagina Evento', 'background_options' => 'Opzioni sfondo', 'images_provided_by_pixabay' => 'Immagini fornite da <b>PixaBay.com</b>', 'select_from_available_images' => 'Seleziona dalle immagini disponibili', 'use_a_colour_for_the_background' =>...
/content/code_sandbox/resources/lang/it/Design.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
100
```php <?php return [ 'Contact' => 'Contatta', 'DETAILS' => 'DETTAGLI', 'Facebook' => 'Facebook', 'LOCATION' => 'LUOGO', 'TICKETS' => 'BIGLIETTI', 'Twitter' => 'Twitter', 'Whatsapp' => 'WhatsApp', 'amount' => 'Prezzo', 'at' => '@', 'attendee_cancelled' => 'Annullato', 'below...
/content/code_sandbox/resources/lang/it/Public_ViewEvent.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,291
```php <?php return [ 'back_soon' => 'Torneremo presto', 'back_soon_description' => 'Manutenzione in corso', ]; ```
/content/code_sandbox/resources/lang/it/error.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
37
```php <?php return [ 'address_details' => 'Dettagli dell\'indirizzo', 'address_line_1' => 'Indirizzo (Linea 1)', 'address_line_1_placeholder' => 'Per esempio: Via Roma 1', 'address_line_2' => 'Indirizzo 2', 'address_line_2_placeholder' => 'Per esempio: Firenze', 'city' => 'Citt', 'city_pla...
/content/code_sandbox/resources/lang/it/Event.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
765
```php <?php return [ /* |your_sha256_hash---------- | Password Reminder Language Lines |your_sha256_hash---------- | | The following language lines are the default lines which match reasons | that are given by the password broker for a password update attempt | has failed, such as for...
/content/code_sandbox/resources/lang/it/passwords.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
182
```php <?php return [ 'sort' => [ 'event_title' => 'Titolo Evento', 'start_date' => 'Data d\'inizio', 'created_at' => 'Data di creazione', 'quantity_sold' => 'Quantit Vendute', 'sales_volume' => 'Volume delle vendite', 'sort_order' => ...
/content/code_sandbox/resources/lang/it/Controllers.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,803
```php <?php return [ 'service_fee_fixed_price' => 'Commissione di servizio a prezzo fisso', 'service_fee_fixed_price_help' => 'per esempio: inserire <b>1.25</b> <b>:cur1.25</b>', 'service_fee_fixed_price_placeholder' => '0.00', 'organiser_fees' => 'Commissione di servizio dell\'Organizzatore', 'or...
/content/code_sandbox/resources/lang/it/Fees.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
219
```php <?php return [ /* |your_sha256_hash---------- | Validation Language Lines |your_sha256_hash---------- | | The following language lines contain the default error messages used by | the validator class. Some of these rules have multiple versions such | as the size rules. Feel free...
/content/code_sandbox/resources/lang/it/validation.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,160
```php <?php return [ 'save_organiser' => 'Salva Organizzatore', 'additional_organiser_options' => 'Opzioni aggiuntive Organizzatore', 'background_color' => 'Colore di sfondo', 'continue_to' => 'Continua verso', 'create_an_organiser' => 'Crea un Organizzatore', 'create_new_organiser' => 'Crea n...
/content/code_sandbox/resources/lang/it/Organiser.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,040
```php <?php return [ 'create_question' => 'Crea domanda', 'Q' => 'Q', 'add_another_option' => 'Aggiungere un\'altra opzione', 'answer' => 'Risposta', 'attendee_details' => 'Dettagli dei partecipanti', 'make_this_a_required_question' => 'Rendi quest\'opzione obbligatoria', 'no_answers' => '...
/content/code_sandbox/resources/lang/it/Question.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
260
```php <?php return [ 'on_sale' => 'In vendita', 'attendee_ref' => 'Partecipante Rif.', 'coupon_codes' => 'Codici promozionali', 'create_ticket' => 'Crea Biglietto', 'demo_attendee_ref' => '# YLY9U73-1', 'demo_end_date_time' => '18 Marzo 17:08', 'demo_event' => 'Demo Evento', 'demo_name...
/content/code_sandbox/resources/lang/it/Ticket.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
695
```php <?php return [ 'this_event_has_started' => 'Questo evento iniziato. ', 'create_tickets' => 'Crea biglietti', 'edit_event_page_design' => 'Modifica il Design della Pagina Evento', 'edit_organiser_fees' => 'Modifica le Commissioni di servizio', 'event_page_visits' => 'Visite alla Pagina Event...
/content/code_sandbox/resources/lang/it/Dashboard.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
258
```php <?php return [ 'affiliate_name' => 'Nome dell\'Affiliato', 'affiliate_tracking' => 'Tracking dell\'Affiliato', 'affiliate_tracking_text' => 'Tenere traccia di chi sta generando vendite per il tuo evento estremamente facile. Crea semplicemente un link di riferimento utilizzando la casella in basso e...
/content/code_sandbox/resources/lang/it/Affiliates.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
186
```php <?php return [ 'information' => 'Informazioni', 'tickets' => 'Biglietti', 'no_events' => 'non ci sono :panel_title da visualizzare.', 'organiser_dashboard' => 'Dashboard Organizzatore ', 'past_events' => 'Eventi passati', 'upcoming_events' => 'Prossimi eventi', ]; ```
/content/code_sandbox/resources/lang/it/Public_ViewOrganiser.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
82
```php <?php return [ 'embed_preview' => 'Anteprima Embed', 'event_widgets' => 'Widget Evento', 'html_embed_code' => 'HTML Embed Code', 'instructions' => 'Istruzioni', 'instructions_text' => 'Copia e incolla l\'HTML fornito nel tuo sito Web, ovunque desideri che venga mostrato il widget.', ]; ```
/content/code_sandbox/resources/lang/it/Widgets.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
89
```php <?php return [ 'apply' => 'Applica', 'action' => 'Azione', 'affiliates' => 'Affiliati', 'attendees' => 'Partecipanti', 'back_to_login' => 'Torna al login', 'back_to_page' => 'Torna a :page', 'cancel' => 'Annulla', 'customize' => 'Personalizza', 'dashboard' => 'Pannello di con...
/content/code_sandbox/resources/lang/it/basic.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
630
```php <?php return [ 'new_message' => 'Nuovo messaggio', 'sent_messages' => 'Messaggi inviati', 'all_event_attendees' => 'Tutti i partecipanti all\'evento', 'attendees_with_ticket_type' => 'I partecipanti con tipo di biglietto', 'before_send_message' => 'Il partecipante sar informato di inviare un...
/content/code_sandbox/resources/lang/it/Message.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
266
```php <?php return [ 'already_have_account' => 'Hai gi un account? <a class="semibold" href=":url">Entra</a>', 'after_welcome' => 'Prima di continuare si prega di aggiornare l\'account con il tuo nome e una nuova password.', 'change_password' => 'Cambia la password', 'confirm_new_password' => 'Conferm...
/content/code_sandbox/resources/lang/it/User.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
465
```php <?php return [ 'received_new_order' => "Hai ricevuto un nuovo ordine per l'evento", 'order_still_awaiting_payment' => "Nota: il pagamento per questo ordine deve ancora essere processato.", 'manage_order' => "Puoi gestire questo ordine visitando", 'successful_order'...
/content/code_sandbox/resources/lang/it/Order_Emails.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
146
```php <?php return [ 'attendize_register' => 'Grazie per esserti registrato su Attendize', 'contact_organiser' => 'Puoi contattare :organiser_name direttamente via <a href="mailto::organiser_email">:organiser_email</a> o rispondendo a questa email.', 'invite_user' => ':name ti ha aggiunto ad un account :a...
/content/code_sandbox/resources/lang/it/Email.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
227
```php <?php return [ 'pinterest' => 'Pinterest', 'email' => 'E-mail', 'facebook' => 'Facebook', 'linkedin' => 'LinkedIn', 'share_buttons_to_show' => 'Pulsanti di condivisione da mostrare', 'social_settings' => 'Impostazioni Social', 'social_share_text' => 'Testo per la condivisione Social'...
/content/code_sandbox/resources/lang/it/Social.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
145
```php <?php return [ 'all_attendees' => 'Tutti i partecipanti', 'all_attendees_cancelled' => 'Tutti i partecipanti in questo ordine sono stati cancellati. ', 'all_order_refunded' => 'I :money di questo ordine sono stati rimborsati.', 'amount' => 'Quantit', 'attendee_cancelled' => 'Annullato', ...
/content/code_sandbox/resources/lang/it/ManageEvent.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,693
```php <?php return [ 'about' => 'About', 'account' => 'Account', 'account_id' => 'Account ID', 'accout_owner' => 'Titolare dell\'account', 'add_user_help_block' => 'Gli utenti aggiunti riceveranno ulteriori istruzioni via e-mail. ', 'add_user_submit' => 'Aggiungi utente', 'api_key' => 'Chi...
/content/code_sandbox/resources/lang/it/ManageAccount.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
733
```php <?php return [ 'question_delete' => 'Elimina domanda', 'add_question' => 'Aggiungi domanda', 'answers' => 'Risposte', 'event_surveys' => 'Questionari evento', 'export_answers' => 'Esporta risposte', 'num_responses' => '# Risposte', 'question_delete_title' => 'Tutte le risposte verran...
/content/code_sandbox/resources/lang/it/Surveys.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
172
```php <?php return [ 'amount_refunded' => 'importo rimborsato', 'fully_refunded' => 'completamente rimborsato', 'partially_refunded' => 'parzialmente rimborsato', 'after_order' => 'Messaggio da visualizzare ai partecipanti dopo che hanno completato il loro ordine. ', 'after_order_help' => 'Questo ...
/content/code_sandbox/resources/lang/it/Order.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
710
```php <?php return [ 'account_settings' => 'Impostazioni dell\'account', 'create_organiser' => 'Crea Organizzatore', 'feedback_bug_report' => 'Feedback / Bug Report', 'my_profile' => 'Il mio profilo', 'sign_out' => 'Logout', ]; ```
/content/code_sandbox/resources/lang/it/Top.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
70
```php <?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/19 08:29:24 *************************************************************************/ return array ( //============================== New strings to translate =======...
/content/code_sandbox/resources/lang/nl/File_format.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
202
```php <?php return [ 'connection_success' => 'Ottimo, la connessione funziona!', 'connection_failure' => 'Impossibile connettere! Per favore verifica le tue impostazioni.', 'app_settings' => 'Impostazioni App', 'application_url' => 'URL Applicazione', 'database_host' => 'Host Database', 'datab...
/content/code_sandbox/resources/lang/it/Installer.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
925
```php <?php return [ /* |your_sha256_hash---------- | Pagination Language Lines |your_sha256_hash---------- | | The following language lines are used by the paginator library to build | the simple pagination links. You are free to change them to anything | you want to customize your v...
/content/code_sandbox/resources/lang/nl/pagination.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
106
```php <?php return [ 'title' => 'Toegangscodes', 'success_message' => 'Toegangscodes successvol aangemaakt', 'delete_message' => 'Toegangscodes succesvol verwijderd', 'cannot_delete_used_code' => 'Verwijderen gebruikte toegangscodes niet mogelijk', 'access_codes_code' => 'Kortingscode', 'acces...
/content/code_sandbox/resources/lang/nl/AccessCodes.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
270
```php <?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/19 17:07:35 *************************************************************************/ return array ( //============================== New strings to translate ========...
/content/code_sandbox/resources/lang/nl/Attendee.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
238
```php <?php return [ "processing" => "Even geduld AUB...", "time_run_out" => "Uw oder is verlopen! U dient het bestellingproces opnieuw te doorlopen.", "just_2_minutes" => "Je hebt nog maar 2 minuten om de bestelling te voltooien!", "whoops" => 'Whoops!, het lijkt er op dat er iets is mis gegaan. ...
/content/code_sandbox/resources/lang/nl/Javascript.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
310
```php <?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/19 17:21:50 *************************************************************************/ return array ( //==================================== Translations =============...
/content/code_sandbox/resources/lang/nl/Design.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
142
```php <?php return [ 'Contact' => 'Contact', 'DETAILS' => 'DETAILS', 'Facebook' => 'Facebook', 'LOCATION' => 'LOCATIE', 'TICKETS' => 'TICKETS', 'Twitter' => 'Twitter', 'Whatsapp' => 'Whatsapp', 'amount' => 'Aantal', 'at' => '@', 'attendee_cancelled' => 'Geannuleerd', 'below_order_details_header'...
/content/code_sandbox/resources/lang/nl/Public_ViewEvent.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,102
```php <?php return [ 'back_soon' => 'We zijn binnenkort terug!', 'back_soon_description' => 'We zijn momenteel bezig met onderhoud aan onze website.', ]; ```
/content/code_sandbox/resources/lang/nl/error.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
47
```php <?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/26 10:54:45 *************************************************************************/ return array ( 'address_details' => 'Adres', 'address_line_1' => 'Adres', 'a...
/content/code_sandbox/resources/lang/nl/Event.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
690
```php <?php return [ /* |your_sha256_hash---------- | Password Reminder Language Lines |your_sha256_hash---------- | | The following language lines are the default lines which match reasons | that are given by the password broker for a password update attempt | has failed, such as for...
/content/code_sandbox/resources/lang/nl/passwords.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
196
```php <?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/26 10:21:11 *************************************************************************/ return array ( //============================== New strings to translate ========...
/content/code_sandbox/resources/lang/nl/Controllers.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,876
```php <?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/19 17:24:53 *************************************************************************/ return array ( 'service_fee_fixed_price' => 'Servicekosten vaste prijs per ticke...
/content/code_sandbox/resources/lang/nl/Fees.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
225
```php <?php /**************************************************************************************** * Title: Validation Language Lines (Dutch) * Author: Johnhout * Date: Feb 3, 2015 * Availability: path_to_url * ***************************************************************************************/ re...
/content/code_sandbox/resources/lang/nl/validation.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,325
```php <?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/26 10:16:27 *************************************************************************/ return array ( //============================== New strings to translate =======...
/content/code_sandbox/resources/lang/nl/Organiser.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,057
```php <?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/18 16:23:42 *************************************************************************/ return array ( //============================== New strings to translate =======...
/content/code_sandbox/resources/lang/nl/Question.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
310
```php <?php return array ( //============================== New strings to translate ==============================// // Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Tickets.blade.php 'on_sale' => 'On Sale', //==================================== Translations ======================...
/content/code_sandbox/resources/lang/nl/Ticket.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
685
```php <?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/19 17:14:11 *************************************************************************/ return array ( //============================== New strings to translate =======...
/content/code_sandbox/resources/lang/nl/Affiliates.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
216