Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Disable Comments for WordPress
## Disable Comments for WordPress

This is the development respository for the [Disable Comments](http://wordpress.org/extend/plugins/disable-comments/) WordPress plugin. Send pull requests here, download the latest stable version there!
[WordPress.org](http://wordpress.org/extend/plugins/disable-comments/) |
[GitHub-Repository](https://github.com/hybridauth/WordPress-Social-Login) |
[Issue-Tracker](https://github.com/hybridauth/WordPress-Social-Login/issues)

### This is the development respository for the [Disable Comments](http://wordpress.org/extend/plugins/disable-comments/) WordPress plugin. Send pull requests here, download the latest stable version there!

### WordPress
* Requires at least: 3.2
* Tested up to: 3.5.1

### Languages
* English
* German

* Help to translate at [https://translate.foe-services.de/projects/disable-comments](https://translate.foe-services.de/projects/disable-comments)

### License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)

### Contributations are always welcome
2 changes: 1 addition & 1 deletion disable-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function settings_page() {
<p class="indent"><?php _e( 'Disabling comments will also disable trackbacks and pingbacks. All comment-related fields will also be hidden from the edit/quick-edit screens of the affected posts. These settings cannot be overridden for individual posts.', 'disable-comments') ?></p>
</li>
</ul>
<h3>Other options</h3>
<h3><?php _e( 'Other options', 'disable-comments') ?></h3>
<ul>
<li><label for="permanent"><input type="checkbox" name="permanent" id="permanent" <?php checked( $this->options['permanent'] );?>> <strong><?php _e( 'Use persistent mode', 'disable-comments') ?></strong></label><p class="indent"><?php printf( __( '%s: <strong>This will make persistent changes to your database &mdash; comments will remain closed even if you later disable the plugin!</strong> You should not use it if you only want to disable comments temporarily. Please <a href="%s" target="_blank">read and understand the FAQ</a> before selecting this option.', 'disable-comments'), '<strong style="color: #900">' . __('Warning', 'disable-comments') . '</strong>', 'http://wordpress.org/extend/plugins/disable-comments/faq/' ); ?></p>
<?php if( $this->networkactive ) echo '<p class="indent">' . sprintf( __( '%s: Entering persistent mode on large multi-site networks requires a large number of database queries and can take a while. Use with caution!', 'disable-comments'), '<strong>' . __('Warning', 'disable-comments') . '</strong>' ) . '</p>';?>
Expand Down
Binary file modified languages/disable-comments-de_DE.mo
Binary file not shown.
50 changes: 26 additions & 24 deletions languages/disable-comments-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the Disable Comments package.
msgid ""
msgstr ""
"PO-Revision-Date: 2013-02-21 15:41:07+0000\n"
"PO-Revision-Date: 2013-02-25 10:59:58+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -12,24 +12,35 @@ msgstr ""
"Language-Team: Translate.foe-services.de <translate@foe-services.de>\n"
"Language: German\n"

#: disable-comments.php:288
msgid "%s: <strong>This will make persistent changes to your database &mdash; comments will remain closed even if you later disable the plugin!</strong> You should not use it if you only want to disable comments temporarily. Please <a href=\"http://wordpress.org/extend/plugins/disable-comments/faq/\" target=\"_blank\">read and understand the FAQ</a> before selecting this option."
msgstr "%s: <strong>Dies wird permanente Änderungen an der Datenbank bewirken &mdash; Kommentare bleiben geschlossen, auch wenn das Plugin später deaktiviert wird!</strong> Nutze diese Funktion nicht, wenn du die Kommentare vorübergehend deaktivieren willst. Bitte <a href=\"http://wordpress.org/extend/plugins/disable-comments/faq/\" target=\"_blank\">lies und verstehe die FAQs (EN)</a> bevor du diese Option wählst."
#: disable-comments.php:287
msgid "Other options"
msgstr "Weitere Optionen"

#: disable-comments.php:38
msgid "Disable Comments requires WordPress version %s or greater."
msgstr "Kommentare deaktivieren benötigt WordPress Version %s oder höher."

#: disable-comments.php:169
msgid "Note: The <em>Disable Comments</em> plugin is currently active, and comments are completely disabled on: %s. Many of the settings below will not be applicable for those post types."
msgstr "Anmerkung: Das <em>Kommentar deaktivieren</em>-Plugin ist aktiv und Kommentare sind für %s deaktiviert. Viele der Einstellungen unten lassen sich dadurch auf diesen Inhaltstyp nicht anwenden."

#: disable-comments.php:277
msgid "%s: This option is global and will affect your entire site. Use it only if you want to disable comments <em>everywhere</em>. A complete description of what this option does is <a href=\"%s\" target=\"_blank\">available here</a>."
msgstr "%s: Diese Option ist global und beeinflusst die gesamte Seite. Nutze diese nur, wenn du Kommentare <em>überall</em> deaktivieren willst. Eine ausführliche Beschreibung dieser Option ist <a href=\"%s\" target=\"_blank\">hier verfügbar (EN)</a>."

#: disable-comments.php:289
msgid "%s: <strong>This will make persistent changes to your database &mdash; comments will remain closed even if you later disable the plugin!</strong> You should not use it if you only want to disable comments temporarily. Please <a href=\"%s\" target=\"_blank\">read and understand the FAQ</a> before selecting this option."
msgstr "%s: <strong>Dies wird permanente Änderungen an der Datenbank bewirken &mdash; Kommentare bleiben geschlossen, auch wenn das Plugin später deaktiviert wird!</strong> Nutze diese Funktion nicht, wenn du die Kommentare vorübergehend deaktivieren willst. Bitte <a href=\"%s\" target=\"_blank\">lies und verstehe die FAQs (EN)</a> bevor du diese Option wählst."

#: disable-comments.php:5
msgid "Allows administrators to globally disable comments on their site. Comments can be disabled according to post type."
msgstr "Ermöglicht es Administratoren Kommentare global auf der Seite zu deaktivieren. Kommentare können auch für bestimmte Inhaltstyp deaktiviert werden."

#: disable-comments.php:276
msgid "Disable all comment-related controls and settings in WordPress."
msgstr "Deaktiviere alle Kommentar-bezogenen Kontrollen und Einstellungen in WordPress."

#: disable-comments.php:277
msgid "%s: This option is global and will affect your entire site. Use it only if you want to disable comments <em>everywhere</em>. A complete description of what this option does is <a href=\"http://wordpress.org/extend/plugins/disable-comments/other_notes/\" target=\"_blank\">available here</a>."
msgstr "%s: Diese Option ist global und beeinflusst die gesamte Seite. Nutze diese nur, wenn du Kommentare <em>überall</em> deaktivieren willst. Eine ausführliche Beschreibung dieser Option ist <a href=\"http://wordpress.org/extend/plugins/disable-comments/other_notes/\" target=\"_blank\">hier verfügbar (EN)</a>."

#: disable-comments.php:277 disable-comments.php:288 disable-comments.php:289
#: disable-comments.php:312
#: disable-comments.php:277 disable-comments.php:289 disable-comments.php:290
#: disable-comments.php:313
msgid "Warning"
msgstr "Achtung"

Expand All @@ -41,31 +52,22 @@ msgstr "Für bestimmte Inhaltstypen"
msgid "Disabling comments will also disable trackbacks and pingbacks. All comment-related fields will also be hidden from the edit/quick-edit screens of the affected posts. These settings cannot be overridden for individual posts."
msgstr "Das Deaktivieren von Kommentaren deaktiviert auch Trackbacks und Pingbacks. Alle Kommentar-bezogenen Felder werden außerdem auf den Bearbeiten/QuickEdit-Seiten der Beiträge ausgeblendet. Diese Einstellungen können nicht für einzelne Beiträge überschrieben werden."

#: disable-comments.php:288
#: disable-comments.php:289
msgid "Use persistent mode"
msgstr "Persistent-Mode nutzen"

#: disable-comments.php:289
#: disable-comments.php:290
msgid "%s: Entering persistent mode on large multi-site networks requires a large number of database queries and can take a while. Use with caution!"
msgstr "%s: Persistent-Mode auf großen Multi-Site Netzwerken zu aktivieren hat eine große Anzahl von Datenbankzugriffen zur Folge und kann einige Zeit in Anspruch nehmen. Bitte mit Vorsicht nutzen!"

#: disable-comments.php:312
#: disable-comments.php:313
msgid "%s: Selecting this option will make persistent changes to your database. Are you sure you want to enable it?"
msgstr "%s: Die Wahl dieser Option hat permanente Änderungen in der Datenbank zur Folge. Bist du sicher, dass du sie aktivieren willst?"

#: disable-comments.php:39
msgid "Disable Comments requires WordPress version 3.2 or greater."
msgstr "Kommentare deaktivieren benötigt WordPress Version 3.2 oder neuer."

#: disable-comments.php:170
msgid "The <em>Disable Comments</em> plugin is currently active, and comments are completely disabled on: %s. Many of the settings below will not be applicable for those post types."
msgstr "Das <em>Kommentar deaktivieren</em>-Plugin ist aktiv und Kommentare sind für %s deaktiviert. Viele der Einstellungen unten lassen sich dadurch auf diesen Inhaltstyp nicht anwenden."

#: disable-comments.php:184
#: disable-comments.php:183
msgid "The <em>Disable Comments</em> plugin is active, but isn't configured to do anything yet. Visit the <a href=\"%s\">configuration page</a> to choose which post types to disable comments on."
msgstr "Das <em>Kommentare deaktivieren</em>-Plugin ist aktiv aber noch nicht konfiguriert. Rufe die <a href=\"%s\">Einstellungsseite</a> um auszuwählen für welche Inhaltstypen Kommentare deaktiviert werden sollen."

#: disable-comments.php:227 disable-comments.php:229
msgid "Disable Comments"
msgstr "Kommentare deaktivieren"

Expand Down
24 changes: 5 additions & 19 deletions languages/disable-comments.pot
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ msgstr ""
msgid "Note: The <em>Disable Comments</em> plugin is currently active, and comments are completely disabled on: %s. Many of the settings below will not be applicable for those post types."
msgstr ""

#: disable-comments.php:169
msgid ", "
msgstr ""

#: disable-comments.php:183
msgid "The <em>Disable Comments</em> plugin is active, but isn't configured to do anything yet. Visit the <a href=\"%s\">configuration page</a> to choose which post types to disable comments on."
msgstr ""
Expand Down Expand Up @@ -73,6 +69,10 @@ msgstr ""
msgid "Disabling comments will also disable trackbacks and pingbacks. All comment-related fields will also be hidden from the edit/quick-edit screens of the affected posts. These settings cannot be overridden for individual posts."
msgstr ""

#: disable-comments.php:287
msgid "Other options"
msgstr ""

#: disable-comments.php:289
msgid "Use persistent mode"
msgstr ""
Expand All @@ -85,29 +85,15 @@ msgstr ""
msgid "%s: Entering persistent mode on large multi-site networks requires a large number of database queries and can take a while. Use with caution!"
msgstr ""

#: disable-comments.php:293
msgid "Save Changes"
msgstr ""

#: disable-comments.php:313
msgid "%s: Selecting this option will make persistent changes to your database. Are you sure you want to enable it?"
msgstr ""

#. Plugin Name of the plugin/theme
msgid "Disable Comments"
msgstr ""

#. Plugin URI of the plugin/theme
msgid "http://wordpress.org/extend/plugins/disable-comments/"
msgstr ""

#. Description of the plugin/theme
msgid "Allows administrators to globally disable comments on their site. Comments can be disabled according to post type."
msgstr ""

#. Author of the plugin/theme
msgid "Samir Shah"
msgstr ""

#. Author URI of the plugin/theme
msgid "http://rayofsolaris.net/"
msgstr ""