Skip to content

Commit

Permalink
20181226
Browse files Browse the repository at this point in the history
  • Loading branch information
PHClaus authored Dec 26, 2018
1 parent 3a686d0 commit 6582e4e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions lang/ar.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php
/**
* PHP Version 5 and above
*
Expand Down Expand Up @@ -86,7 +86,6 @@
$lang['up_exist'] = "الملف موجود بالفعل!";
$lang['up_fail'] = "التحميل فشل:";
$lang['up_img'] = "صورة";
$lang['up_info'] = "اكتب المعلومات في الإعدادات.";
$lang['up_max'] = "الحجم الأقصى بالبايت:";
$lang['up_noimg'] = "صورة غير صالحة!";
$lang['up_notype'] = "نوع غير صالح!";
Expand Down
1 change: 0 additions & 1 deletion lang/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
$lang['up_exist'] = "Datei existiert bereits!";
$lang['up_fail'] = "Ladefehler:";
$lang['up_img'] = "Grafik";
$lang['up_info'] = "Typeninfo in Einstellungen.";
$lang['up_max'] = "Maximalgröße in Bytes:";
$lang['up_noimg'] = "Ungültige Grafik!";
$lang['up_notype'] = "Ungültiger Dateityp!";
Expand Down
1 change: 0 additions & 1 deletion lang/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
$lang['up_exist'] = "File already exists!";
$lang['up_fail'] = "Upload failed:";
$lang['up_img'] = "Image";
$lang['up_info'] = "Typeinfo in Settings.";
$lang['up_max'] = "Maximum size in bytes:";
$lang['up_noimg'] = "Invalid image!";
$lang['up_notype'] = "Invalid filetype!";
Expand Down
1 change: 0 additions & 1 deletion lang/es.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
$lang['up_exist'] = "¡El archivo ya existe!";
$lang['up_fail'] = "Subida fallida:";
$lang['up_img'] = "Imagen";
$lang['up_info'] = "Info de tipos en Ajustes.";
$lang['up_max'] = "Tamaño máximo en bytes:";
$lang['up_noimg'] = "¡Imagen inválida!";
$lang['up_notype'] = "¡Tipo de archivo invalido!";
Expand Down
1 change: 0 additions & 1 deletion lang/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
$lang['up_exist'] = "Le fichier existe déjà!";
$lang['up_fail'] = "Le téléchargement a échoué:";
$lang['up_img'] = "Image";
$lang['up_info'] = "Typeinfo dans les paramètres.";
$lang['up_max'] = "Taille maximale en octets:";
$lang['up_noimg'] = "Image invalide!";
$lang['up_notype'] = "Type de fichier invalide!";
Expand Down

0 comments on commit 6582e4e

Please sign in to comment.