mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Return $LANG array for Transifex
This commit is contained in:
parent
337ed1c719
commit
1aa0110580
@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
// client
|
||||
'organization' => 'Organisation',
|
||||
'name' => 'Name',
|
||||
'website' => 'Webseite',
|
||||
@ -1420,11 +1422,7 @@ $LANG = array(
|
||||
'industry_Travel & Luxury' => 'Reisen und Luxus',
|
||||
'industry_Other' => 'Andere',
|
||||
'industry_Photography' => 'Fotografie',
|
||||
<<<<<<< b13b9a2d7d8ac931c44189a9ef85c8aeaf165f52
|
||||
|
||||
=======
|
||||
|
||||
>>>>>>> - Fix #426, closes #426
|
||||
// Countries
|
||||
'country_Afghanistan' => '',
|
||||
'country_Albania' => 'Albanien',
|
||||
@ -1675,11 +1673,9 @@ $LANG = array(
|
||||
'country_Samoa' => '',
|
||||
'country_Yemen' => '',
|
||||
'country_Zambi' => '',
|
||||
|
||||
);
|
||||
<<<<<<< b13b9a2d7d8ac931c44189a9ef85c8aeaf165f52
|
||||
|
||||
return $LANG;
|
||||
|
||||
?>
|
||||
=======
|
||||
>>>>>>> - Fix #426, closes #426
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
$LANG = array(
|
||||
|
||||
'organization' => 'Organization',
|
||||
'name' => 'Name',
|
||||
'website' => 'Website',
|
||||
@ -1673,6 +1674,9 @@ return [
|
||||
'country_Yemen' => 'Yemen',
|
||||
'country_Zambi' => 'Zambi',
|
||||
|
||||
];
|
||||
);
|
||||
|
||||
return $LANG;
|
||||
|
||||
?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user