mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
[tx-robot] updated from transifex
This commit is contained in:
parent
24c7d1bb24
commit
bf82152691
@ -126,7 +126,7 @@ OC.L10N.register(
|
||||
"Group name missing from request." : "Groepsnaam niet aanwezig bij aanvraag.",
|
||||
"Contact ID missing from request." : "Contact ID niet opgegeven",
|
||||
"No file was uploaded. Unknown error" : "Er was geen bestand geladen. Onbekende fout",
|
||||
"There is no error, the file uploaded with success" : "De upload van het bestand is goedgegaan.",
|
||||
"There is no error, the file uploaded with success" : "Geen fout, uploaden van het bestand was succesvol.",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Het bestand overschrijdt de upload_max_filesize instelling in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier",
|
||||
"The uploaded file was only partially uploaded" : "Het bestand is gedeeltelijk geüpload",
|
||||
@ -210,8 +210,8 @@ OC.L10N.register(
|
||||
"Add a new contact or import existing contacts from a file (VCF, CSV or LDIF)." : "Een nieuw contact toevoegen of importeren vanuit een bestand (VCF, CSV of LDIF).",
|
||||
"Which contact should the data be merged into?" : "Bij welke contactpersoon moeten de gegevens worden samengevoegd?",
|
||||
"Delete the other(s) after successful merge?" : "Verwijder de andere(n) na een succesvolle samenvoeging?",
|
||||
"Compose mail" : "Schrijf email",
|
||||
"Delete current photo" : "Verwijdere huidige foto",
|
||||
"Compose mail" : "Maak e-mailbericht",
|
||||
"Delete current photo" : "Verwijderen huidige foto",
|
||||
"Edit current photo" : "Wijzig huidige foto",
|
||||
"Upload new photo" : "Upload nieuwe foto",
|
||||
"Select photo from Files" : "Kies foto uit Bestanden",
|
||||
|
@ -124,7 +124,7 @@
|
||||
"Group name missing from request." : "Groepsnaam niet aanwezig bij aanvraag.",
|
||||
"Contact ID missing from request." : "Contact ID niet opgegeven",
|
||||
"No file was uploaded. Unknown error" : "Er was geen bestand geladen. Onbekende fout",
|
||||
"There is no error, the file uploaded with success" : "De upload van het bestand is goedgegaan.",
|
||||
"There is no error, the file uploaded with success" : "Geen fout, uploaden van het bestand was succesvol.",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Het bestand overschrijdt de upload_max_filesize instelling in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier",
|
||||
"The uploaded file was only partially uploaded" : "Het bestand is gedeeltelijk geüpload",
|
||||
@ -208,8 +208,8 @@
|
||||
"Add a new contact or import existing contacts from a file (VCF, CSV or LDIF)." : "Een nieuw contact toevoegen of importeren vanuit een bestand (VCF, CSV of LDIF).",
|
||||
"Which contact should the data be merged into?" : "Bij welke contactpersoon moeten de gegevens worden samengevoegd?",
|
||||
"Delete the other(s) after successful merge?" : "Verwijder de andere(n) na een succesvolle samenvoeging?",
|
||||
"Compose mail" : "Schrijf email",
|
||||
"Delete current photo" : "Verwijdere huidige foto",
|
||||
"Compose mail" : "Maak e-mailbericht",
|
||||
"Delete current photo" : "Verwijderen huidige foto",
|
||||
"Edit current photo" : "Wijzig huidige foto",
|
||||
"Upload new photo" : "Upload nieuwe foto",
|
||||
"Select photo from Files" : "Kies foto uit Bestanden",
|
||||
|
@ -125,7 +125,7 @@ $TRANSLATIONS = array(
|
||||
"Group name missing from request." => "Groepsnaam niet aanwezig bij aanvraag.",
|
||||
"Contact ID missing from request." => "Contact ID niet opgegeven",
|
||||
"No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout",
|
||||
"There is no error, the file uploaded with success" => "De upload van het bestand is goedgegaan.",
|
||||
"There is no error, the file uploaded with success" => "Geen fout, uploaden van het bestand was succesvol.",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Het bestand overschrijdt de upload_max_filesize instelling in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier",
|
||||
"The uploaded file was only partially uploaded" => "Het bestand is gedeeltelijk geüpload",
|
||||
@ -209,8 +209,8 @@ $TRANSLATIONS = array(
|
||||
"Add a new contact or import existing contacts from a file (VCF, CSV or LDIF)." => "Een nieuw contact toevoegen of importeren vanuit een bestand (VCF, CSV of LDIF).",
|
||||
"Which contact should the data be merged into?" => "Bij welke contactpersoon moeten de gegevens worden samengevoegd?",
|
||||
"Delete the other(s) after successful merge?" => "Verwijder de andere(n) na een succesvolle samenvoeging?",
|
||||
"Compose mail" => "Schrijf email",
|
||||
"Delete current photo" => "Verwijdere huidige foto",
|
||||
"Compose mail" => "Maak e-mailbericht",
|
||||
"Delete current photo" => "Verwijderen huidige foto",
|
||||
"Edit current photo" => "Wijzig huidige foto",
|
||||
"Upload new photo" => "Upload nieuwe foto",
|
||||
"Select photo from Files" => "Kies foto uit Bestanden",
|
||||
|
Loading…
Reference in New Issue
Block a user