[trunk] - language - (Latvian - Latviešu) thanks to Aivars Baldone - feature:2320

git-svn-id: http://piwigo.org/svn/trunk@12063 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt 2011-09-05 18:42:56 +00:00
parent 701c3c6091
commit 170404dcf7

View file

@ -351,4 +351,23 @@ $lang['validate this comment'] = 'pārbaudīt šo komentāru';
$lang['html tags are not allowed in login'] = 'html cilnes (tagi) loginā nav atļautas';
$lang['%d rates'] = '%d vērtējums';
$lang['Rating score'] = 'Rezultējošais vērtējums';
$lang['Enter a username or email address'] = 'Ievadiet lietotājvārdu vai e-pasta adresi';
$lang['Invalid username or email'] = 'Kļūdains lietotājvārds vai e-pasta adrese';
$lang['Password reset is not allowed for this user'] = 'Paroles atgūšana šim lietotājam nav atļauta';
$lang['User "%s" has no email address, password reset is not possible'] = '"%s" Lietotājiem nav e-pasta adreses, paroles atgūšana nav iespējama';
$lang['Someone requested that the password be reset for the following user account:'] = 'Kāds pieprasījis atgūt paroli sekojošam lietotāja kontam:';
$lang['Username "%s" on gallery %s'] = 'Lietotājvārds "%s" galerijā %s';
$lang['To reset your password, visit the following address:'] = ' Lai atgūtu savu paroli, apmeklējiet sekojošu adresi:';
$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'Ja tā ir bijusi kļūda, ignorējiet šo e-pastu un nekas nenotiks.';
$lang['Password Reset'] = 'Paroles Atgūšana (reset)';
$lang['Check your email for the confirmation link'] = 'Meklējiet savā e-pastā apstiprināšanas saiti';
$lang['Invalid key'] = 'Kļūdaina atslēga (key)';
$lang['The passwords do not match'] = 'Paroles nesakrīt';
$lang['Your password has been reset'] = 'Jūsu parole ir atgūta (atiestatīta)';
$lang['Return to home page'] = 'Atgriezties mājas lapā';
$lang['Please enter your username or email address.'] = 'Lūdzu ievadiet lietotājvārdu vai e-pasta adresi.';
$lang['You will receive a link to create a new password via email.'] = 'Jūs ar e-pastu saņemsiet saiti, lai izveidotu jaunu paroli.';
$lang['Username or email'] = 'Lietotājvārds vai e-pasta adrese';
$lang['Change my password'] = 'Nomainīt manu paroli';
$lang['Enter your new password below.'] = 'Ievadiet savu jauno paroli zemāk.';
?>