diff --git a/l10n/da.php b/l10n/da.php index 710afaa..155f73b 100644 --- a/l10n/da.php +++ b/l10n/da.php @@ -7,6 +7,7 @@ $TRANSLATIONS = array( "Invalid verification URL. No registration request with this verification URL is found." => "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.", "Unable to create user, there are problems with user backend." => "Kan ikke oprette bruger - der er problemer med bruger-backend.", "Your account has been successfully created, you can log in now." => "Din konto er blevet oprettet, og du kan logge ind nu.", +"To create a new account on ownCloud, just click the following link:\n{link}" => "For at oprette en ny konto på ownCloud, klik følgende link:\n{link}", "Welcome, you can create your account below." => "Velkommen, du kan oprette din konto nedenfor.", "Username" => "Brugernavn", "Password" => "Adgangskode", diff --git a/l10n/el.php b/l10n/el.php index 5a9a77b..e78c052 100644 --- a/l10n/el.php +++ b/l10n/el.php @@ -5,6 +5,9 @@ $TRANSLATIONS = array( "Verify your ownCloud registration request" => "Επιβεβαιώστε την αίτηση εγγραφής στο ownCloud", "Verification email successfully sent." => "Το μήνυμα επαλήθευσης στάλθηκε επιτυχώς.", "Invalid verification URL. No registration request with this verification URL is found." => "Μη έγκυρη URL επιβεβαίωσης. Καμμία αίτηση εγγραφής δεν βρέθηκε με αυτό το URL επιβεβαίωσης.", +"Unable to create user, there are problems with user backend." => "Αδύνατη η δημιουργία χρήστη, υπάρχουν προβλήματα με το σύστημα υποστήριξης χρήστη.", +"Your account has been successfully created, you can log in now." => "Ο λογαριασμός σας δημιουργήθηκε με επιτυχία, μπορείτε να συνδεθείτε τώρα.", +"To create a new account on ownCloud, just click the following link:\n{link}" => "Για να δημιουργήσετε ένα νέο λογαριασμό στο ownCloud, απλά κάντε κλικ στον ακόλουθο σύνδεσμο:\n{σύνδεσμος}", "Welcome, you can create your account below." => "Καλωσήρθατε, μπορείτε να δημιουργήσετε τον λογαριασμό σας παρακάτω.", "Username" => "Όνομα χρήστη", "Password" => "Κωδικός πρόσβασης", diff --git a/l10n/en_GB.php b/l10n/en_GB.php index 3ab9d6e..731827e 100644 --- a/l10n/en_GB.php +++ b/l10n/en_GB.php @@ -7,6 +7,7 @@ $TRANSLATIONS = array( "Invalid verification URL. No registration request with this verification URL is found." => "Invalid verification URL. No registration request with this verification URL is found.", "Unable to create user, there are problems with user backend." => "Unable to create user, there are problems with the user backend.", "Your account has been successfully created, you can log in now." => "Your account has been successfully created, you can log in now.", +"To create a new account on ownCloud, just click the following link:\n{link}" => "To create a new account on ownCloud, just click the following link:\n{link}", "Welcome, you can create your account below." => "Welcome, you can create your account below.", "Username" => "Username", "Password" => "Password", diff --git a/l10n/id.php b/l10n/id.php new file mode 100644 index 0000000..2f6f62f --- /dev/null +++ b/l10n/id.php @@ -0,0 +1,21 @@ + "Alamat email yang Anda masukkan tidak sah", +"There is already a pending registration with this email" => "Sudah ada pendaftaran tertunda dengan email ini", +"Verify your ownCloud registration request" => "Verifikasi permintaan pendaftaran ownCloud Anda", +"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 Anda 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.", +"Your account has been successfully created, you can log in now." => "Akun Anda telah berhasil dibuat, Anda dapat masuk sekarang.", +"To create a new account on ownCloud, just click the following link:\n{link}" => "Untuk membuat akun baru di ownCloud, klik saja tautan berikut:\n{link}", +"Welcome, you can create your account below." => "Selamat datang, Anda dapat membuat akun Anda dibawah.", +"Username" => "Nama Pengguna", +"Password" => "Sandi", +"Create account" => "Buat akun", +"Thank you for registering, you should receive verification link in a few minutes." => "Terima kasih untuk pendaftarannya, Anda mestinya menerima tautan verifikasi dalam beberapa menit.", +"Email" => "Email", +"Request verification link" => "Minta tautan verifikasi", +"Please re-enter a valid email address" => "Mohon masukkan ulang alamat email yang sah", +"You will receive an email with verification link" => "Anda akan menerima email yang berisi tautan verifikasi." +); +$PLURAL_FORMS = "nplurals=1; plural=0;";