diff --git a/LogarithmPlotter/i18n/lp_de.ts b/LogarithmPlotter/i18n/lp_de.ts index 6a90d67..9a88e3a 100644 --- a/LogarithmPlotter/i18n/lp_de.ts +++ b/LogarithmPlotter/i18n/lp_de.ts @@ -172,7 +172,7 @@ + Create new %1 - + Neues %1objekt erstellen + + Neues %1objekt erstellen @@ -180,42 +180,42 @@ Edit properties of %1 %2 - Eigenschaften von %1 %2 bearbeiten + Eigenschaften von %1 %2 bearbeiten LogarithmPlotter - Invalid object name - LogarithmPlotter - Ungültiger Objektname + An object with the name '%1' already exists. - Ein Objekt mit dem Namen '%1' existiert bereits. + Name - Name + Name Label content - Etikett + Etikett null - leer + leer name - Name + Name name + value - Name + Wert + Name + Wert @@ -452,27 +452,27 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen" Hide %1 %2 - Ausblenden %1 %2 + Ausblenden %1 %2 Show %1 %2 - Anzeigen %1 %2 + Anzeigen %1 %2 Set %1 %2 position - Position von %1 %2 einstellen + Position von %1 %2 einstellen Delete %1 %2 - %1 %2 löschen + %1 %2 löschen Pick new color for %1 %2 - Neue Farbe für %1 %2 auswählen + Neue Farbe für %1 %2 auswählen @@ -778,141 +778,141 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen" Cannot find property %1 of object %2. - Eigenschaft %1 von Objekt %2 kann nicht gefunden werden. + Undefined variable %1. - Die Variable %1 ist nicht definiert. + %1 cannot be executed. - %1 ist keine Formel. + Invalid expression. - Ungültiger Ausdruck. + Invalid expression (parity). - Ungültiger Ausdruck (Parität). + Unknown character "%1". - Unbekanntes Schriftzeichen "%1". + Illegal escape sequence: %1. - Unzulässige Escapesequenz: %1. + Parse error [%1:%2]: %3 - Analysefehler [%1:%2]: %3 + Expected %1 - Erwartet %1 + Unexpected %1 - Unerwartetes %1 + Function definition is not permitted. - Funktionsdefinition ist nicht erlaubt. + Expected variable for assignment. - Erwartete Variable für Zuweisung. + Unexpected ".": member access is not permitted - Unerwartetes ".": Mitgliederzugriff ist nicht erlaubt + Unexpected "[]": arrays are disabled. - Unerwartetes "[]": Arrays sind deaktiviert. + Unexpected symbol: %1. - Unerwartetes Symbol: %1. + First argument to map is not a function. - Der erste Parameter von map ist keine Formel. + Second argument to map is not an array. - Der zweite Parameter von map ist kein Array. + First argument to fold is not a function. - Der erste Parameter für fold ist keine Formel. + Second argument to fold is not an array. - Der zweite Parameter für fold ist kein Array. + First argument to filter is not a function. - Der erste Parameter für filter ist keine Formel. + Second argument to filter is not an array. - Der zweite Parameter von filter ist kein Array. + Second argument to indexOf is not a string or array. - Der zweite Parameter von indexOf ist kein String oder Array. + Second argument to join is not an array. - Der zweite Parameter von join ist kein Array. + EOF - Ende des Ausdrucks + No object found with names %1. - Kein Objekt mit Namen %1 gefunden. + No object found with name %1. - Kein Objekt mit dem Namen %1 gefunden. + Object cannot be dependent on itself. - Ein Objekt kann nicht von sich selbst abhängen. + @@ -920,7 +920,7 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen" LogarithmPlotter - Parsing error - LogarithmPlotter - Analysefehler + @@ -928,10 +928,7 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen" %2 Evaluated expression: %3 - Fehler beim Analysieren des Ausdrucks für die Eigenschaft %1: -%2 - -Ausdruck analysiert: %3 + diff --git a/LogarithmPlotter/i18n/lp_en.ts b/LogarithmPlotter/i18n/lp_en.ts index 36f7cca..a29b1d9 100644 --- a/LogarithmPlotter/i18n/lp_en.ts +++ b/LogarithmPlotter/i18n/lp_en.ts @@ -172,7 +172,7 @@ + Create new %1 - + Create new %1 + + Create new %1 @@ -180,42 +180,42 @@ Edit properties of %1 %2 - Edit properties of %1 %2 + Edit properties of %1 %2 LogarithmPlotter - Invalid object name - LogarithmPlotter - Invalid object name + An object with the name '%1' already exists. - An object with the name '%1' already exists. + Name - Name + Name Label content - Label content + Label content null - null + null name - name + name name + value - name + value + name + value @@ -452,27 +452,27 @@ These settings can be changed at any time from the "Settings" menu. Hide %1 %2 - Hide %1 %2 + Hide %1 %2 Show %1 %2 - Show %1 %2 + Show %1 %2 Set %1 %2 position - Set %1 %2 position + Set %1 %2 position Delete %1 %2 - Delete %1 %2 + Delete %1 %2 Pick new color for %1 %2 - Pick new color for %1 %2 + Pick new color for %1 %2 @@ -778,141 +778,141 @@ These settings can be changed at any time from the "Settings" menu. Cannot find property %1 of object %2. - Cannot find property %1 of object %2. + Undefined variable %1. - Undefined variable %1. + %1 cannot be executed. - %1 is not a function. + Invalid expression. - Invalid expression. + Invalid expression (parity). - Invalid expression (parity). + Unknown character "%1". - Unknown character "%1". + Illegal escape sequence: %1. - Illegal escape sequence: %1. + Parse error [%1:%2]: %3 - Parse error [%1:%2]: %3 + Expected %1 - Expected %1 + Unexpected %1 - Unexpected %1 + Function definition is not permitted. - Function definition is not permitted. + Expected variable for assignment. - Expected variable for assignment. + Unexpected ".": member access is not permitted - Unexpected ".": member access is not permitted + Unexpected "[]": arrays are disabled. - Unexpected "[]": arrays are disabled. + Unexpected symbol: %1. - Unexpected symbol: %1. + First argument to map is not a function. - First argument to map is not a function. + Second argument to map is not an array. - Second argument to map is not an array. + First argument to fold is not a function. - First argument to fold is not a function. + Second argument to fold is not an array. - Second argument to fold is not an array. + First argument to filter is not a function. - First argument to filter is not a function. + Second argument to filter is not an array. - Second argument to filter is not an array. + Second argument to indexOf is not a string or array. - Second argument to indexOf is not a string or array. + Second argument to join is not an array. - Second argument to join is not an array. + EOF - End of expression + No object found with names %1. - No object found with names %1. + No object found with name %1. - No object found with name %1. + Object cannot be dependent on itself. - Object cannot be dependent on itself. + @@ -920,7 +920,7 @@ These settings can be changed at any time from the "Settings" menu. LogarithmPlotter - Parsing error - LogarithmPlotter - Parsing error + @@ -928,10 +928,7 @@ These settings can be changed at any time from the "Settings" menu. - Error while parsing expression for property %1: -%2 - -Evaluated expression: %3 + diff --git a/LogarithmPlotter/i18n/lp_fr.ts b/LogarithmPlotter/i18n/lp_fr.ts index 63cabca..fe53735 100644 --- a/LogarithmPlotter/i18n/lp_fr.ts +++ b/LogarithmPlotter/i18n/lp_fr.ts @@ -173,7 +173,7 @@ + Create new %1 - + Créer un nouvel objet %1 + + Créer un nouvel objet %1 @@ -181,42 +181,42 @@ Edit properties of %1 %2 - Changer les propriétés de %1 %2 + Changer les propriétés de %1 %2 LogarithmPlotter - Invalid object name - LogarithmPlotter - Nom d'objet invalide + An object with the name '%1' already exists. - Un objet portant le nom '%1' existe déjà. + Name - Nom + Nom Label content - Étiquette + Étiquette null - vide + vide name - nom + nom name + value - nom + valeur + nom + valeur @@ -460,27 +460,27 @@ These settings can always be changed at any time from the "Settings" m Hide %1 %2 - Cacher l'objet %1 %2 + Cacher l'objet %1 %2 Show %1 %2 - Montrer l'objet %1 %2 + Montrer l'objet %1 %2 Set %1 %2 position - Définir la position de l'objet %1 %2 + Définir la position de l'objet %1 %2 Delete %1 %2 - Supprimer l'objet %1 %2 + Supprimer l'objet %1 %2 Pick new color for %1 %2 - Choisissez une nouvelle couleur pour %1 %2 + Choisissez une nouvelle couleur pour %1 %2 @@ -787,141 +787,141 @@ These settings can always be changed at any time from the "Settings" m Cannot find property %1 of object %2. - Impossible de trouver la propriété %1 de l'objet %2. + Undefined variable %1. - La variable %1 n'est pas définie. + %1 cannot be executed. - %1 n'est pas une fonction. + Invalid expression. - Formule invalide. + Invalid expression (parity). - Formule invalide (parité). + Unknown character "%1". - Le caractère "%1" est inconnu. + Illegal escape sequence: %1. - Séquence d'échappement illégale : %1. + Parse error [%1:%2]: %3 - Erreur de syntaxe [%1:%2] : %3 + Expected %1 - %1 attendu + Unexpected %1 - %1 inattendu + Function definition is not permitted. - La définition de fonctions n'est pas autorisée. + Expected variable for assignment. - Une variable est attendue pour l'affectation. + Unexpected ".": member access is not permitted - "." inattendu : l'accès aux propriétés n'est pas autorisé + Unexpected "[]": arrays are disabled. - "[]" inattendu : les tableaux sont désactivés. + Unexpected symbol: %1. - Symbole inconnu : %1. + First argument to map is not a function. - Le premier argument de map n'est pas une fonction. + Second argument to map is not an array. - Le deuxième argument de map n'est pas un tableau. + First argument to fold is not a function. - Le premier argument de fold n'est pas une fonction. + Second argument to fold is not an array. - Le deuxième argument de fold n'est pas un tableau. + First argument to filter is not a function. - Le premier argument de filter n'est pas une fonction. + Second argument to filter is not an array. - Le deuxième argument de filter n'est pas un tableau. + Second argument to indexOf is not a string or array. - Le deuxième argument de indexOf n'est ni chaîne de caractères ni un tableau. + Second argument to join is not an array. - Le deuxième argument de join n'est pas un tableau. + EOF - Fin de la formule + No object found with names %1. - Aucun objet trouvé ayant pour noms %1. + No object found with name %1. - Aucun objet avec le nom %1 n'a été trouvé. + Object cannot be dependent on itself. - Un objet ne peut pas dépendre de lui-même. + @@ -929,7 +929,7 @@ These settings can always be changed at any time from the "Settings" m LogarithmPlotter - Parsing error - LogarithmPlotter - Erreur de syntaxe + @@ -937,10 +937,7 @@ These settings can always be changed at any time from the "Settings" m %2 Evaluated expression: %3 - Erreur lors de l'analyse de la formule pour la propriété %1 : -%2 - -Formule analysée : %3 +