From 76c8ee9a0c233f1351bda1c516da187911c6d38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Mon, 5 Oct 2015 05:35:09 +0200 Subject: [PATCH] German/Spanish translation update for size_id --- resources/lang/de/texts.php | 2 +- resources/lang/es/texts.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index 8784bcba55c0..675a9155eeea 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -22,7 +22,7 @@ return array( 'additional_info' => 'Zusätzliche Info', 'payment_terms' => 'Zahlungsbedingungen', 'currency_id' => 'Währung', - 'size_id' => 'Größe', + 'size_id' => 'Firmengröße', 'industry_id' => 'Kategorie', 'private_notes' => 'Notizen', diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php index f26de70e27ab..864541fef419 100644 --- a/resources/lang/es/texts.php +++ b/resources/lang/es/texts.php @@ -22,7 +22,7 @@ return array( 'additional_info' => 'Información adicional', 'payment_terms' => 'Plazos de pago', // 'currency_id' => 'Divisa', - 'size_id' => 'Tamaño', + 'size_id' => 'Tamaño de la Empresa', 'industry_id' => 'Industria', 'private_notes' => 'Notas Privadas', @@ -772,4 +772,4 @@ return array( 'page_expire' => 'Esta página expirará pronto, :click_here para que siga funcionando', -); \ No newline at end of file +);