[tx-robot] updated from transifex
This commit is contained in:
parent
fea8efef8a
commit
290cd5fc63
|
|
@ -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 <a href=\"{link}\">log in now</a>." => "Din konto er blevet oprettet, og du kan <a href=\"{link}\">logge ind nu</a>.",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -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 <a href=\"{link}\">log in now</a>." => "Ο λογαριασμός σας δημιουργήθηκε με επιτυχία, μπορείτε να <a href=\"{link}\">συνδεθείτε τώρα</a>.",
|
||||
"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" => "Κωδικός πρόσβασης",
|
||||
|
|
|
|||
|
|
@ -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 <a href=\"{link}\">log in now</a>." => "Your account has been successfully created, you can <a href=\"{link}\">log in now</a>.",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Email address you entered is not valid" => "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 <a href=\"{link}\">log in now</a>." => "Akun Anda telah berhasil dibuat, Anda dapat <a href=\"{link}\">masuk sekarang</a>.",
|
||||
"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;";
|
||||
Loading…
Reference in New Issue