Merge pull request #274 from Fraenkiman/akismet

Comment center and Akismet reworked, typo flatpress

Fixes #273

- 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.
This commit is contained in:
Frank Hochmuth 2023-11-26 02:10:22 +01:00 committed by GitHub
commit 571e96f38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
30 changed files with 403 additions and 371 deletions

View File

@ -45,6 +45,7 @@
<thead><tr>{*<th>{$panelstrings.sel}</th>*}
<th>{$panelstrings.date}</th>
<th class="main-cell">{$panelstrings.title}</th>
<th>ID</th>
<!-- <th>{$panelstrings.author}</th> -->
<th>{$panelstrings.comms}</th>
<th>{$panelstrings.action}</th></tr></thead>
@ -61,6 +62,7 @@ href="{$panel_url|action_link:write}&amp;entry={$id}">
{$subject|truncate:70}
</a>
</td>
<td>{$id}</td>
<!-- <td>{$author}</td> -->
<td><a class="link-general"
href="{$panel_url|action_link:commentlist}&amp;entry={$id}">

View File

@ -15,9 +15,9 @@
'op4' => 'Správa pluginů',
'op4d' => 'Instalace, zapnutí, vypnutí pluginů',
'op5' => 'Nastavení',
'op5d' => 'Základní nastavení Vašeho Flatpressu',
'op5d' => 'Základní nastavení Vašeho FlatPressu',
'op6' => 'Údržba',
'op6d' => 'Vyčištění, obnova, aktualizace Flatpressu',
'op6d' => 'Vyčištění, obnova, aktualizace FlatPressu',
);
?>

View File

@ -3,7 +3,7 @@
$lang['admin']['panel']['main'] = 'Zentrale';
$lang['admin']['main']['default'] = array(
'head' => 'Willkommen im Kontrollzentrum von Flatpress!',
'head' => 'Willkommen im Kontrollzentrum von FlatPress!',
'descr' => 'Bitte wähle eine Aktion',
'op1' => 'Neuer Beitrag',
@ -17,7 +17,7 @@
'op5' => 'Konfiguration',
'op5d' => 'Grundlegende Einstellungen wie Titel, Blog-URL, Datum, Zeitzone und Sprache',
'op6' => 'Wartung',
'op6d' => 'Den Flatpress Index (neu) erstellen, PHP Informationen anzeigen oder Updates abfragen',
'op6d' => 'Den FlatPress Index (neu) erstellen, PHP Informationen anzeigen oder Updates abfragen',
);
?>

View File

@ -15,9 +15,9 @@
'op4' => 'Πρόσθετα',
'op4d' => 'Εγκαταστείστε, ενεργοποιήστε και απενεργοποιήστε πρόσθετα',
'op5' => 'Ρύθμιση',
'op5d' => 'Τροποποιήστε το flatpress σας',
'op5d' => 'Τροποποιήστε το FlatPress σας',
'op6' => 'Συντήρηση',
'op6d' => 'Εκκαθάριση και επαναφορά του flatpress',
'op6d' => 'Εκκαθάριση και επαναφορά του FlatPress',
);
?>

View File

@ -15,9 +15,9 @@
'op4' => 'Plugins',
'op4d' => 'Instalar, habilitar, deshabilitar plugins',
'op5' => 'Configuración',
'op5d' => 'Personalice su flatpress',
'op5d' => 'Personalice su FlatPress',
'op6' => 'Mantención',
'op6d' => 'Limpiar y restablecer flatpress',
'op6d' => 'Limpiar y restablecer FlatPress',
);
?>

View File

@ -15,9 +15,9 @@
'op4' => 'Plugins',
'op4d' => 'Installer, activer, d&eacute;sactiver des plugins',
'op5' => 'Configuration',
'op5d' => 'Personnaliser Flatpress',
'op5d' => 'Personnaliser FlatPress',
'op6' => 'Maintenance',
'op6d' => 'Nettoyer et restaurer flatpress',
'op6d' => 'Nettoyer et restaurer FlatPress',
);
?>

View File

@ -15,9 +15,9 @@
'op4' => 'Plugin',
'op4d' => 'Installa, abilita e disabilita i plugin',
'op5' => 'Configurazione',
'op5d' => 'Personalizza il tuo Flatpress',
'op5d' => 'Personalizza il tuo FlatPress',
'op6' => 'Manutenzione',
'op6d' => 'Pulisci e ripristina Flatpress',
'op6d' => 'Pulisci e ripristina FlatPress',
);
?>

View File

@ -14,7 +14,7 @@ $lang ['admin'] ['main'] ['default'] = array(
'op4' => 'Plugins',
'op4d' => 'Plug-ins installeren, inschakelen, uitschakelen',
'op5' => 'Configuratie',
'op5d' => 'Bewerk je flatpress',
'op5d' => 'Bewerk je FlatPress',
'op6' => 'Onderhoud',
'op6d' => 'Opschonen en herstel flatpress'
'op6d' => 'Opschonen en herstel FlatPress'
);

View File

@ -20,10 +20,10 @@
'op4d' => 'Instale, ative, desative plugins',
'op5' => 'Configuração',
'op5d' => 'Personalize seu Flatpress',
'op5d' => 'Personalize seu FlatPress',
'op6' => 'Manutenção',
'op6d' => 'Limpe e restaure o flatpress',
'op6d' => 'Limpe e restaure o FlatPress',
);
?>

View File

@ -31,7 +31,7 @@ h2 { border-bottom: 1px solid #ddd; margin: 0.5em 0 }
h3 { margin: 0.5em 0 0 0 }
.head-link { font-size: 0.83em }
.head-link { font-size: 1em }
/* === Redefines some stuff in inline mode === */
@ -137,8 +137,7 @@ ul#admin-tabmenu li a.admin-tab-current { font-weight: bold }
#admin-submenu li a {
padding: 0 1em ;
color: #000;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
margin: 0.1em;
font-weight: normal
}
@ -508,7 +507,7 @@ li.widget-class {
display: flex
}
.option-list dd code { position: relative; font-size: 0.85em }
.option-list dd code { position: relative; font-size: 0.98em }
.option-set dt {
width: 36%;
@ -574,6 +573,9 @@ a.link-general:hover, .main-cell a:hover {
/* (already defined in common, here we put just some tuning settings) */
#admin-content ul.msgs { margin: 0.5em 0 0.5em 0 }
#admin-content big,
#admin-content code { font-size: 0.98em }
#footer { color: black }
form { margin: auto }

View File

@ -1,23 +1,24 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'Kľíč API není nastavený. Otevřte plugin a nastavte klíč API. Zaregistrujte sa na <a href="http://wordpress.com">Wordpress.com</a> a získejte nějaký'
);
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'Kľíč API není nastavený. Otevřte plugin a nastavte klíč API. Zaregistrujte sa na <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> a získejte nějaký'
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Nastavení Akismet';
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Nastavení Akismet';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Nastavení Akismet',
'description'=>'Většině uživatelům, <a href="http://akismet.com/">Akismet</a> výrazně znižuje '
.'nebo úplně eliminuje spam v komentářích a trackbacky na stránkách. '
.'Pokud ještě nemáte účet na WordPress.com, založte si ho '.
'<a href="http://wordpress.com/api-keys/">WordPress.com</a>.',
'apikey' => 'WordPress.com API klíč',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/">Co to je?</a>)',
'submit' => 'Uložit klíč API'
);
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Nastavení Akismet',
'description '=> 'Většině uživatelům, <a href="https://akismet.com/" target="_blank">Akismet</a> výrazně znižuje '
.'nebo úplně eliminuje spam v komentářích a trackbacky na stránkách. '
.'Pokud ještě nemáte účet na WordPress.com, založte si ho '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a>.',
'apikey' => 'akismet.com API klíč',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">Co to je?</a>)',
'submit' => 'Uložit klíč API'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
1 => 'Klíč API uložený',
-1 => 'Klíč API je neplatný'
);
1 => 'Klíč API uložený',
-1 => 'Klíč API je neplatný'
);
?>

View File

@ -1,23 +1,24 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'Ingen API-nøgle tilgængelig, indtast venligst denne for pluginet eller gå til <a href="http://wordpress.com">Wordpress.com</a> for at anmode om en gyldig API-nøgle ved at registrere dig'
);
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'Ingen API-nøgle tilgængelig, indtast venligst denne for pluginet eller gå til <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> for at anmode om en gyldig API-nøgle ved at registrere dig'
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Akismet Konfiguration';
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Akismet Konfiguration';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Akismet Konfiguration',
'description'=>'Med <a href="http://akismet.com/">Akismet</a> kan du reducere eller helt fjerne spam, '
.'der når denne blog via kommentarer eller trackbacks. '
.'Hvis du ikke har en Wordpress.com-konto endnu, kan du oprette en på '.
'<a href="http://wordpress.com/api-keys/">WordPress.com</a> for at anmode om en API-nøgle.',
'apikey' => 'WordPress.com API-nøgle',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/">Hvad er en API-nøgle?</a>)',
'submit' => 'Gem API-nøgle'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
1 => 'API-nøglen er blevet gemt',
-1 => 'API-nøglen er ikke gyldig'
);
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Akismet Konfiguration',
'description' => 'Med <a href="https://akismet.com/" target="_blank">Akismet</a> kan du reducere eller helt fjerne spam, '
.'der når denne blog via kommentarer eller trackbacks. '
.'Hvis du ikke har en Wordpress.com-konto endnu, kan du oprette en på '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a> for at anmode om en API-nøgle.',
'apikey' => 'Akismet API-nøgle',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">Hvad er en API-nøgle?</a>)',
'submit' => 'Gem API-nøgle'
);
$lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
1 => 'API-nøglen er blevet gemt',
-1 => 'API-nøglen er ikke gyldig'
);
?>

View File

@ -1,23 +1,24 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'Kein API Key vorhanden, bitte diesen für das Plugin eintragen oder auf <a href="http://wordpress.com">Wordpress.com</a> einen gültigen API Key durch Registrierung beantragen'
);
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'Kein API Key vorhanden, bitte diesen für das Plugin eintragen oder auf <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> einen gültigen API Key durch Registrierung beantragen'
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Akismet Konfiguration';
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Akismet Konfiguration';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Akismet Konfiguration',
'description'=>'Mit <a href="http://akismet.com/">Akismet</a> kann man Spam reduzieren '
.'oder komplett eliminieren der durch Kommentare oder Trackbacks dieses Blog erreicht. '
.'Wenn bis jetzt noch kein Wordpress.com Account existiert, so kann man auf '.
'<a href="http://wordpress.com/api-keys/">WordPress.com</a> einen anlegen um einen API key zu beantragen.',
'apikey' => 'WordPress.com API Key',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/">Was ist ein API Key?</a>)',
'submit' => 'API key speichern'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
1 => 'Der API key wurde gespeichert',
-1 => 'Der API key ist nicht gültig'
);
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Akismet Konfiguration',
'description'=>'Mit <a href="https://akismet.com/" target="_blank">Akismet</a> kann man Spam reduzieren '
.'oder komplett eliminieren der durch Kommentare oder Trackbacks dieses Blog erreicht. '
.'Wenn bis jetzt noch kein Akismet Account existiert, so kann man auf '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a> einen anlegen um einen API key zu beantragen.',
'apikey' => 'Akismet API Key',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">Was ist ein API Key?</a>)',
'submit' => 'API key speichern'
);
$lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
1 => 'Der API key wurde gespeichert',
-1 => 'Der API key ist nicht gültig'
);
?>

View File

@ -1,23 +1,24 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'Δεν έχει οριστεί κλειδί API. Ανοίξτε το πρόσθετο για να ρυθμίσετε το API κλειδί σας. Εγγραφείτε στο <a href="http://wordpress.com">Wordpress.com</a> για να λάβετε ένα'
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'Δεν έχει οριστεί κλειδί API. Ανοίξτε το πρόσθετο για να ρυθμίσετε το API κλειδί σας. Εγγραφείτε στο <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> για να λάβετε ένα'
);
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Ρύθμιση του Akismet';
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Ρύθμιση του Akismet',
'description' => 'Για πολλούς ανθρώπους, το <a href="https://akismet.com/" target="_blank">Akismet</a> θα μειώσει αξιοσημείωτα '
.'ή ακόμη και θα εξαλείψει πλήρως τα κακόβουλα αυτοματοποιημένα μηνύματα που δέχεται η ιστοσελίδα. '
.'Εάν δεν έχετε ακόμη έναν λογαριασμό WordPress.com, μπορείτε να δημιουργήσετε έναν στο '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a>.',
'apikey' => 'Akismet κλειδί API',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">Τι είναι αυτό;</a>)',
'submit' => 'Αποθήκευση κλειδιού API'
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Ρύθμιση του Akismet';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Ρύθμιση του Akismet',
'description'=>'Για πολλούς ανθρώπους, το <a href="http://akismet.com/">Akismet</a> θα μειώσει αξιοσημείωτα '
.'ή ακόμη και θα εξαλείψει πλήρως τα κακόβουλα αυτοματοποιημένα μηνύματα που δέχεται η ιστοσελίδα. '
.'Εάν δεν έχετε ακόμη έναν λογαριασμό WordPress.com, μπορείτε να δημιουργήσετε έναν στο '.
'<a href="http://wordpress.com/api-keys/">WordPress.com</a>.',
'apikey' => 'WordPress.com κλειδί API',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/">Τι είναι αυτό;</a>)',
'submit' => 'Αποθήκευση κλειδιού API'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
1 => 'Το κλειδί API αποθηκεύτηκε',
-1 => 'Το κλειδί API δεν είναι έγκυρο'
);
$lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
1 => 'Το κλειδί API αποθηκεύτηκε',
-1 => 'Το κλειδί API δεν είναι έγκυρο'
);
?>

View File

@ -1,23 +1,24 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'API key not set. Open the plugin to set your API key. Register on <a href="http://wordpress.com">Wordpress.com</a> to get one'
);
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'API key not set. Open the plugin to set your API key. Register on <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> to get one'
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Akismet Config';
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Akismet Config';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Akismet Configuration',
'description'=>'For many people, <a href="http://akismet.com/">Akismet</a> will greatly reduce '
.'or even completely eliminate the comment and trackback spam you get on your site. '
.'If you don\'t have a WordPress.com account yet, you can get one at '.
'<a href="http://wordpress.com/api-keys/">WordPress.com</a>.',
'apikey' => 'WordPress.com API Key',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/">What is this?</a>)',
'submit' => 'Save API key'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
1 => 'API key saved',
-1 => 'API key is not valid'
);
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Akismet Configuration',
'description' => 'For many people, <a href="https://akismet.com/" target="_blank">Akismet</a> will greatly reduce '
.'or even completely eliminate the comment and trackback spam you get on your site. '
.'If you don\'t have a WordPress.com account yet, you can get one at '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a>.',
'apikey' => 'Akismet API Key',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">What is an API key?</a>)',
'submit' => 'Save API key'
);
$lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
1 => 'API key saved',
-1 => 'API key is not valid'
);
?>
?>

View File

@ -1,23 +1,24 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'No se estableció la clave de API. Abra el Plugin para configurar su clave de API. Registrarse en <a href="http://wordpress.com">Wordpress.com</a> para conseguir uno'
);
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'No se estableció la clave de API. Abra el Plugin para configurar su clave de API. Registrarse en <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> para conseguir uno'
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Configuración de Akismet';
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Configuración de Akismet';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Configuración de Akismet',
'description'=>'Para muchas personas, <a href="http://akismet.com/">Akismet</a> reducirá en gran medida '
.'o incluso eliminar por completo el spam de comentarios y trackback que recibe en su sitio. '
.'Si aún no tiene una cuenta de WordPress.com, puede obtener una en '.
'<a href="http://wordpress.com/api-keys/">WordPress.com</a>.',
'apikey' => 'WordPress.com API Key',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/">¿Que es esto?</a>)',
'submit' => 'Guardar clave de API'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
1 => 'Clave de API guardada',
-1 => 'La clave de API no es válida'
);
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Configuración de Akismet',
'description' => 'Para muchas personas, <a href="https://akismet.com/" target="_blank">Akismet</a> reducirá en gran medida '
.'o incluso eliminar por completo el spam de comentarios y trackback que recibe en su sitio. '
.'Si aún no tiene una cuenta de WordPress.com, puede obtener una en '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a>.',
'apikey' => 'Akismet API Key',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">¿Que es esto?</a>)',
'submit' => 'Guardar clave de API'
);
$lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
1 => 'Clave de API guardada',
-1 => 'La clave de API no es válida'
);
?>

View File

@ -1,23 +1,24 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'Clef API non d&eacute;finie. Configurez le plugin afin de configurer la clef API. Enregistrez vous sur <a href="http://wordpress.com" target="_blank">Wordpress.com</a> pour en obtenir une. '
);
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'Clef API non d&eacute;finie. Configurez le plugin afin de configurer la clef API. Enregistrez vous sur <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> pour en obtenir une. '
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Configuration Akismet';
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Configuration Akismet';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Configuration Akismet',
'description'=>'La plupart du temps, <a href="http://akismet.com/" target="_blank">Akismet</a> va grandement '
.'ou compl&egrave;tement &eacute;liminer les commentaires ind&eacute;sirables sur votre blog. '
.'Si vous n\'avez pas de compte sur WordPress.com, vous pouvez vous en cr&eacute;er un sur '.
'<a href="http://wordpress.com/api-keys/" target="_blank">WordPress.com</a>.',
'apikey' => 'Clef API WordPress.com',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/" target="_blank">Qu\'est-ce que c\'est?</a>)',
'submit' => 'Sauvegarder'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
1 => 'Clef API sauvegard&eacute;e',
-1 => 'Clef API non valide'
);
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Configuration Akismet',
'description' => 'La plupart du temps, <a href="https://akismet.com/" target="_blank">Akismet</a> va grandement '
.'ou compl&egrave;tement &eacute;liminer les commentaires ind&eacute;sirables sur votre blog. '
.'Si vous n\'avez pas de compte sur WordPress.com, vous pouvez vous en cr&eacute;er un sur '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a>.',
'apikey' => 'Clef API akismet.com',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">Qu\'est-ce que c\'est?</a>)',
'submit' => 'Sauvegarder'
);
$lang ['admin'] ['plugin'] ['akismet']['msgs'] = array(
1 => 'Clef API sauvegard&eacute;e',
-1 => 'Clef API non valide'
);
?>

View File

@ -1,23 +1,24 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'API key not set. Open the plugin to set your API key. Register on <a href="http://wordpress.com">Wordpress.com</a> to get one'
);
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'API key not set. Open the plugin to set your API key. Register on <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> to get one'
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Akismetの設定';
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Akismetの設定';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Akismetの設定',
'description'=>'For many people, <a href="http://akismet.com/">Akismet</a> will greatly reduce '
.'or even completely eliminate the comment and trackback spam you get on your site. '
.'If you don\'t have a WordPress.com account yet, you can get one at '.
'<a href="http://wordpress.com/api-keys/">WordPress.com</a>.',
'apikey' => 'WordPress.com API Key',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/">What is this?</a>)',
'submit' => 'API keyを保存する'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
1 => 'API keyを保存しました',
-1 => 'API key is not valid'
);
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Akismetの設定',
'description' => 'For many people, <a href="https://akismet.com/" target="_blank">Akismet</a> will greatly reduce '
.'or even completely eliminate the comment and trackback spam you get on your site. '
.'If you don\'t have a WordPress.com account yet, you can get one at '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a>.',
'apikey' => 'Akismet API Key',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">What is this?</a>)',
'submit' => 'API keyを保存する'
);
$lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
1 => 'API keyを保存しました',
-1 => 'API key is not valid'
);
?>

View File

@ -1,23 +1,24 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'API-sleutel niet ingesteld. Open de plug-in om jouw API-sleutel in te stellen. Registreer op <a href="http://wordpress.com">Wordpress.com</a> om een te krijgen'
);
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'API-sleutel niet ingesteld. Open de plug-in om jouw API-sleutel in te stellen. Registreer op <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> om een te krijgen'
);
$lang['admin']['plugin']['submenu']['akismet'] = 'Akismet Configuratie';
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Akismet Configuratie';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Akismet Configuratie',
'description'=>'Voor veel mensen, <a href="http://akismet.com/">Akismet</a> zal sterk verminderen '
.'of zelfs compleet elimineren de opmerkingen en trackback spam die je krijgy op je site. '
.'Als je nog geen WordPress.com-account hebt, kun je er een krijgen op '.
'<a href="http://wordpress.com/api-keys/">WordPress.com</a>.',
'apikey' => 'WordPress.com API Key',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/">wat is dit?</a>)',
'submit' => 'Sla API key op'
);
$lang['admin']['plugin']['akismet']['msgs'] = array(
1 => 'API key opgeslagen',
-1 => 'API key is niet geldig'
);
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Akismet Configuratie',
'description' => 'Voor veel mensen, <a href="https://akismet.com/" target="_blank">Akismet</a> zal sterk verminderen '
.'of zelfs compleet elimineren de opmerkingen en trackback spam die je krijgy op je site. '
.'Als je nog geen WordPress.com-account hebt, kun je er een krijgen op '.
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a>.',
'apikey' => 'Akismet API Key',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">wat is dit?</a>)',
'submit' => 'Sla API key op'
);
$lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
1 => 'API key opgeslagen',
-1 => 'API key is niet geldig'
);
?>

View File

@ -1,20 +1,22 @@
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'API ključ ni nastavljen. Odpri vtičnik in nastavi svoj API ključ. Registriraj se na <a href="http://wordpress.com">Wordpress.com</a>, da ga pridobiš.'
);
$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'] ['submenu'] ['akismet'] = 'Nastavitve Akismet-a';
$lang['admin']['plugin']['akismet'] = array(
'head' => 'Nastavitve Akismet-a',
'description' => 'Za veliko ljudi bo <a href="http://akismet.com/">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="http://wordpress.com/api-keys/">WordPress.com</a>.',
'apikey' => 'WordPress.com API Ključ',
'whatis' => '(<a href="http://faq.wordpress.com/2005/10/19/api-key/">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'
);
$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'
);
?>

View File

@ -1,175 +1,176 @@
<?php
$lang ['admin'] ['entry'] ['submenu'] ['commentcenter'] = 'Centrum komentářů';
$lang ['admin'] ['entry'] ['commentcenter'] = array(
// Header of the panel
'title' => 'Centrum komentářů',
'desc1' => 'Tento panel umožňuje zpravovat komentáře k tvému blogu.',
'desc2' => 'Zde můžeš dělat několik věcí:',
$lang['admin']['entry']['submenu']['commentcenter']='Centrum komentářů';
$lang['admin']['entry']['commentcenter']=array(
# Header of the panel
'title'=>'Centrum komentářů',
'desc1'=>'Tento panel umožňuje zpravovat komentáře k tvému blogu.',
'desc2'=>'Zde můžeš dělat několik věcí:',
// Links
'lpolicies' => 'Nastavovat pravidla',
'lapprove' => 'Zobrazit blokované komentáře',
'lmanage' => 'Zpravovat komentáře',
'lconfig' => 'Nastavovat plugin',
'faq_spamcomments' => 'Získejte pomoc, jak se vypořádat s nevyžádanými komentáři',
# Links
'lpolicies'=>'Nastavovat pravidla',
'lapprove'=>'Zobrazit blokované komentáře',
'lmanage'=>'Zpravovat komentáře',
'lconfig'=>'Nastavovat plugin',
// Policies
'policies' => 'Pravidla',
'desc_pol' => 'Zde můžeš nastavovat pravidla ke komentářům.',
'select' => 'Označit',
'criteria' => 'Kritéria',
'behavoir' => 'Chování',
'options' => 'Možnosti',
'entry' => 'Záznam',
'entries' => 'Záznamy',
'categories' => 'Kategorie',
'nopolicies' => 'Zde nejsou žádná pravidla.',
'all_entries' => 'Všechny záznamy',
'fol_entries' => 'Pravidla se použijí na následující položky:',
'fol_cats' => 'Tyto pravidla se použijí na položky v následujících kategoriích:',
'older' => 'Tyto pravidla se použijí na položky starší než %d dní.',
'allow' => 'Povolit komentáře',
'block' => 'Blokovat komentáře',
'approvation' => 'Komentáře je třeba schválit',
'up' => 'Posunout nahoru',
'down' => 'Posunout dolů',
'edit' => 'Editovat',
'delete' => 'Smazat',
'newpol' => 'Přidat nové pravidlo',
'del_selected' => 'Smazat označená pravidla',
'select_all' => 'Označit vše',
'deselect_all' => 'Zrušit označení',
# Policies
'policies'=>'Pravidla',
'desc_pol'=>'Zde můžeš nastavovat pravidla ke komentářům.',
'select'=>'Označit',
'criteria'=>'Kritéria',
'behavoir'=>'Chování',
'options'=>'Možnosti',
'entry'=>'Záznam',
'entries'=>'Záznamy',
'categories'=>'Kategorie',
'nopolicies'=>'Zde nejsou žádná pravidla.',
'all_entries'=>'Všechny záznamy',
'fol_entries'=>'Pravidla se použijí na následující položky:',
'fol_cats'=>'Tyto pravidla se použijí na položky v následujících kategoriích:',
'older'=>'Tyto pravidla se použijí na položky starší než %d dní.',
'allow'=>'Povolit komentáře',
'block'=>'Blokovat komentáře',
'approvation'=>'Komentáře je třeba schválit',
'up'=>'Posunout nahoru',
'down'=>'Posunout dolů',
'edit'=>'Editovat',
'delete'=>'Smazat',
'newpol'=>'Přidat nové pravidlo',
'del_selected'=>'Smazat označená pravidla',
'select_all'=>'Označit vše',
'deselect_all'=>'Zrušit označení',
# Configuration page
'configure'=>'Nastavit plugin',
'desc_conf'=>'Zde můžete upravit možnosti pluginu.',
'log_all'=>'Logovat blokované komentáře',
'log_all_long'=>'Zaškrtněte, pokud chcete protokolovat také komentáře, které jsou blokovány.',
'email_alert'=>'Upozornit na komentáře e-mailem',
'email_alert_long'=>'Zaškrtněte, pokud chcete být informováni emailem o komentáři ke schválení.',
'akismet'=>'Akismet',
'akismet_use'=>'Povolit Akismet',
'akismet_key'=>'Akismet klíč',
'akismet_key_long'=>'Služba Akismet vám poskytne klíč. Vložte jej sem.',
'akismet_url'=>'URL blogu',
'akismet_url_long'=>'Pro bezplatný Akismet byste měli používat pouze doménu. '.
// Configuration page
'configure' => 'Nastavit plugin',
'desc_conf' => 'Zde můžete upravit možnosti pluginu.',
'log_all' => 'Logovat blokované komentáře',
'log_all_long' => 'Zaškrtněte, pokud chcete protokolovat také komentáře, které jsou blokovány.',
'email_alert' => 'Upozornit na komentáře e-mailem',
'email_alert_long' => 'Zaškrtněte, pokud chcete být informováni emailem o komentáři ke schválení.',
'akismet' => 'Akismet',
'akismet_use' => 'Povolit Akismet',
'akismet_use_long' => 'Pomocí <a href="https://akismet.com/">Akismet</a> můžete omezit spam v komentářích.',
'akismet_key' => 'Akismet klíč',
'akismet_key_long' => 'Služba <a href="https://akismet.com/signup/" target="_blank">Akismet</a> vám poskytne <a class="hint externlink" href="https://akismet.com/support/getting-started/api-key/" target="_blank">klíč</a>. Vložte jej sem.',
'akismet_url' => 'URL blogu',
'akismet_url_long' => 'Pro bezplatný Akismet byste měli používat pouze doménu. '.
'Toto pole můžete nechat prázdné, <code>%s</code> bude použito.',
'save_conf'=>'Uložit nastavení',
'save_conf' => 'Uložit nastavení',
# Edit policy page
'apply_to'=>'Aplikovat',
'editpol'=>'Editovat pravidla',
'createpol'=>'Vytvořit pravidla',
'some_entries'=>'Nějaké záznamy',
'properties'=>'Záznam s určitými vlastnostmi',
'se_desc'=>'Když vyberete %s, vložte prosím záznamy, které chcete použít pro toto pravidlo.',
'se_fill'=>'Vyplňte pole s identifikací záznamu (<code>entryYYMMDD-HHMMSS</code>).',
'po_title'=>'Vlastnosti',
'po_desc'=>'Když vyberete %s, vyplňte prosím vlastnosti.',
'po_comp'=>'Pole nejsou povinná, ale musíte vyplnit alespoň jedno pravidlo, '.
// Edit policy page
'apply_to' => 'Aplikovat',
'editpol' => 'Editovat pravidla',
'createpol' => 'Vytvořit pravidla',
'some_entries' => 'Nějaké záznamy',
'properties' => 'Záznam s určitými vlastnostmi',
'se_desc' => 'Když vyberete %s, vložte prosím záznamy, které chcete použít pro toto pravidlo.',
'se_fill' => 'Vyplňte pole s <a href="admin.php?p=entry">identifikací</a> záznamu (<code>entryYYMMDD-HHMMSS</code>).',
'po_title' => 'Vlastnosti',
'po_desc' => 'Když vyberete %s, vyplňte prosím vlastnosti.',
'po_comp' => 'Pole nejsou povinná, ale musíte vyplnit alespoň jedno pravidlo, '.
'které bude použito na všechny záznamy.',
'po_time'=>'Nastavení času',
'po_older'=>'Použito pro záznamy starší než ',
'days'=>'dní.',
'save_policy'=>'Uložit pravidla',
'po_time' => 'Nastavení času',
'po_older' => 'Použito pro záznamy starší než ',
'days' => 'dní.',
'save_policy' => 'Uložit pravidla',
# Delete policies page
'del_policies'=>'Smazat pravidla',
'del_descs'=>'Chystáte se smazat toto pravidlo: ',
'del_descm'=>'Chystáte se smazat tyto pravidla: ',
'sure'=>'Jste si jistý?',
'del_subs'=>'Ano, prosím smažte jej',
'del_subm'=>'Ano, prosím smažte je',
'del_cancel'=>'Ne, vrátit se zpět na panel',
// Delete policies page
'del_policies' => 'Smazat pravidla',
'del_descs' => 'Chystáte se smazat toto pravidlo: ',
'del_descm' => 'Chystáte se smazat tyto pravidla: ',
'sure' => 'Jste si jistý?',
'del_subs' => 'Ano, prosím smažte jej',
'del_subm' => 'Ano, prosím smažte je',
'del_cancel' => 'Ne, vrátit se zpět na panel',
# Approve comments page
'app_title'=>'Schválit komentáře',
'app_desc'=>'Zde můžete schválit komentáře.',
'app_date'=>'Datum',
'app_content'=>'Kommentář',
'app_author'=>'Autor',
'app_email'=>'Email',
'app_ip'=>'IP',
'app_actions'=>'Akce',
'app_publish'=>'Publikovat',
'app_delete'=>'Smazat',
'app_nocomms'=>'Zde není žádný komentář.',
'app_pselected'=>'Publikovat označené komentáře',
'app_dselected'=>'Vyjmout označené komentáře',
'app_other'=>'Ostatní komentáře',
'app_akismet'=>'Označit jako spam',
'app_spamdesc'=>'Tyto komentáře zablokoval Akismet.',
'app_hamsubmit'=>'Informovat Akismet pokud je zveřejníte.',
'app_pubnotham'=>'Publikujte je, ale nepředávejte je Akismet',
// Approve comments page
'app_title' => 'Schválit komentáře',
'app_desc' => 'Zde můžete schválit komentáře.',
'app_date' => 'Datum',
'app_content' => 'Kommentář',
'app_author' => 'Autor',
'app_email' => 'Email',
'app_ip' => 'IP',
'app_actions' => 'Akce',
'app_publish' => 'Publikovat',
'app_delete' => 'Smazat',
'app_nocomms' => 'Zde není žádný komentář.',
'app_pselected' => 'Publikovat označené komentáře',
'app_dselected' => 'Vyjmout označené komentáře',
'app_other' => 'Ostatní komentáře',
'app_akismet' => 'Označit jako spam',
'app_spamdesc' => 'Tyto komentáře zablokoval Akismet.',
'app_hamsubmit' => 'Informovat Akismet pokud je zveřejníte.',
'app_pubnotham' => 'Publikujte je, ale nepředávejte je Akismet',
# Delete comments page
'delc_title'=>'Smazat komentáře',
'delc_descs'=>'Chystáte se smazat tento komentář: ',
'delc_descm'=>'Chystáte se smazat tyto komentáře: ',
// Delete comments page
'delc_title' => 'Smazat komentáře',
'delc_descs' => 'Chystáte se smazat tento komentář: ',
'delc_descm' => 'Chystáte se smazat tyto komentáře: ',
# Manage comments page
'man_searcht'=>'Najít záznam',
'man_searchd'=>'Vložte id záznamu, u kterého chcete editovat komentáře.',
'man_search'=>'Najít',
'man_commfor'=>'Komentáře k %s',
'man_spam'=>'Odeslat jako spam do Akismet',
// Manage comments page
'man_searcht' => 'Najít záznam',
'man_searchd' => 'Vložte <a href="admin.php?p=entry">ID</a> (<code>entryYYMMDD-HHMMSS</code>) záznamu, u kterého chcete editovat komentáře.',
'man_search' => 'Najít',
'man_commfor' => 'Komentáře k %s',
'man_spam' => 'Odeslat jako spam do Akismet',
# The simple edit
'simple_pre'=>'Komentář k tomuto záznamu ',
'simple_1'=>'je povolen.',
'simple_0'=>'vyžaduje váš souhlas.',
'simple_-1'=>'je blokován.',
'simple_manage'=>'Spravovat komentáře k tomuto záznamu.',
'simple_edit'=>'Editovat pravidla',
// The simple edit
'simple_pre' => 'Komentář k tomuto záznamu ',
'simple_1' => 'je povolen.',
'simple_0' => 'vyžaduje váš souhlas.',
'simple_-1' => 'je blokován.',
'simple_manage' => 'Spravovat komentáře k tomuto záznamu.',
'simple_edit' => 'Editovat pravidla',
# Akismet warnings
'akismet_errors'=>array(
-1=>'Akismet klíč je prázdný. Prosím vložte jej.',
-2=>'Nemůžeme se spojit s Akismet serverem.',
-3=>'Odpověď od Akismet nepřišla.',
-4=>'Akismet klíč je špatný.',
// Akismet warnings
'akismet_errors' => array(
-1 => 'Akismet klíč je prázdný. Prosím vložte jej.',
-2 => 'Nemůžeme se spojit s Akismet serverem.',
-3 => 'Odpověď od Akismet nepřišla.',
-4 => 'Akismet klíč je špatný.',
),
# Messages
'msgs'=>array(
1=>'Nastavení uloženo.',
-1=>'Při pokusu o uložení nastavení došlo k chybě.',
// Messages
'msgs' => array(
1 => 'Nastavení uloženo.',
-1 => 'Při pokusu o uložení nastavení došlo k chybě.',
2=>'Pravidla uložena.',
-2=>'Při pokusu o uložení pravidel došlo k chybě (možná je špatné nastavení).',
2 => 'Pravidla uložena.',
-2 => 'Při pokusu o uložení pravidel došlo k chybě (možná je špatné nastavení).',
3=>'Pravidla přesunuta.',
-3=>'Při pokusu o přesun pravidel došlo k chybě (nebo nemůže být přesunuto).',
3 => 'Pravidla přesunuta.',
-3 => 'Při pokusu o přesun pravidel došlo k chybě (nebo nemůže být přesunuto).',
4=>'Pravidla vyjmuta.',
-4=>'Při pokusu o vyjmutí pravidel došlo k chybě (nebo není vybráno žádné pravidlo).',
4 => 'Pravidla vyjmuta.',
-4 => 'Při pokusu o vyjmutí pravidel došlo k chybě (nebo není vybráno žádné pravidlo).',
5=>'Komentář zveřejněn.',
-5=>'Při pokusu o zveřejnění komentáře došlo k chybě.',
5 => 'Komentář zveřejněn.',
-5 => 'Při pokusu o zveřejnění komentáře došlo k chybě.',
6=>'Komentář vyjmut.',
-6=>'Při pokusu o vyjmutí komentáře došlo k chybě. (nebo není vybrán žádný komentář).',
6 => 'Komentář vyjmut.',
-6 => 'Při pokusu o vyjmutí komentáře došlo k chybě. (nebo není vybrán žádný komentář).',
7=>'Komentář odeslán.',
-7=>'Při pokusu o odeslání komentáře došlo k chybě.',
7 => 'Komentář odeslán.',
-7 => 'Při pokusu o odeslání komentáře došlo k chybě.',
),
# Errors
'errors'=>array(
'pol_nonex'=>'Pravidlo které chcete upravit, neexistuje.',
'entry_nf'=>'Záznam který jste vybral neexistuje.',
// Errors
'errors' => array(
'pol_nonex' => 'Pravidlo které chcete upravit, neexistuje.',
'entry_nf' => 'Záznam který jste vybral neexistuje.',
),
);
$lang['plugin']['commentcenter']=array(
'akismet_error'=>'Je nám líto, ale máme technické potíže.',
'lock'=>'Komentáře k tomuto zýznamu jsou blokovány.',
'approvation'=>'Komentář byl uložen, ale správce jej musí před zobrazením schválit.',
$lang ['plugin'] ['commentcenter'] = array(
'akismet_error' => 'Je nám líto, ale máme technické potíže.',
'lock' => 'Komentáře k tomuto zýznamu jsou blokovány.',
'approvation' => 'Komentář byl uložen, ale správce jej musí před zobrazením schválit.',
# Mail for comments
'mail_subj'=>'Nový komentář ke schválení %s',
// Mail for comments
'mail_subj' => 'Nový komentář ke schválení %s',
);
$lang['plugin']['commentcenter']['mail_text']=<<<MAIL
$lang ['plugin'] ['commentcenter'] ['mail_text']=<<<MAIL
Vážený %toname%,
"%fromname%" %frommail% právě přidal komentář k záznamu s názvem "%entrytitle%"

View File

@ -11,6 +11,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'lapprove' => 'Vis blokerede kommentarer',
'lmanage' => 'Administrer kommentarer',
'lconfig' => 'Konfigurer plugin\'et',
'faq_spamcomments' => 'Få hjælp til at håndtere spamkommentarer',
// Policies
'policies' => 'Retningslinjer',
@ -48,8 +49,9 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'email_alert_long' => 'Hvis du skal kontrollere en kommentar for godkendelse, kan du ' . 'blive informeret via e-mail.',
'akismet' => 'Akismet',
'akismet_use' => 'Kontrol af kommentarer med Akismet',
'akismet_use_long' => 'Med <a href="https://akismet.com/">Akismet</a> kan du reducere spam i kommentarer.',
'akismet_key' => 'Akismet-nøgle',
'akismet_key_long' => 'Akismet-tjenesten giver dig en nøgle. Indsæt den her.',
'akismet_key_long' => 'Tjenesten <a href="https://akismet.com/signup/" target="_blank">Akismet</a> giver dig en <a class="hint externlink" href="https://akismet.com/support/getting-started/api-key/" target="_blank">nøgle</a>. Indsæt den her.',
'akismet_url' => 'Blog-URL til Akismet',
'akismet_url_long' => 'Du bør kun bruge ét domæne til den gratis Akismet-tjeneste. ' . 'Du kan lade dette felt stå tomt. <code>%s</code> vil så blive brugt.',
'save_conf' => 'Gem indstillinger',
@ -61,7 +63,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'some_entries' => 'Visse poster',
'properties' => 'Indgang med visse egenskaber',
'se_desc' => 'Hvis du har valgt %s, bedes du indsætte de poster, du ønsker at anvende på denne police.',
'se_fill' => 'Udfyld venligst felterne med posternes ID (<code>entryYYMMDD-HHMMSS</code>).',
'se_fill' => 'Udfyld venligst felterne med posternes <a href="admin.php?p=entry">ID</a> (<code>entryYYMMDD-HHMMSS</code>).',
'po_title' => 'Ejendomme',
'po_desc' => 'Hvis du har valgt %s -indstillingen, skal du udfylde egenskaberne.',
'po_comp' => 'Felterne er ikke obligatoriske, men du skal udfylde mindst ét, ellers vil politikken ' . ' vil gælde for alle indtastninger.',
@ -106,7 +108,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
// Manage comments page
'man_searcht' => 'Søg efter en post',
'man_searchd' => 'Indsæt ID\'et for den post, hvis kommentarer du vil administrere.',
'man_searchd' => 'Indsæt <a href="admin.php?p=entry">ID</a>\'et (<code>entryYYMMDD-HHMMSS</code>) for den post, hvis kommentarer du vil administrere.',
'man_search' => 'Søgning',
'man_commfor' => 'Bemærkninger til %s',
'man_spam' => 'Rapporter som spam til Akismet',

View File

@ -11,6 +11,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'lapprove' => 'Blockierte Kommentare anzeigen',
'lmanage' => 'Kommentare verwalten',
'lconfig' => 'Konfigurieren des Plugins',
'faq_spamcomments' => 'Hilfe zum Umgang mit Spam-Kommentaren erhalten',
// Policies
'policies' => 'Richtlinien',
@ -48,8 +49,9 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'email_alert_long' => 'Wenn du einen Kommentar zum Genehmigen prüfen sollst, kannst du ' . 'über E-Mail informiert werden.',
'akismet' => 'Akismet',
'akismet_use' => 'Kommentar-Prüfung mit Akismet',
'akismet_use_long' => 'Mit <a href="https://akismet.com/">Akismet</a> kann man Spam in Kommentaren reduzieren.',
'akismet_key' => 'Akismet-Schlüssel',
'akismet_key_long' => 'Der Akismet-Dienst stellt dir einen Schlüssel zur Verfügung. Füge diesen hier ein.',
'akismet_key_long' => 'Der <a href="https://akismet.com/signup/" target="_blank">Akismet-Dienst</a> stellt dir einen <a class="hint externlink" href="https://akismet.com/support/getting-started/api-key/" target="_blank">Schlüssel</a> zur Verfügung. Füge diesen hier ein.',
'akismet_url' => 'Blog-URL für Akismet',
'akismet_url_long' => 'Für den kostenlosen Service von Akismet solltest du nur eine Domain verwenden. ' . 'Du kannst dieses Feld leer lassen. Es wird dann <code>%s</code> verwendet.',
'save_conf' => 'Einstellungen speichern',
@ -61,7 +63,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'some_entries' => 'Bestimmte Einträge',
'properties' => 'Eintrag mit bestimmten Eigenschaften',
'se_desc' => 'Wenn du die Option %s ausgewählt habst, füge bitte Einträge ein, die du auf diese Richtlinie anwenden möchtest.',
'se_fill' => 'Bitte fülle die Felder mit der ID der Einträge aus (<code>entryYYMMDD-HHMMSS</code>).',
'se_fill' => 'Bitte fülle die Felder mit der <a href="admin.php?p=entry">ID</a> der Einträge aus (<code>entryYYMMDD-HHMMSS</code>).',
'po_title' => 'Eigenschaften',
'po_desc' => 'Wenn du die Option %s ausgewählt hast, fülle bitte die Eigenschaften aus.',
'po_comp' => 'Die Felder sind nicht obligatorisch, aber du musst mindestens eines ausfüllen oder die Richtlinie ' . 'wird auf alle Einträge gelten.',
@ -106,7 +108,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
// Manage comments page
'man_searcht' => 'Einen Eintrag suchen',
'man_searchd' => 'Füge die ID des Eintrags ein, dessen Kommentare du verwalten möchten.',
'man_searchd' => 'Füge die <a href="admin.php?p=entry">ID</a> (<code>entryYYMMDD-HHMMSS</code>) des Eintrags ein, dessen Kommentare du verwalten möchten.',
'man_search' => 'Suche',
'man_commfor' => 'Bemerkungen für %s',
'man_spam' => 'Als Spam an Akismet melden',
@ -133,19 +135,19 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
-1 => 'Beim Speichern der Konfiguration ist ein Fehler aufgetreten.',
2 => 'Richtlinie gespeichert.',
-2 => 'Beim Speichern der Richtlinie ist ein Fehler aufgetreten (vielleicht sind Ihre Einstellungen falsch).',
-2 => 'Beim Speichern der Richtlinie ist ein Fehler aufgetreten (vielleicht sind deine Einstellungen falsch).',
3 => 'Richtlinie verschoben.',
-3 => 'Beim Versuch, die Richtlinie zu verschieben, ist ein Fehler aufgetreten (oder sie kann nicht verschoben werden).',
4 => 'Richtlinie (n) entfernt.',
-4 => 'Beim Versuch, die Richtlinie (n) zu entfernen, ist ein Fehler aufgetreten (oder Sie haben keine Richtlinie ausgewählt).',
-4 => 'Beim Versuch, die Richtlinie (n) zu entfernen, ist ein Fehler aufgetreten (oder du hast keine Richtlinie ausgewählt).',
5 => 'Kommentar (e) veröffentlicht.',
-5 => 'Beim Versuch, die Kommentare zu veröffentlichen, ist ein Fehler aufgetreten.',
6 => 'Kommentar (e) entfernt.',
-6 => 'Beim Versuch, die Kommentare zu entfernen, ist ein Fehler aufgetreten (oder Sie haben keinen Kommentar ausgewählt).',
-6 => 'Beim Versuch, die Kommentare zu entfernen, ist ein Fehler aufgetreten (oder du hast keinen Kommentar ausgewählt).',
7 => 'Kommentar eingereicht.',
-7 => 'Beim Absenden des Kommentars ist ein Fehler aufgetreten.'

View File

@ -11,6 +11,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'lapprove' => 'Show blocked comments',
'lmanage' => 'Manage comments',
'lconfig' => 'Configure the plugin',
'faq_spamcomments' => 'Get help dealing with spam comments',
// Policies
'policies' => 'Policies',
@ -48,8 +49,9 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'email_alert_long' => 'Check it if you want that when there is a comment to approve you want to be ' . 'informed via email.',
'akismet' => 'Akismet',
'akismet_use' => 'Enable Akismet check',
'akismet_use_long' => 'With <a href="https://akismet.com/">Akismet</a> you can reduce spam in comments.',
'akismet_key' => 'Akismet Key',
'akismet_key_long' => 'The Akismet service provide you a key to use it. Insert here.',
'akismet_key_long' => 'The <a href="https://akismet.com/signup/" target="_blank">Akismet service</a> provides you with a <a class="hint externlink" href="https://akismet.com/support/getting-started/api-key/" target="_blank">key</a>. Insert it here.',
'akismet_url' => 'Blog base URL for Akismet',
'akismet_url_long' => 'I think for Akismet free service you should use just a domain. ' . 'You can leave blank this field, <code>%s</code> will be used.',
'save_conf' => 'Save Configuration',
@ -61,7 +63,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'some_entries' => 'Some Entries',
'properties' => 'Entry with certain properties',
'se_desc' => 'If you selected the %s option, please insert entries you want to apply to this policy.',
'se_fill' => 'Please fill the fields with the id of the entries (<code>entryYYMMDD-HHMMSS</code>).',
'se_fill' => 'Please fill the fields with the <a href="admin.php?p=entry">ID</a> of the entries (<code>entryYYMMDD-HHMMSS</code>).',
'po_title' => 'Properties',
'po_desc' => 'If you selected the %s option, please fill the properties.',
'po_comp' => 'The fields aren\'t compulsory but you must fill at least one or the policy ' . 'will apply on all entries.',
@ -106,7 +108,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
// Manage comments page
'man_searcht' => 'Search an entry',
'man_searchd' => 'Insert the id of the entry whose you want to manage comments.',
'man_searchd' => 'Insert the <a href="admin.php?p=entry">ID</a> (<code>entryYYMMDD-HHMMSS</code>) of the entry whose you want to manage comments.',
'man_search' => 'Search',
'man_commfor' => 'Comments for %s',
'man_spam' => 'Submit as spam to Akismet',

View File

@ -11,6 +11,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'lapprove' => 'Elencare i commenti bloccati',
'lmanage' => 'Gestire i commenti',
'lconfig' => 'Configurare il plugin',
'faq_spamcomments' => 'Ottenere assistenza su come gestire i commenti di spam',
// Policies
'policies' => 'Regole',
@ -48,8 +49,9 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'email_alert_long' => 'Selezionala se vuoi essere informato via email quando c\'è un nuovo commento ' . 'da approvare.',
'akismet' => 'Akismet',
'akismet_use' => 'Abilita il controllo di Akismet',
'akismet_use_long' => 'Con <a href="https://akismet.com/">Akismet</a> è possibile ridurre lo spam nei commenti.',
'akismet_key' => 'Chiave di Akismet',
'akismet_key_long' => 'Per usare Akismet ti viene fornita una chiave. Inseriscila qui.',
'akismet_key_long' => 'Il servizio <a href="https://akismet.com/signup/" target="_blank">Akismet</a> fornisce una <a class="hint externlink" href="https://akismet.com/support/getting-started/api-key/" target="_blank">chiave</a>. Inseritela qui.',
'akismet_url' => 'Indirizzo di base per Akismet',
'akismet_url_long' => 'Penso che per il servizio gratuito di Akismet si possa usare un solo indirizzo. ' . 'Puoi anche lasciare vuoto questo campo, al suo posto si utilizzerà <code>%s</code>.',
'save_conf' => 'Salva configurazione',
@ -61,7 +63,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'some_entries' => 'Alcuni articoli',
'properties' => 'Articoli con precise caratteristiche',
'se_desc' => 'Se hai selezionato l\'opzione %s, per favore inserisci gli articoli ai quali la vuoi applicare.',
'se_fill' => 'Per favore riempi i campi con gli id degli articoli (<code>entryYYMMDD-HHMMSS</code>).',
'se_fill' => 'Per favore riempi i campi con gli <a href="admin.php?p=entry">ID</a> degli articoli (<code>entryYYMMDD-HHMMSS</code>).',
'po_title' => 'Caratteristiche',
'po_desc' => 'Se hai selezionato l\'opzione %s, per favore seleziona le caratteristiche.',
'po_comp' => 'I campi non sono obbligatori ma ne devi selezionare almeno uno, altrimenti la regola ' . 'sarà applicata a tutti gli articoli.',
@ -106,7 +108,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
// Manage comments page
'man_searcht' => 'Cerca un articolo',
'man_searchd' => 'Inserisci l\'id dell\'articolo di cui vuoi gestire i commenti.',
'man_searchd' => 'Inserisci l\'<a href="admin.php?p=entry">ID</a> (<code>entryYYMMDD-HHMMSS</code>) dell\'articolo di cui vuoi gestire i commenti.',
'man_search' => 'Cerca',
'man_commfor' => 'Commenti di %s',
'man_spam' => 'Segnala come spam ad Akismet',

View File

@ -11,6 +11,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'lapprove' => 'Geblokkeerde opmerkingen weergeven',
'lmanage' => 'Opmerkingen beheren',
'lconfig' => 'De plug-in configureren',
'faq_spamcomments' => 'Krijg hulp bij het omgaan met spamcommentaren',
// Beleid
'policies' => 'Beleid',
@ -48,8 +49,9 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'email_alert_long' => 'Controleer het als u wilt dat wanneer er een opmerking is om goed te keuren, je ' . 'geïnformeerd wordt via e-mail.',
'akismet' => 'Akismet',
'akismet_use' => 'Akismet-controle inschakelen',
'akismet_use_long' => 'Met <a href="https://akismet.com/">Akismet</a> kun je spam in reacties verminderen.',
'akismet_key' => 'Akismet Key',
'akismet_key_long' => 'De Akismet-service biedt u een sleutel om deze te gebruiken. Voeg hier in.',
'akismet_key_long' => 'De <a href="https://akismet.com/signup/" target="_blank">Akismet-service</a> geeft je een <a class="hint externlink" href="https://akismet.com/support/getting-started/api-key/" target="_blank">sleutel</a>. Voeg deze hier in.',
'akismet_url' => 'Url van blogbasis voor Akismet',
'akismet_url_long' => 'Ik denk dat je voor Akismet gratis service gewoon een domein moet gebruiken. ' . 'U kunt dit veld leeg laten, <code>%s</code> wordt gebruikt.',
'save_conf' => 'Bewaar Configuratie',
@ -61,7 +63,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'some_entries' => 'Sommige vermeldingen',
'properties' => 'Binnenkomen met bepaalde eigenschappen',
'se_desc' => 'Als u de %s optie heeft geselecteerd, voeg dan vermeldingen in die u op dit beleid wilt toepassen.',
'se_fill' => 'Vul de velden in met het ID van de vermeldingen (<code>entryYYMMDD-HHMMSS</code>).',
'se_fill' => 'Vul de velden in met het <a href="admin.php?p=entry">ID</a> van de vermeldingen (<code>entryYYMMDD-HHMMSS</code>).',
'po_title' => 'eigenschappen',
'po_desc' => 'Als u de optie %s heeft geselecteerd, vul dan de eigenschappen in.',
'po_comp' => 'De velden zijn niet verplicht, maar u moet minstens één van de beleidsregels invullen ' . 'is van toepassing op alle vermeldingen.',
@ -106,7 +108,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
// Beheer commentaar pagina
'man_searcht' => 'Zoek een vermelding',
'man_searchd' => 'Voer de id in van het item waarvan je commentaren wilt beheren.',
'man_searchd' => 'Voer de <a href="admin.php?p=entry">ID</a> (<code>entryYYMMDD-HHMMSS</code>) in van het item waarvan je commentaren wilt beheren.',
'man_search' => 'Zoek',
'man_commfor' => 'Commentaar voor %s',
'man_spam' => 'Dien als spam in bij Akismet',

View File

@ -11,6 +11,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'lapprove' => 'Mostrar comentários bloqueados',
'lmanage' => 'Gerenciar comentários',
'lconfig' => 'Configurar o plugin',
'faq_spamcomments' => 'Obtenha ajuda sobre como lidar com comentários de spam',
// Policies
'policies' => 'Políticas',
@ -48,8 +49,9 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'email_alert_long' => 'Marque para ser informado via email quando houver um comentário para aprovar',
'akismet' => 'Akismet',
'akismet_use' => 'Ativar verificação do Akismet',
'akismet_use_long' => 'Com o <a href="https://akismet.com/">Akismet</a>, você pode reduzir o spam nos comentários.',
'akismet_key' => 'Akismet Key',
'akismet_key_long' => 'O serviço Akismet fornece uma chave para usá-lo. Insira aqui',
'akismet_key_long' => 'O serviço <a href="https://akismet.com/signup/" target="_blank">Akismet</a> fornece a você uma <a class="hint externlink" href="https://akismet.com/support/getting-started/api-key/" target="_blank">chave</a>. Insira-a aqui.',
'akismet_url' => 'URL base do blog para o Akismet',
'akismet_url_long' => 'Acho que para o serviço gratuito Akismet você deve usar apenas um domínio. Você pode deixar este campo em branco, <code>%s</code> será usado',
'save_conf' => 'Salvar configuração',
@ -61,7 +63,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
'some_entries' => 'Algumas entradas',
'properties' => 'Entrada com certas propriedades',
'se_desc' => 'Se você selecionou a opção %s, insira as entradas que deseja aplicar a esta política',
'se_fill' => 'Por favor, preencha os campos com o id das entradas (<code>entryYYMMDD-HHMMSS</code>)',
'se_fill' => 'Por favor, preencha os campos com o <a href="admin.php?p=entry">ID</a> das entradas (<code>entryYYMMDD-HHMMSS</code>)',
'po_title' => 'Propriedades',
'po_desc' => 'Se você selecionou a opção %s, preencha as propriedades',
'po_comp' => 'Os campos não são obrigatórios, mas você deve preencher pelo menos um ou a política será aplicada em todas as entradas',
@ -106,7 +108,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array(
// Manage comments page
'man_searcht' => 'Pesquisar uma entrada',
'man_searchd' => 'Insira o id da entrada cujos comentários você deseja gerenciar',
'man_searchd' => 'Insira o <a href="admin.php?p=entry">ID</a> (<code>entryYYMMDD-HHMMSS</code>) da entrada cujos comentários você deseja gerenciar',
'man_search' => 'Procurar',
'man_commfor' => 'Comentários para %s',
'man_spam' => 'Enviar como spam para Akismet',

View File

@ -3,8 +3,8 @@
* Admin area phrases for Comment Center plugin
*/
$lang['admin']['entry']['submenu']['commentcenter'] = 'Center za komentarje';
$lang['admin']['entry']['commentcenter'] = array(
$lang ['admin'] ['entry'] ['submenu'] ['commentcenter'] = 'Center za komentarje';
$lang ['admin'] ['entry'] ['commentcenter'] = array(
'title' => 'Center za komentarje',
'desc1' => 'Ta plošča vam omogoča upravljanje komentarjev na vašem blogu.',
'desc2' => 'Tukaj lahko izvedete več stvari:',
@ -13,6 +13,7 @@ $lang['admin']['entry']['commentcenter'] = array(
'lapprove' => 'Prikaži blokirane komentarje',
'lmanage' => 'Upravljanje komentarjev',
'lconfig' => 'Nastavi vtičnik',
'faq_spamcomments' => 'Pridobite pomoč, kako ravnati s spam komentarji',
'policies' => 'Pravila',
'desc_pol' => 'Tu lahko uredite pravila komentarjev.',
@ -48,8 +49,9 @@ $lang['admin']['entry']['commentcenter'] = array(
'email_alert_long' => 'Označite to možnost, če želite biti obveščeni preko e-pošte, ko je potrebno odobriti komentar.',
'akismet' => 'Akismet',
'akismet_use' => 'Omogoči preverjanje z Akismet',
'akismet_use_long' => 'S <a href="https://akismet.com/">Akismetom</a> lahko zmanjšate količino neželene pošte v komentarjih.',
'akismet_key' => 'Ključ Akismet',
'akismet_key_long' => 'Storitev Akismet vam zagotovi ključ za uporabo. Vnesite ga tukaj.',
'akismet_key_long' => 'Storitev <a href="https://akismet.com/signup/" target="_blank">Akismet</a> vam zagotavlja <a class="hint externlink" href="https://akismet.com/support/getting-started/api-key/" target="_blank">ključ</a>. Vstavite ga tukaj.',
'akismet_url' => 'Osnovni URL bloga za Akismet',
'akismet_url_long' => 'Za brezplačno storitev Akismet verjetno potrebujete samo domeno. ' . 'To polje lahko pustite prazno, uporabil se bo <code>%s</code>.',
'save_conf' => 'Shrani nastavitve',
@ -60,7 +62,7 @@ $lang['admin']['entry']['commentcenter'] = array(
'some_entries' => 'Nekateri vnosi',
'properties' => 'Vnosi s specifičnimi lastnostmi',
'se_desc' => 'Če ste izbrali možnost %s, prosim, vnesite vnose, za katere želite uporabiti to pravilo.',
'se_fill' => 'Prosimo, izpolnite polja z ID-jem vnosov (<code>entryYYMMDD-HHMMSS</code>).',
'se_fill' => 'Prosimo, izpolnite polja z <a href="admin.php?p=entry">ID</a>-jem vnosov (<code>entryYYMMDD-HHMMSS</code>).',
'po_title' => 'Lastnosti',
'po_desc' => 'Če ste izbrali možnost %s, prosim, izpolnite lastnosti.',
'po_comp' => 'Polja niso obvezna, vendar morate izpolniti vsaj eno, sicer se bo pravilo uporabilo za vse vnose.',
@ -101,7 +103,7 @@ $lang['admin']['entry']['commentcenter'] = array(
'delc_descm' => 'Izbrisali boste te komentarje: ',
'man_searcht' => 'Išči vnos',
'man_searchd' => 'Vnesite ID vnosa, ki ga želite upravljati komentarje.',
'man_searchd' => 'Vnesite ID (<code>entryYYMMDD-HHMMSS</code>) vnosa, ki ga želite upravljati komentarje.',
'man_search' => 'Išči',
'man_commfor' => 'Komentarji za %s',
'man_spam' => 'Označi kot spam za Akismet',
@ -149,7 +151,7 @@ $lang['admin']['entry']['commentcenter'] = array(
)
);
$lang['plugin']['commentcenter'] = array(
$lang['plugin'] ['commentcenter'] = array(
'akismet_error' => 'Opravičujemo se, prihaja do tehničnih težav.',
'lock' => 'Komentarji za ta vnos so blokirani, žal.',
'approvation' => 'Komentar je bil shranjen, vendar ga mora administrator odobriti, preden se prikaže.',
@ -157,7 +159,7 @@ $lang['plugin']['commentcenter'] = array(
'mail_subj' => 'Nov komentar za odobritev na %s'
);
$lang['plugin']['commentcenter']['mail_text'] = 'Spoštovani %toname%,
$lang['plugin'] ['commentcenter'] ['mail_text'] = 'Spoštovani %toname%,
"%fromname%" %frommail% je pravkar objavil komentar na vnos z naslovom "%entrytitle%"
vendar ga je potrebno odobriti, preden se prikaže na strani.

View File

@ -24,7 +24,8 @@
<dl class="option-set">
<dt><label for="akismet_check">{$plang.akismet_use}</label></dt>
<dd>
<input type="checkbox" name="akismet_check" id="akismet_check"{if isset($pl_conf.akismet_check) and $pl_conf.akismet_check} checked="checked"{/if} />
<input type="checkbox" name="akismet_check" id="akismet_check"{if isset($pl_conf.akismet_check) and $pl_conf.akismet_check} checked="checked"{/if} /><br />
{$plang.akismet_use_long}
</dd>
<dt class="akismet_opts"><label for="akismet_key">{$plang.akismet_key}</label></dt>
<dd class="akismet_opts">

View File

@ -6,6 +6,7 @@
<li><a href="{$action_url|cmd_link:approve_list:1}" title="{$plang.lapprove}">{$plang.lapprove}</a></li>
<li><a href="{$action_url|cmd_link:manage:'search'}" title="{$plang.lmanage}">{$plang.lmanage}</a></li>
<li><a href="{$action_url|cmd_link:configure:1}" title="{$plang.lconfig}">{$plang.lconfig}</a></li>
<li><a class="hint externlink" href="https://wiki.flatpress.org/doc:techfaq#comments" target="_blank">{$plang.faq_spamcomments}</a></li>
</ul>
{include file='shared:errorlist.tpl'}