flatpress/fp-plugins/akismet/lang/lang.sl-si.php
Fraenkiman 21e373aa95 Comment center and Akismet reworked, typo flatpress
- The ID of the respective entry is now displayed in "Manage entries" so that the admin can use the ID for comment management in Akismet/ CommentCenter.
- Creating or managing the Akismet Api Key now leads directly to akismet.com instead of wordpress.com
- The external link to the Akismet API Key Help has been updated
- The comment center now contains a link to the wiki (dealing with spam comments)
- Typo "flatpress" fixed in several places. FlatPress should always be spelled with a capital F and a capital P.
2023-11-26 01:55:28 +01:00

23 lines
1.0 KiB
PHP

<?php
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'API ključ ni nastavljen. Odpri vtičnik in nastavi svoj API ključ. Registriraj se na <a href="https://akismet.com/signup/" target="_blank">akismet.com</a>, da ga pridobiš.'
);
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Nastavitve Akismet-a';
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Nastavitve Akismet-a',
'description' => 'Za veliko ljudi bo <a href="https://akismet.com/" target="_blank">Akismet</a> zelo zmanjšal ali celo popolnoma odpravil komentarje in sledenje spamu na vaši spletni strani. Če še nimate WordPress.com računa, si ga lahko pridobite na '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a>.',
'apikey' => 'Akismet API Ključ',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">Kaj je to?</a>)',
'submit' => 'Shrani API ključ'
);
$lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
1 => 'API ključ je bil shranjen',
-1 => 'API ključ ni veljaven'
);
?>