Update languages and language config.

This commit is contained in:
James Cole
2017-12-23 22:02:29 +01:00
parent 6a05ec98f4
commit f6bd17c70b
72 changed files with 2646 additions and 681 deletions

View File

@@ -18,11 +18,9 @@
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// new user:
'bank_name' => 'Banknaam',
'bank_balance' => 'Saldo',
@@ -90,7 +88,6 @@ return [
'convert_Deposit' => 'Verander inkomsten',
'convert_Transfer' => 'Verander overschrijving',
'amount' => 'Bedrag',
'date' => 'Datum',
'interest_date' => 'Rentedatum',
@@ -179,13 +176,11 @@ return [
'blocked' => 'Is geblokkeerd?',
'blocked_code' => 'Reden voor blokkade',
// admin
'domain' => 'Domein',
'single_user_mode' => 'Registratie uitgeschakelen',
'is_demo_site' => 'Is demo website',
// import
'import_file' => 'Importbestand',
'configuration_file' => 'Configuratiebestand',
@@ -203,7 +198,6 @@ return [
'country_code' => 'Landcode',
'provider_code' => 'Bank of gegevensprovider',
'due_date' => 'Vervaldatum',
'payment_date' => 'Betalingsdatum',
'invoice_date' => 'Factuurdatum',