mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-13 04:51:25 +01:00
16 lines
289 B
PHP
16 lines
289 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'ace' => 'acehnés',
|
|
'arp' => 'arapaho',
|
|
'bho' => 'bhojpuri',
|
|
'grc' => 'griego antiguo',
|
|
'nso' => 'sotho septentrional',
|
|
'ss' => 'siswati',
|
|
'wo' => 'wolof',
|
|
],
|
|
'LocalizedNames' => [
|
|
],
|
|
];
|