diff --git a/languages/code-snippets.pot b/languages/code-snippets.pot
index 840f5b00..45abe56b 100644
--- a/languages/code-snippets.pot
+++ b/languages/code-snippets.pot
@@ -2,17 +2,15 @@
# This file is distributed under the same license as the Code Snippets package.
msgid ""
msgstr ""
-"Project-Id-Version: Code Snippets 1.6\n"
+"Project-Id-Version: Code Snippets 1.6.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/code-snippets\n"
-"POT-Creation-Date: 2012-12-22 06:18:18+00:00\n"
+"POT-Creation-Date: 2012-12-29 09:12:37+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2012-12-22 05:20+10\n"
+"PO-Revision-Date: 2012-12-29 08:14+11\n"
"Last-Translator: Shea Bunge <?php
and ?"
-">
tags."
+msgid "Enter or paste the snippet code without the <?php
and ?>
tags."
msgstr ""
-#: includes/admin/single.php:70 includes/class-list-table.php:156
+#: includes/admin/single.php:69 includes/class-list-table.php:156
msgid "Description"
msgstr ""
-#: includes/admin/single.php:71
+#: includes/admin/single.php:70
msgid "(Optional)"
msgstr ""
-#: includes/admin/single.php:87
+#: includes/admin/single.php:86
msgid "Save"
msgstr ""
-#: includes/admin/single.php:88
+#: includes/admin/single.php:87
msgid "Cancel"
msgstr ""
@@ -272,9 +262,7 @@ msgid "Clear List"
msgstr ""
#: includes/class-list-table.php:304
-msgid ""
-"You do not appear to have any snippets available at this time. Add New→"
+msgid "You do not appear to have any snippets available at this time. Add New→"
msgstr ""
#: includes/help/import.php:5 includes/help/manage.php:5
@@ -283,12 +271,7 @@ msgid "Overview"
msgstr ""
#: includes/help/import.php:7
-msgid ""
-"Snippets are similar to plugins - they both extend and expand the "
-"functionality of WordPress. Snippets are more light-weight, just a few lines "
-"of code, and do not put as much load on your server. Here you can load "
-"snippets from a Code Snippets (.xml) import file into the database with your "
-"existing snippets."
+msgid "Snippets are similar to plugins - they both extend and expand the functionality of WordPress. Snippets are more light-weight, just a few lines of code, and do not put as much load on your server. Here you can load snippets from a Code Snippets (.xml) import file into the database with your existing snippets."
msgstr ""
#: includes/help/import.php:12
@@ -296,17 +279,11 @@ msgid "Importing"
msgstr ""
#: includes/help/import.php:14
-msgid ""
-"You can load your snippets from a Code Snippets (.xml) import file using "
-"this page."
+msgid "You can load your snippets from a Code Snippets (.xml) import file using this page."
msgstr ""
#: includes/help/import.php:15
-msgid ""
-"Snippets will be added to the database along with your existing snippets. "
-"Regardless of whether the snippets were active on the previous site, "
-"imported snippets are always inactive until activated using the Manage Snippets page.
define"
-"('CODE_SNIPPETS_SAFE_MODE', true);
to your wp-config.php
"
-"file. After you have deactivated the offending snippet, you can turn off "
-"safe mode by removing this line or replacing true with "
-"false."
+msgid "If something goes wrong with a snippet and you can't use WordPress, you can cause all snippets to stop executing by adding define('CODE_SNIPPETS_SAFE_MODE', true);
to your wp-config.php
file. After you have deactivated the offending snippet, you can turn off safe mode by removing this line or replacing true with false."
msgstr ""
#: includes/help/manage.php:20
@@ -379,33 +334,19 @@ msgid "Uninstall"
msgstr ""
#: includes/help/manage.php:22
-msgid ""
-"When you delete Code Snippets through the Plugins menu in WordPress it will "
-"clear up the %1$s
table and a few other bits of data stored in "
-"the database. If you want to keep this data (ie: you are only temporally "
-"uninstalling Code Snippets) then remove the %2$s
folder using "
-"FTP."
+msgid "When you delete Code Snippets through the Plugins menu in WordPress it will clear up the %1$s
table and a few other bits of data stored in the database. If you want to keep this data (ie: you are only temporally uninstalling Code Snippets) then remove the %2$s
folder using FTP."
msgstr ""
#: includes/help/manage.php:23
-msgid ""
-"Even if you're sure that you don't want to use Code Snippets ever again on "
-"this WordPress installation, you may want to use the export feature to back "
-"up your snippets."
+msgid "Even if you're sure that you don't want to use Code Snippets ever again on this WordPress installation, you may want to use the export feature to back up your snippets."
msgstr ""
#: includes/help/manage.php:28
-msgid ""
-"WordPress Extend"
+msgid "WordPress Extend"
msgstr ""
#: includes/help/single.php:7
-msgid ""
-"Snippets are similar to plugins - they both extend and expand the "
-"functionality of WordPress. Snippets are more light-weight, just a few lines "
-"of code, and do not put as much load on your server. Here you can add a new "
-"snippet, or edit an existing one."
+msgid "Snippets are similar to plugins - they both extend and expand the functionality of WordPress. Snippets are more light-weight, just a few lines of code, and do not put as much load on your server. Here you can add a new snippet, or edit an existing one."
msgstr ""
#: includes/help/single.php:11
@@ -414,24 +355,17 @@ msgstr ""
#: includes/help/single.php:13
msgid ""
-"Here are some links to websites which host a large number of snippets that "
-"you can add to your site.\r\n"
-"\t\t<?php
, <?
"
-"or ?>
the beginning and end of the code. You can however use "
-"these tags in the code to stop and start PHP sections"
+msgid "Make sure that you don't add the <?php
, <?
or ?>
the beginning and end of the code. You can however use these tags in the code to stop and start PHP sections"
msgstr ""
#: includes/help/single.php:28
-msgid ""
-"Please be sure to check that your snippet is valid PHP code and will not "
-"produce errors before adding it through this page. While doing so will not "
-"become active straight away, it will help to minimise the chance of a faulty "
-"snippet becoming active on your site."
+msgid "Please be sure to check that your snippet is valid PHP code and will not produce errors before adding it through this page. While doing so will not become active straight away, it will help to minimise the chance of a faulty snippet becoming active on your site."
+msgstr ""
+#. Plugin Name of the plugin/theme
+msgid "Code Snippets"
msgstr ""
#. Plugin URI of the plugin/theme
@@ -465,9 +392,7 @@ msgid "http://code-snippets.bungeshea.com"
msgstr ""
#. Description of the plugin/theme
-msgid ""
-"An easy, clean and simple way to add code snippets to your site. No need to "
-"edit to your theme's functions.php file again!"
+msgid "An easy, clean and simple way to add code snippets to your site. No need to edit to your theme's functions.php file again!"
msgstr ""
#. Author of the plugin/theme