Parcourir la source

Change translation

I change the translation for the 3 languages. German has to be checked since I used Google translate to get the translation.
Alexis Degrugillier il y a 11 ans
Parent
commit
58bf976f69
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      app/i18n/de/gen.php
  2. 1 1
      app/i18n/en/gen.php
  3. 1 1
      app/i18n/fr/gen.php

+ 1 - 1
app/i18n/de/gen.php

@@ -156,7 +156,7 @@ return array(
 		'damn' => 'Verdammt!',
 		'default_category' => 'Unkategorisiert',
 		'no' => 'Nein',
-		'not_applicable' => 'N/A',
+		'not_applicable' => 'Nicht verfügbar',
 		'ok' => 'OK!',
 		'or' => 'oder',
 		'yes' => 'Ja',

+ 1 - 1
app/i18n/en/gen.php

@@ -156,7 +156,7 @@ return array(
 		'damn' => 'Damn!',
 		'default_category' => 'Uncategorized',
 		'no' => 'No',
-		'not_applicable' => 'N/A',
+		'not_applicable' => 'Not available',
 		'ok' => 'Ok!',
 		'or' => 'or',
 		'yes' => 'Yes',

+ 1 - 1
app/i18n/fr/gen.php

@@ -156,7 +156,7 @@ return array(
 		'damn' => 'Arf !',
 		'default_category' => 'Sans catégorie',
 		'no' => 'Non',
-		'not_applicable' => 'N/A',
+		'not_applicable' => 'Non disponible',
 		'ok' => 'Ok !',
 		'or' => 'ou',
 		'yes' => 'Oui',