First
This commit is contained in:
9
lang/ca/lang.php
Normal file
9
lang/ca/lang.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* translation by Raimon <gwindor@auna.com>
|
||||
*/
|
||||
|
||||
$lang['btn_submit'] = 'Envia';
|
||||
|
||||
//Setup VIM: ex: et ts=4 enc=utf-8 :
|
||||
?>
|
6
lang/de/lang.php
Normal file
6
lang/de/lang.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = 'Abschicken';
|
||||
|
||||
//Setup VIM: ex: et ts=4 enc=utf-8 :
|
||||
?>
|
6
lang/en/lang.php
Normal file
6
lang/en/lang.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = 'Submit';
|
||||
|
||||
//Setup VIM: ex: et ts=4 enc=utf-8 :
|
||||
?>
|
5
lang/es/lang.php
Normal file
5
lang/es/lang.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = 'Enviar';
|
||||
|
||||
?>
|
5
lang/fr/lang.php
Normal file
5
lang/fr/lang.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = 'Envoyer';
|
||||
|
||||
?>
|
5
lang/hu/lang.php
Normal file
5
lang/hu/lang.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = 'Szavazok';
|
||||
|
||||
?>
|
5
lang/it/lang.php
Normal file
5
lang/it/lang.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = 'Invia';
|
||||
|
||||
?>
|
6
lang/nl/lang.php
Normal file
6
lang/nl/lang.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = 'Verstuur';
|
||||
|
||||
//Setup VIM: ex: et ts=4 enc=utf-8 :
|
||||
?>
|
6
lang/sv/lang.php
Normal file
6
lang/sv/lang.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = 'Skicka';
|
||||
|
||||
//Setup VIM: ex: et ts=4 enc=utf-8 :
|
||||
?>
|
6
lang/zh-cn/lang.php
Normal file
6
lang/zh-cn/lang.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = '提交';
|
||||
|
||||
//Setup VIM: ex: et ts=4 enc=utf-8 :
|
||||
?>
|
6
lang/zh-tw/lang.php
Normal file
6
lang/zh-tw/lang.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang['btn_submit'] = '送出';
|
||||
|
||||
//Setup VIM: ex: et ts=4 enc=utf-8 :
|
||||
?>
|
Reference in New Issue
Block a user