[tx-robot] updated from transifex
This commit is contained in:
parent
a061a029e1
commit
81d8cb8638
|
|
@ -9,6 +9,7 @@ OC.L10N.register(
|
|||
"Verification email successfully sent." : "Courriel de vérification envoyé avec succès.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.",
|
||||
"Unable to create user, there are problems with user backend." : "Impossible de créer l'utilisateur, problèmes avec l’infrastructure utilisateur.",
|
||||
"Unable to set user email: " : "Impossible de définir l'email utilisateur:",
|
||||
"Failed to delete pending registration request" : "Erreur lors de la suppression de la demande d'enregistrement en attente",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Votre compte a bien été créé, vous pouvez maintenant <a href=\"{link}\">vous connecter</a>.",
|
||||
"Your settings have been updated." : "Vos paramètres ont été mis à jour.",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"Verification email successfully sent." : "Courriel de vérification envoyé avec succès.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.",
|
||||
"Unable to create user, there are problems with user backend." : "Impossible de créer l'utilisateur, problèmes avec l’infrastructure utilisateur.",
|
||||
"Unable to set user email: " : "Impossible de définir l'email utilisateur:",
|
||||
"Failed to delete pending registration request" : "Erreur lors de la suppression de la demande d'enregistrement en attente",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Votre compte a bien été créé, vous pouvez maintenant <a href=\"{link}\">vous connecter</a>.",
|
||||
"Your settings have been updated." : "Vos paramètres ont été mis à jour.",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ $TRANSLATIONS = array(
|
|||
"Verification email successfully sent." => "Courriel de vérification envoyé avec succès.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.",
|
||||
"Unable to create user, there are problems with user backend." => "Impossible de créer l'utilisateur, problèmes avec l’infrastructure utilisateur.",
|
||||
"Unable to set user email: " => "Impossible de définir l'email utilisateur:",
|
||||
"Failed to delete pending registration request" => "Erreur lors de la suppression de la demande d'enregistrement en attente",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Votre compte a bien été créé, vous pouvez maintenant <a href=\"{link}\">vous connecter</a>.",
|
||||
"Your settings have been updated." => "Vos paramètres ont été mis à jour.",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ OC.L10N.register(
|
|||
"Verification email successfully sent." : "Email verifikasi berhasil dikirim",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "URL verifikasi tidak sah. Tidak ada permintaan pendaftaran dengan URL verifikasi ini yang ditemukan.",
|
||||
"Unable to create user, there are problems with user backend." : "Tidak dapat membuat pengguna, terdapat masalah dengan backend pengguna.",
|
||||
"Unable to set user email: " : "Tidak dapat mengatur email pengguna:",
|
||||
"Failed to delete pending registration request" : "Gagal menghapus permintaan penundaan pendaftaran",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Akun Anda telah berhasil dibuat, Anda dapat <a href=\"{link}\">masuk sekarang</a>.",
|
||||
"Your settings have been updated." : "Pengaturan Anda telah diperbarui.",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"Verification email successfully sent." : "Email verifikasi berhasil dikirim",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "URL verifikasi tidak sah. Tidak ada permintaan pendaftaran dengan URL verifikasi ini yang ditemukan.",
|
||||
"Unable to create user, there are problems with user backend." : "Tidak dapat membuat pengguna, terdapat masalah dengan backend pengguna.",
|
||||
"Unable to set user email: " : "Tidak dapat mengatur email pengguna:",
|
||||
"Failed to delete pending registration request" : "Gagal menghapus permintaan penundaan pendaftaran",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Akun Anda telah berhasil dibuat, Anda dapat <a href=\"{link}\">masuk sekarang</a>.",
|
||||
"Your settings have been updated." : "Pengaturan Anda telah diperbarui.",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ $TRANSLATIONS = array(
|
|||
"Verification email successfully sent." => "Email verifikasi berhasil dikirim",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "URL verifikasi tidak sah. Tidak ada permintaan pendaftaran dengan URL verifikasi ini yang ditemukan.",
|
||||
"Unable to create user, there are problems with user backend." => "Tidak dapat membuat pengguna, terdapat masalah dengan backend pengguna.",
|
||||
"Unable to set user email: " => "Tidak dapat mengatur email pengguna:",
|
||||
"Failed to delete pending registration request" => "Gagal menghapus permintaan penundaan pendaftaran",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Akun Anda telah berhasil dibuat, Anda dapat <a href=\"{link}\">masuk sekarang</a>.",
|
||||
"Your settings have been updated." => "Pengaturan Anda telah diperbarui.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue