mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
9 lines
256 B
PHP
9 lines
256 B
PHP
<?php
|
|
|
|
return [
|
|
'choose_type' => 'Vilken typ av inlägg vill du skapa?',
|
|
'choose_field_type' => 'Vilken fälttyp vill du använda?',
|
|
'choose_field' => 'Vilket vält vill du använda?',
|
|
'tagged' => 'Taggade ":tag"',
|
|
];
|