Merge languages.

This commit is contained in:
James Cole 2017-08-12 19:47:46 +02:00
commit 7e79f25949
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
108 changed files with 216 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* auth.php * auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* breadcrumbs.php * breadcrumbs.php

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* config.php * config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* demo.php * demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com * Copyright (c) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* firefly.php * firefly.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* form.php * form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* help.php * help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* intro.php * intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* list.php * list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* pagination.php * pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* passwords.php * passwords.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* validation.php * validation.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* auth.php * auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* breadcrumbs.php * breadcrumbs.php

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* config.php * config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* demo.php * demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com * Copyright (c) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* firefly.php * firefly.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* form.php * form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* help.php * help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* intro.php * intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* list.php * list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* pagination.php * pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* passwords.php * passwords.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* validation.php * validation.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* auth.php * auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* breadcrumbs.php * breadcrumbs.php

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* config.php * config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* demo.php * demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com * Copyright (c) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* firefly.php * firefly.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* form.php * form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* help.php * help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* intro.php * intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* list.php * list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* pagination.php * pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* passwords.php * passwords.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* validation.php * validation.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* auth.php * auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* breadcrumbs.php * breadcrumbs.php

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* config.php * config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* demo.php * demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com * Copyright (c) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* firefly.php * firefly.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* form.php * form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* help.php * help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* intro.php * intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* list.php * list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* pagination.php * pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* passwords.php * passwords.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* validation.php * validation.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* auth.php * auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* breadcrumbs.php * breadcrumbs.php

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* config.php * config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* demo.php * demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com * Copyright (c) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* firefly.php * firefly.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* form.php * form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* help.php * help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* intro.php * intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* list.php * list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* pagination.php * pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* passwords.php * passwords.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* validation.php * validation.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* auth.php * auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* breadcrumbs.php * breadcrumbs.php

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* config.php * config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* demo.php * demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com * Copyright (c) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* firefly.php * firefly.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* form.php * form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* help.php * help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* intro.php * intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* list.php * list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* pagination.php * pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* passwords.php * passwords.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* validation.php * validation.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* auth.php * auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* breadcrumbs.php * breadcrumbs.php

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* config.php * config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* demo.php * demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com * Copyright (c) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* firefly.php * firefly.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* form.php * form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* help.php * help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* intro.php * intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* list.php * list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* pagination.php * pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* passwords.php * passwords.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* validation.php * validation.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* auth.php * auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* breadcrumbs.php * breadcrumbs.php

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* config.php * config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* demo.php * demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com * Copyright (c) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* firefly.php * firefly.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* form.php * form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* help.php * help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* intro.php * intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* list.php * list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* pagination.php * pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* passwords.php * passwords.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* validation.php * validation.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* auth.php * auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* breadcrumbs.php * breadcrumbs.php

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* config.php * config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* demo.php * demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com * Copyright (c) 2016 thegrumpydictator@gmail.com

Some files were not shown because too many files have changed in this diff Show More