diff options
Diffstat (limited to 'lib/plugins/authmysql/lang/lv')
-rw-r--r-- | lib/plugins/authmysql/lang/lv/settings.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authmysql/lang/lv/settings.php b/lib/plugins/authmysql/lang/lv/settings.php index ced5dabf8..8550363c9 100644 --- a/lib/plugins/authmysql/lang/lv/settings.php +++ b/lib/plugins/authmysql/lang/lv/settings.php @@ -1,6 +1,10 @@ <?php + /** - * Latvian, Lettish language file - * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Aivars Miška <allefm@gmail.com> */ +$lang['user'] = 'MySQL lietotāja vārds'; +$lang['password'] = 'Lietotāja parole'; +$lang['delUser'] = 'SQL pieprasījums lietotāja dzēšanai'; |