[tx-robot] updated from transifex
This commit is contained in:
parent
99eb486e02
commit
b3ad29b23f
|
|
@ -1,14 +1,19 @@
|
|||
OC.L10N.register(
|
||||
"registration",
|
||||
{
|
||||
"Register" : "Vpis",
|
||||
"Email address you entered is not valid" : "Vpisan naslov elektronske pošte ni veljaven",
|
||||
"There is already a pending registration with this email" : "Za ta naslov elektronske pošte je postopek registracije že v teku.",
|
||||
"There is an existing user with this email" : "Uporabnik s tem elektronskim naslovom že obstaja.",
|
||||
"Verify your ownCloud registration request" : "Overite registracijo ownCloud.",
|
||||
"Verification email successfully sent." : "Potrditveno elektronsko sporočilo je bilo poslano.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "Neveljaven naslov URL overitve. Na tem naslovu ni ustrezne zahteve registracije.",
|
||||
"Unable to create user, there are problems with user backend." : "Ni mogoče ustvariti uporabnika zaradi težav z ozadnjim programom.",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Račun je uspešno ustvarjen, zato se lahko <a href=\"{link}\">prijavite</a>.",
|
||||
"Your settings have been updated." : "Nastavitve so posodobljene.",
|
||||
"No such group" : "Ni take skupine",
|
||||
"Registration" : "Vpis",
|
||||
"Default group that all registered users belong" : "Privzeta skupina, v kateri so vsi vpisani uporabniki",
|
||||
"None" : "Brez",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "Za ustvarjanje novega računa ownCloud, kliknite na povezavo:\n{link}",
|
||||
"Welcome, you can create your account below." : "Dobrodošli! Ustvarite nov račun.",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,17 @@
|
|||
{ "translations": {
|
||||
"Register" : "Vpis",
|
||||
"Email address you entered is not valid" : "Vpisan naslov elektronske pošte ni veljaven",
|
||||
"There is already a pending registration with this email" : "Za ta naslov elektronske pošte je postopek registracije že v teku.",
|
||||
"There is an existing user with this email" : "Uporabnik s tem elektronskim naslovom že obstaja.",
|
||||
"Verify your ownCloud registration request" : "Overite registracijo ownCloud.",
|
||||
"Verification email successfully sent." : "Potrditveno elektronsko sporočilo je bilo poslano.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "Neveljaven naslov URL overitve. Na tem naslovu ni ustrezne zahteve registracije.",
|
||||
"Unable to create user, there are problems with user backend." : "Ni mogoče ustvariti uporabnika zaradi težav z ozadnjim programom.",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Račun je uspešno ustvarjen, zato se lahko <a href=\"{link}\">prijavite</a>.",
|
||||
"Your settings have been updated." : "Nastavitve so posodobljene.",
|
||||
"No such group" : "Ni take skupine",
|
||||
"Registration" : "Vpis",
|
||||
"Default group that all registered users belong" : "Privzeta skupina, v kateri so vsi vpisani uporabniki",
|
||||
"None" : "Brez",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "Za ustvarjanje novega računa ownCloud, kliknite na povezavo:\n{link}",
|
||||
"Welcome, you can create your account below." : "Dobrodošli! Ustvarite nov račun.",
|
||||
|
|
|
|||
|
|
@ -1,13 +1,18 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Register" => "Vpis",
|
||||
"Email address you entered is not valid" => "Vpisan naslov elektronske pošte ni veljaven",
|
||||
"There is already a pending registration with this email" => "Za ta naslov elektronske pošte je postopek registracije že v teku.",
|
||||
"There is an existing user with this email" => "Uporabnik s tem elektronskim naslovom že obstaja.",
|
||||
"Verify your ownCloud registration request" => "Overite registracijo ownCloud.",
|
||||
"Verification email successfully sent." => "Potrditveno elektronsko sporočilo je bilo poslano.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "Neveljaven naslov URL overitve. Na tem naslovu ni ustrezne zahteve registracije.",
|
||||
"Unable to create user, there are problems with user backend." => "Ni mogoče ustvariti uporabnika zaradi težav z ozadnjim programom.",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Račun je uspešno ustvarjen, zato se lahko <a href=\"{link}\">prijavite</a>.",
|
||||
"Your settings have been updated." => "Nastavitve so posodobljene.",
|
||||
"No such group" => "Ni take skupine",
|
||||
"Registration" => "Vpis",
|
||||
"Default group that all registered users belong" => "Privzeta skupina, v kateri so vsi vpisani uporabniki",
|
||||
"None" => "Brez",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" => "Za ustvarjanje novega računa ownCloud, kliknite na povezavo:\n{link}",
|
||||
"Welcome, you can create your account below." => "Dobrodošli! Ustvarite nov račun.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue