|
Revision 12853, 0.5 KB
(checked in by mistic100, 17 months ago)
|
|
fix typo in Latvian language file
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['Captcha Configuration'] = 'Captcha Konfigurācija'; |
|---|
| 4 | $lang['Public Key'] = 'Publiskā Atslēga'; |
|---|
| 5 | $lang['Private Key'] = 'Privātā Atslēga'; |
|---|
| 6 | $lang['Signup for personal usage keys'] = 'Reģistrēties, lai lietotu personālatslēgas'; |
|---|
| 7 | |
|---|
| 8 | $lang['Invalid Captcha'] = 'Nekorekts autentifikators Cptcha'; |
|---|
| 9 | $lang['You need to define Captcha keys'] = 'Jums jādefinē autentifikatora Captcha atslēgas'; |
|---|
| 10 | $lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo nevar izveidot savienojumu ar reCaptcha serveri'; |
|---|
| 11 | |
|---|
| 12 | ?> |
|---|