mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
10 lines
204 B
PHP
10 lines
204 B
PHP
<?php
|
|
|
|
return [
|
|
'new_post' => 'Nytt Inlägg',
|
|
'new_category' => 'Ny Kategori',
|
|
'new_type' => 'Ny Typ',
|
|
'new_field' => 'Nytt Fält',
|
|
'add_field' => 'Lägg Till Fält',
|
|
];
|