Passed
Branch master (ef3387)
by Anthony
09:36
created
libs/ckfinder/core/connector/php/lang/no.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 //
6 6
 
7
-$GLOBALS['CKFLang'] = array (
7
+$GLOBALS['CKFLang'] = array(
8 8
 	'ErrorUnknown' => 'Det var ikke mulig å utføre forespørselen. (Feil %1)',
9
-	'Errors' => array (
9
+	'Errors' => array(
10 10
 		'10' => 'Ugyldig kommando.',
11 11
 		'11' => 'Ressurstypen ble ikke spesifisert i forepørselen.',
12 12
 		'12' => 'Ugyldig ressurstype.',
Please login to merge, or discard this patch.
libs/ckfinder/core/connector/php/lang/sk.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 //  Defines the object, for the Slovak language. This is the base file for all translations.
6 6
 
7
-$GLOBALS['CKFLang'] = array (
7
+$GLOBALS['CKFLang'] = array(
8 8
 	'ErrorUnknown' => 'Server nemohol dokončiť spracovanie požiadavky. (Chyba %1)',
9
-	'Errors' => array (
9
+	'Errors' => array(
10 10
 		'10' => 'Neplatný príkaz.',
11 11
 		'11' => 'V požiadavke nebol špecifikovaný typ súboru.',
12 12
 		'12' => 'Nepodporovaný typ súboru.',
Please login to merge, or discard this patch.
libs/ckfinder/core/connector/php/lang/de.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 //  Defines the object, for the German language. This is the base file for all translations.
6 6
 
7
-$GLOBALS['CKFLang'] = array (
7
+$GLOBALS['CKFLang'] = array(
8 8
 	'ErrorUnknown' => 'Ihre Anfrage konnte nicht bearbeitet werden. (Fehler %1)',
9
-	'Errors' => array (
9
+	'Errors' => array(
10 10
 		'10' => 'Unbekannter Befehl.',
11 11
 		'11' => 'Der Ressourcentyp wurde nicht spezifiziert.',
12 12
 		'12' => 'Der Ressourcentyp ist nicht gültig.',
Please login to merge, or discard this patch.
libs/ckfinder/core/connector/php/lang/es-mx.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 //  Defines the object, for the Latin American Spanish language. This is the base file for all translations.
6 6
 
7
-$GLOBALS['CKFLang'] = array (
7
+$GLOBALS['CKFLang'] = array(
8 8
 	'ErrorUnknown' => 'No ha sido posible completar la solicitud. (Error %1)',
9
-	'Errors' => array (
9
+	'Errors' => array(
10 10
 		'10' => 'Comando incorrecto.',
11 11
 		'11' => 'El tipo de recurso no ha sido especificado en la solicitud.',
12 12
 		'12' => 'El tipo de recurso solicitado no es válido.',
Please login to merge, or discard this patch.
libs/ckfinder/core/connector/php/lang/zh-tw.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 //  Defines the object, for the Chinese (Taiwan) language. This is the base file for all translations.
6 6
 
7
-$GLOBALS['CKFLang'] = array (
7
+$GLOBALS['CKFLang'] = array(
8 8
 	'ErrorUnknown' => '無法連接到伺服器 ! (錯誤代碼 %1)',
9
-	'Errors' => array (
9
+	'Errors' => array(
10 10
 		'10' => '不合法的指令.',
11 11
 		'11' => '連接過程中 , 未指定資源形態 !',
12 12
 		'12' => '連接過程中出現不合法的資源形態 !',
Please login to merge, or discard this patch.
libs/ckfinder/core/connector/php/lang/nl.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 //
6 6
 
7
-$GLOBALS['CKFLang'] = array (
7
+$GLOBALS['CKFLang'] = array(
8 8
 	'ErrorUnknown' => 'Het was niet mogelijk om deze actie uit te voeren. (Fout %1)',
9
-	'Errors' => array (
9
+	'Errors' => array(
10 10
 		'10' => 'Ongeldige commando.',
11 11
 		'11' => 'De bestandstype komt niet voor in de aanvraag.',
12 12
 		'12' => 'De gevraagde brontype is niet geldig.',
Please login to merge, or discard this patch.
libs/ckfinder/core/connector/php/lang/pl.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 //  Defines the object, for the Polish language. This is the base file for all translations.
6 6
 
7
-$GLOBALS['CKFLang'] = array (
7
+$GLOBALS['CKFLang'] = array(
8 8
 	'ErrorUnknown' => 'Wykonanie operacji zakończyło się niepowodzeniem. (Błąd %1)',
9
-	'Errors' => array (
9
+	'Errors' => array(
10 10
 		'10' => 'Nieprawidłowe polecenie (command).',
11 11
 		'11' => 'Brak wymaganego parametru: źródło danych (type).',
12 12
 		'12' => 'Nieprawidłowe źródło danych (type).',
Please login to merge, or discard this patch.
libs/ckfinder/core/connector/php/lang/fr.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 //  Defines the object, for the French language. This is the base file for all translations.
6 6
 
7
-$GLOBALS['CKFLang'] = array (
7
+$GLOBALS['CKFLang'] = array(
8 8
 	'ErrorUnknown' => 'La demande n\'a pas abouti. (Erreur %1)',
9
-	'Errors' => array (
9
+	'Errors' => array(
10 10
 		'10' => 'Commande invalide.',
11 11
 		'11' => 'Le type de ressource n\'a pas été spécifié dans la commande.',
12 12
 		'12' => 'Le type de ressource n\'est pas valide.',
Please login to merge, or discard this patch.
libs/ckfinder/core/connector/php/lang/el.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 //
6 6
 
7
-$GLOBALS['CKFLang'] = array (
7
+$GLOBALS['CKFLang'] = array(
8 8
 	'ErrorUnknown' => 'Η ενέργεια δεν ήταν δυνατόν να εκτελεστεί. (Σφάλμα %1)',
9
-	'Errors' => array (
9
+	'Errors' => array(
10 10
 		'10' => 'Λανθασμένη Εντολή.',
11 11
 		'11' => 'Το resource type δεν ήταν δυνατόν να προσδιορίστεί.',
12 12
 		'12' => 'Το resource type δεν είναι έγκυρο.',
Please login to merge, or discard this patch.