Skip to content

Commit

Permalink
remaining translations
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Nov 13, 2015
1 parent 04eeb13 commit 50d73c7
Show file tree
Hide file tree
Showing 32 changed files with 140 additions and 29 deletions.
2 changes: 1 addition & 1 deletion plugins/dataTypes/AlphaNumeric/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Alfanumeriek",
"DESC" => "Generates a custom random alphanumeric string or any length or format, defined by placeholder chars."
"DESC" => "Genereert een aangepaste willekeurige alfanumerieke tekenreeks of een lengte of formaat , gedefinieerd door placeholder chars ."
);

$L["example_CanPostalCode"] = "(Can. Postcode)";
Expand Down
2 changes: 1 addition & 1 deletion plugins/dataTypes/AutoIncrement/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Auto-increment",
"DESC" => "Provides many variations on an standard auto-increment field: custom start value, customizable step sizes, arbitrary string inclusion, increment or decrement and more. "
"DESC" => "Biedt een groot aantal variaties op een standaard auto- increment veld : aangepaste beginnen waarde , aanpasbare stap maten , willekeurige reeks opnemen , verhogen of verlagen en meer."
);

$L["help_intro"] = "Genereert een kolom die een uniek nummer op elke rij bevat, verhogen met welke waarde die u invoert. Deze optie kan nuttig zijn voor het inbrengen van de gegevens in een database veld met een auto-increment primaire sleutel.";
Expand Down
2 changes: 1 addition & 1 deletion plugins/dataTypes/CVV/lang/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "CVV",
"DESC" => "Erzeugt eine Zufalls CVV-Nummer von <b>111</b> bis <b>999</b>."
"DESC" => "Erzeugt eine Zufalls CVV-Nummer von 111 bis 999."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/CVV/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "CVV",
"DESC" => "Genereert een willekeurig creditcard CVV nummer <b>111</b>-<b>999</b>."
"DESC" => "Genereert een willekeurig creditcard CVV nummer 111-999."
);
4 changes: 2 additions & 2 deletions plugins/dataTypes/City/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
$L = array();

$L["DATA_TYPE"] = array(
"NAME" => "City",
"DESC" => "Displays a random city, or if data is available, displays a city for the appropriate country/region."
"NAME" => "Stad",
"DESC" => "Geeft een willekeurige stad , of indien gegevens beschikbaar zijn , wordt een stad voor de juiste land / regio ."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/Company/lang/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "Firma",
"DESC" => "Dieser Datentyp generiert einen zufälligen Name des Unternehmens, einer Lorem ipsum Wort besteht und eine entsprechende Suffix, wie <i>Dolor Inc.</i>, oder <i>Convallis Begrenzte</i>."
"DESC" => "Dieser Datentyp generiert einen zufälligen Name des Unternehmens, einer Lorem ipsum Wort besteht und eine entsprechende Suffix, wie Dolor Inc., oder Convallis Begrenzte."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/Company/lang/es.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "Empresa",
"DESC" => "Este tipo de dato genera un nombre de empresa al azar, generado a partir de una palabra <i>lorem ipsum</i> y de un sufijo apropiado como <i>Dolor Inc.</i>, o <i>Convallis Limited</i>."
"DESC" => "Este tipo de dato genera un nombre de empresa al azar, generado a partir de una palabra lorem ipsum y de un sufijo apropiado como Dolor Inc., o Convallis Limited."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/Company/lang/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "Entreprise",
"DESC" => "Ce type de données génère un nom d'entreprise aléatoire, composé d'un mot Lorem ipsum et un suffixe, comme Dolor <i>Inc</i>, ou <i>Convallis limitée</i>."
"DESC" => "Ce type de données génère un nom d'entreprise aléatoire, composé d'un mot Lorem ipsum et un suffixe, comme Dolor Inc, ou Convallis limitée."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/Company/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "Vennootschap",
"DESC" => "Dit gegevenstype genereert een willekeurige naam, bestaande uit een Lorem ipsum woord en een passende achtervoegsel, zoals <i>Dolor Inc</i>, of <i>Convallis Limited</i>."
"DESC" => "Dit gegevenstype genereert een willekeurige naam, bestaande uit een Lorem ipsum woord en een passende achtervoegsel, zoals Dolor Inc, of Convallis Limited."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/Constant/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Constante",
"DESC" => "Generates a column of data that has repeated values for multiple rows. You can make all rows have the same value, or assign the same value to groups of them."
"DESC" => "Genereert een kolom van gegevens die waarden heeft herhaald voor meerdere rijen . U kan alle rijen dezelfde waarde hebben , of wijs dezelfde waarde aan groepen van hen."
);

$L["help_1"] = "Dit gegevenstype kunt u het genereren van een kolom met gegevens die waarden is het herhalen van rij tot rij. Hier volgt een aantal voorbeelden om u een idee van hoe dit werkt.";
Expand Down
2 changes: 1 addition & 1 deletion plugins/dataTypes/Country/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Land",
"DESC" => "Generates a random country name, with the option to limit the subset to those countries entered via the interface."
"DESC" => "Genereert een willekeurig land naam , met de optie om de subset beperken tot die landen ingevoerd via de interface ."
);

$L["limit_results"] = "Beperk landen met de hierboven geselecteerde";
2 changes: 1 addition & 1 deletion plugins/dataTypes/Currency/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Currency",
"DESC" => "Generates a random currency value in whatever format and range you need."
"DESC" => "Genereert een willekeurige munt waarde in welk formaat en het bereik je nodig hebt."
);

$L["help_intro"] = "Dit gegevenstype genereert willekeurige valuta waarden, in welke vorm en bereik je wilt. Het voorbeeld dropdown bevat verschillende opties, zodat u een idee van hoe het werkt kan krijgen, maar hier is wat elk van de opties betekent.";
Expand Down
2 changes: 1 addition & 1 deletion plugins/dataTypes/Email/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "E-mail",
"DESC" => "Generates a random email address."
"DESC" => "Genereert een willekeurig e-mailadres."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/List/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Aangepaste lijst",
"DESC" => "Generates one or more random values from an arbitrary list of items."
"DESC" => "Genereert een of meer willekeurige waarden uit een willekeurige lijst van items ."
);

$L["at_most"] = "Op zijn hoogst";
Expand Down
2 changes: 1 addition & 1 deletion plugins/dataTypes/NormalDistribution/lang/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Distribution Normale",
"DESC" => "Generates random normally distributed values with a customizable mean and standard deviation"
"DESC" => "Génère des valeurs aléatoires normalement distribuées avec un écart moyen et l'écart personnalisable ."
);

$L["incomplete_fields"] = "Les champs 'Moyenne' et 'Ecart type' sont nécessaires pour toutes les lignes de distribution normale. Corrigez les lignes suivantes:";
Expand Down
2 changes: 1 addition & 1 deletion plugins/dataTypes/NormalDistribution/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Normaal Distributie",
"DESC" => "Generates random normally distributed values with a customizable mean and standard deviation"
"DESC" => "Toevalsgetallen normaal waarden met een aanpasbare gemiddelde en de standaarddeviatie ."
);

$L["incomplete_fields"] = "Les champs moyens et Sigma sont nécessaires pour toutes les lignes de distribution normale. S'il vous plaît corriger les lignes suivantes:";
Expand Down
18 changes: 18 additions & 0 deletions plugins/dataTypes/OrganisationNumber/lang/fr.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

$L = array();

$L["DATA_TYPE"] = array(
"NAME" => "Nombre d' Organisation",
"DESC" => "Génère des numéros de l'organisation , utilisées dans certains pays pour l'enregistrement des entreprises , associations, etc."
);

$L["help_text"] = "À l'heure actuelle seuls suédoises sont pris en charge . Les numéros de l'organisation sont générées selon le format que vous spécifiez :";
$L["incomplete_fields"] = "L' Organisation Nombre Type de données doit avoir le format entré dans le champ de texte Options. S'il vous plaît fixer les lignes suivantes :";
$L["example_OrganisationNumberWithoutHyphen"] = "167502241016";
$L["example_OrganisationNumberWithHyphen"] = "16750224-1016";
$L["type_OrganisationNumberWithoutHyphen"] = "Un ( suédois) le numéro de l'organisation avec 12 siffers et sans trait d'union";
$L["type_OrganisationNumberWithHyphen"] = "Un ( suédois) le numéro de l'organisation avec 12 siffers et un trait d'union";
$L["separators"] = "Séparateurs :";
$L["separator_help"] = "Les caractères que vous entrez ici seront utilisés comme séparateur dans les champs de numéro de l'organisation . Remarque : vous pouvez mélanger plusieurs séparateurs , utilisez | pour les séparer ( par exemple - | + )";

18 changes: 18 additions & 0 deletions plugins/dataTypes/OrganisationNumber/lang/nl.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

$L = array();

$L["DATA_TYPE"] = array(
"NAME" => "Organisatie Aantal",
"DESC" => "Genereert organisatie getallen , die in sommige landen voor de registratie van bedrijven, verenigingen etc."
);

$L["help_text"] = "Op dit moment alleen de Zweedse die worden ondersteund. De organisatie nummers worden gegenereerd volgens het formaat dat u opgeeft :";
$L["incomplete_fields"] = "De Organisatie Number Data Type moet het formaat in het tekstveld Opties ingevoerd hebben . Corrigeer de volgende rijen :";
$L["example_OrganisationNumberWithoutHyphen"] = "167502241016";
$L["example_OrganisationNumberWithHyphen"] = "16750224-1016";
$L["type_OrganisationNumberWithoutHyphen"] = "A (Zweedse ) organisatie getal met 12 siffers en geen koppelteken";
$L["type_OrganisationNumberWithHyphen"] = "A (Zweedse ) organisatie getal met 12 siffers en een koppelteken";
$L["separators"] = "Afscheiders :";
$L["separator_help"] = "De tekens die u hier invoert, wordt gebruikt als scheidingsteken in de organisatie aantal velden. Let op : je kunt mixen verschillende afscheiders , gebruiken | te scheiden ( bijvoorbeeld - | + )";

2 changes: 1 addition & 1 deletion plugins/dataTypes/PIN/lang/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "PIN",
"DESC" => "Erzeugt eine Zufallskreditkarte PIN-Nummer von <b>1111</b> bis <b>9999</b>."
"DESC" => "Erzeugt eine Zufallskreditkarte PIN-Nummer von 1111 bis 9999."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/PIN/lang/es.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "PIN",
"DESC" => "Genera un número PIN de la tarjeta de crédito azar de <b>1111</b> a <b>9999</b>."
"DESC" => "Genera un número PIN de la tarjeta de crédito azar de 1111 a 9999."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/PIN/lang/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "PIN",
"DESC" => "Génère un code PIN aléatoire de carte de crédit de <b>1111</b> à <b>9999</b>."
"DESC" => "Génère un code PIN aléatoire de carte de crédit de 1111 à 9999."
);
2 changes: 1 addition & 1 deletion plugins/dataTypes/PIN/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

$L["DATA_TYPE"] = array(
"NAME" => "PIN",
"DESC" => "Genereert een willekeurig creditcard pincode van <b>1111</b> om <b>9999</b>."
"DESC" => "Genereert een willekeurig creditcard pincode van 1111 om 9999."
);
18 changes: 18 additions & 0 deletions plugins/dataTypes/PersonalNumber/lang/fr.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

$L = array();

$L["DATA_TYPE"] = array(
"NAME" => "Numéro personnel",
"DESC" => "Génère numéro personnel , utilisé dans certains pays pour l'assurance de la sécurité sociale ."
);

$L["help_text"] = "À l'heure actuelle seuls suédois sont pris en charge . Les numéros personnels sont générées selon le format que vous spécifiez :";
$L["incomplete_fields"] = "Le type de données PersonalNumber doit avoir le format entré dans le champ de texte Options. S'il vous plaît fixer les lignes suivantes :";
$L["example_PersonalNumberWithoutHyphen"] = "167502241016";
$L["example_PersonalNumberWithHyphen"] = "16750224-1016";
$L["type_PersonalNumberWithoutHyphen"] = "Un ( swedish ) numéro personnel avec 12 siffers et sans trait d'union";
$L["type_PersonalNumberWithHyphen"] = "Un ( swedish ) numéro personnel avec 12 siffers et un trait d'union";
$L["separators"] = "Séparateurs :";
$L["separator_help"] = "Les caractères que vous entrez ici seront utilisés comme séparateur dans les champs numériques personnels . Remarque : vous pouvez mélanger plusieurs séparateurs , utilisez | pour les séparer ( par exemple - | + ) .";

18 changes: 18 additions & 0 deletions plugins/dataTypes/PersonalNumber/lang/nl.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

$L = array();

$L["DATA_TYPE"] = array(
"NAME" => "Persoonlijk nummer",
"DESC" => "Genereert persoonlijke nummer , die in sommige landen voor de sociale verzekering ."
);

$L["help_text"] = "Op dit moment alleen zweedse die worden ondersteund. De persoonlijke nummers worden gegenereerd volgens het formaat dat u opgeeft :";
$L["incomplete_fields"] = "De PersonalNumber soort gegevens moet het formaat in het tekstveld Opties ingevoerd hebben . Corrigeer de volgende rijen :";
$L["example_PersonalNumberWithoutHyphen"] = "167502241016";
$L["example_PersonalNumberWithHyphen"] = "16750224-1016";
$L["type_PersonalNumberWithoutHyphen"] = "A (Zweedse ) persoonlijke getal met 12 siffers en geen koppelteken";
$L["type_PersonalNumberWithHyphen"] = "A (Zweedse ) persoonlijke nummer 12 siffers en een koppelteken";
$L["separators"] = "Afscheiders :";
$L["separator_help"] = "De tekens die u hier invoert, wordt gebruikt als scheidingsteken in het persoonlijke nummer velden. Let op : je kunt mixen verschillende afscheiders , gebruiken | te scheiden ( bijvoorbeeld - | + ) .";

2 changes: 1 addition & 1 deletion plugins/dataTypes/Phone/lang/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Téléphone / Fax",
"DESC" => "Generates a random phone/fax number in a variety of formats for different countries/regions."
"DESC" => "Génère un numéro de téléphone / fax aléatoire dans une variété de formats pour les différents pays / régions ."
);

$L["australia"] = "Australie";
Expand Down
2 changes: 1 addition & 1 deletion plugins/dataTypes/Phone/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$L["DATA_TYPE"] = array(
"NAME" => "Telefoon / Fax",
"DESC" => "Generates a random phone/fax number in a variety of formats for different countries/regions."
"DESC" => "Genereert een willekeurig telefoonnummer / faxnummer in een verscheidenheid van formaten voor verschillende landen / regio's."
);

$L["australia"] = "Australië";
Expand Down
6 changes: 4 additions & 2 deletions plugins/dataTypes/PostalZip/lang/fr.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

$L = array();
$L["DATA_TYPE_NAME"] = "Code Postal";

$L["help_text"] = "Génère un code postal aléatoire. Pour un meilleur contrôle, utilisez le type de données Alphanumérique.";
$L["DATA_TYPE"] = array(
"NAME" => "Code Postal",
"DESC" => "Génère un code postal aléatoire. Pour un meilleur contrôle, utilisez le type de données Alphanumérique."
);
7 changes: 5 additions & 2 deletions plugins/dataTypes/PostalZip/lang/nl.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

$L = array();
$L["DATA_TYPE_NAME"] = "Postal / Zip";
$L["help_text"] = "Genereert een willekeurig zip of postcode. Voor meer controle gebruikt u de alpha-numeriek gegevenstype optie.";

$L["DATA_TYPE"] = array(
"NAME" => "Postal / Zip",
"DESC" => "Genereert een willekeurig zip of postcode. Voor meer controle gebruikt u de alpha-numeriek gegevenstype optie."
);
17 changes: 17 additions & 0 deletions plugins/dataTypes/Rut/lang/fr.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

$L = array();
$L["DATA_TYPE"] = array(
"NAME" => "Numéro de RUT chilienne",
"DESC" => "Génère une ornière / RUN chilienne numéro national d'identification ."
);

$L["different_formats"] = "Différents formats";
$L["incomplete_fields"] = "Le type de données de Rut a besoin d'avoir le champ exemple choisi . S'il vous plaît fixer les lignes suivantes :";
$L["rut_default"] = "Défaut";
$L["only_number"] = "numéro seulement";
$L["only_digit"] = "Seulement chiffres de vérification";

$L["thousands_separator"] = "Séparateur de milliers";
$L["digit_uppercase"] = "chiffres majuscules";
$L["remove_dash"] = "exclure tableau de bord";
17 changes: 17 additions & 0 deletions plugins/dataTypes/Rut/lang/nl.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

$L = array();
$L["DATA_TYPE"] = array(
"NAME" => "Chileense RUT nummer",
"DESC" => "Genereert een sleur / RUN Chileense Nationale Identification Number ."
);

$L["different_formats"] = "verschillende formaten";
$L["incomplete_fields"] = "Het type Rut gegevens dient te beschikken over het voorbeeld veld geselecteerd. Corrigeer de volgende rijen :";
$L["rut_default"] = "Standaard";
$L["only_number"] = "Slechts nummer";
$L["only_digit"] = "Alleen verificatie cijferige";

$L["thousands_separator"] = "duizenden separator";
$L["digit_uppercase"] = "hoofdletters cijferige";
$L["remove_dash"] = "uitsluiten dash";
2 changes: 1 addition & 1 deletion plugins/dataTypes/StreetAddress/lang/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$L = array();
$L["DATA_TYPE"] = array(
"NAME" => "Adresse",
"DESC" => "Generates random street addresses."
"DESC" => "Génère des adresses aléatoires ."
);

$L["ap_num"] = "Appartement ";
Expand Down
2 changes: 1 addition & 1 deletion plugins/dataTypes/StreetAddress/lang/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$L = array();
$L["DATA_TYPE"] = array(
"NAME" => "Straat en huisnummer",
"DESC" => "Generates random street addresses."
"DESC" => "Genereert willekeurige adressen ."
);

$L["ap_num"] = "Ap #";
Expand Down

0 comments on commit 50d73c7

Please sign in to comment.