AddToAny Share Buttons - Version 0.9.9.5.6

Version Description

Download this release

Release Info

Developer micropat
Plugin Icon 128x128 AddToAny Share Buttons
Version 0.9.9.5.6
Comparing to
See all releases

Code changes from version 0.9.9.5.5 to 0.9.9.5.6

README.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: micropat
3
  Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, icon, icons, wpmu, addtoany, add, any
4
  Requires at least: 2.0
5
  Tested up to: 3.0
6
- Stable tag: 0.9.9.5.5
7
 
8
  Help readers share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious and many more.
9
 
@@ -169,6 +169,10 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
169
 
170
  == Changelog ==
171
 
 
 
 
 
172
  = .9.9.5.5 =
173
  * Fix notices when in debug mode
174
  * Replaced extend functions with associative arrays
3
  Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, icon, icons, wpmu, addtoany, add, any
4
  Requires at least: 2.0
5
  Tested up to: 3.0
6
+ Stable tag: 0.9.9.5.6
7
 
8
  Help readers share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious and many more.
9
 
169
 
170
  == Changelog ==
171
 
172
+ = .9.9.5.6 =
173
+ * Fix PHP warnings when there are no arguments from functions ADDTOANY_SHARE_SAVE_BUTTON or ADDTOANY_SHARE_SAVE_ICONS
174
+ * Italian translation update (by <a href="http://gidibao.net/">Gianni</a>)
175
+
176
  = .9.9.5.5 =
177
  * Fix notices when in debug mode
178
  * Replaced extend functions with associative arrays
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: AddToAny: Share/Bookmark/Email Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Help readers share, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
- Version: .9.9.5.5
7
  Author: AddToAny
8
  Author URI: http://www.addtoany.com/
9
  */
@@ -71,7 +71,7 @@ function ADDTOANY_SHARE_SAVE_KIT( $args = false ) {
71
  echo $kit_html;
72
  }
73
 
74
- function ADDTOANY_SHARE_SAVE_ICONS( $args = false ) {
75
  // $args array: output_later, html_container_open, html_container_close, html_wrap_open, html_wrap_close, linkname, linkurl
76
 
77
  $args = array_merge($args, A2A_SHARE_SAVE_link_vars($args['linkname'], $args['linkurl']));; // linkname_enc, etc.
@@ -134,7 +134,7 @@ function ADDTOANY_SHARE_SAVE_ICONS( $args = false ) {
134
  echo $ind_html;
135
  }
136
 
137
- function ADDTOANY_SHARE_SAVE_BUTTON( $args = false ) {
138
 
139
  // $args array = output_later, html_container_open, html_container_close, html_wrap_open, html_wrap_close, linkname, linkurl
140
 
@@ -767,20 +767,20 @@ function A2A_SHARE_SAVE_options_page() {
767
  <?php _e('Use CSS stylesheet', 'add-to-any'); ?> <strong>**</strong>
768
  </label>
769
  </p>
770
- <!--<p>
771
  <label for="A2A_SHARE_SAVE_cache">
772
  <input name="A2A_SHARE_SAVE_cache" id="A2A_SHARE_SAVE_cache"
773
  type="checkbox"<?php if(get_option('A2A_SHARE_SAVE_cache')=='1') echo ' checked="checked"'; ?> value="1"/>
774
  <?php _e('Cache AddToAny locally with daily cache updates', 'add-to-any'); ?> <strong>***</strong>
775
  </label>
776
- </p>-->
777
  <div class="setting-description">
778
  <strong>**</strong> <?php _e("If unchecked, be sure to place the CSS in your theme's stylesheet:", "add-to-any"); ?> <span id="addtoany_show_css_code" class="button-secondary">&#187;</span>
779
  <p id="addtoany_css_code">
780
  <textarea class="code" style="width:98%;font-size:12px" rows="12" cols="50"><?php A2A_SHARE_SAVE_button_css(TRUE) ?></textarea>
781
  </p>
782
  <br/>
783
- <!--<strong>***</strong> <?php _e("Only consider for high-traffic sites. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory.", "add-to-any"); ?>-->
784
  </div>
785
  </fieldset></td>
786
  </tr>
3
  Plugin Name: AddToAny: Share/Bookmark/Email Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Help readers share, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: .9.9.5.6
7
  Author: AddToAny
8
  Author URI: http://www.addtoany.com/
9
  */
71
  echo $kit_html;
72
  }
73
 
74
+ function ADDTOANY_SHARE_SAVE_ICONS( $args = array() ) {
75
  // $args array: output_later, html_container_open, html_container_close, html_wrap_open, html_wrap_close, linkname, linkurl
76
 
77
  $args = array_merge($args, A2A_SHARE_SAVE_link_vars($args['linkname'], $args['linkurl']));; // linkname_enc, etc.
134
  echo $ind_html;
135
  }
136
 
137
+ function ADDTOANY_SHARE_SAVE_BUTTON( $args = array() ) {
138
 
139
  // $args array = output_later, html_container_open, html_container_close, html_wrap_open, html_wrap_close, linkname, linkurl
140
 
767
  <?php _e('Use CSS stylesheet', 'add-to-any'); ?> <strong>**</strong>
768
  </label>
769
  </p>
770
+ <p>
771
  <label for="A2A_SHARE_SAVE_cache">
772
  <input name="A2A_SHARE_SAVE_cache" id="A2A_SHARE_SAVE_cache"
773
  type="checkbox"<?php if(get_option('A2A_SHARE_SAVE_cache')=='1') echo ' checked="checked"'; ?> value="1"/>
774
  <?php _e('Cache AddToAny locally with daily cache updates', 'add-to-any'); ?> <strong>***</strong>
775
  </label>
776
+ </p>
777
  <div class="setting-description">
778
  <strong>**</strong> <?php _e("If unchecked, be sure to place the CSS in your theme's stylesheet:", "add-to-any"); ?> <span id="addtoany_show_css_code" class="button-secondary">&#187;</span>
779
  <p id="addtoany_css_code">
780
  <textarea class="code" style="width:98%;font-size:12px" rows="12" cols="50"><?php A2A_SHARE_SAVE_button_css(TRUE) ?></textarea>
781
  </p>
782
  <br/>
783
+ <strong>***</strong> <?php _e("Only consider for high-traffic sites. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory.", "add-to-any"); ?>
784
  </div>
785
  </fieldset></td>
786
  </tr>
languages/add-to-any-ar.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any-be.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: Marcis Gasuns <by.marcis@gmail.com>\n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: Marcis Gasuns <by.marcis@gmail.com>\n"
languages/add-to-any-ca.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: <robert.buj@gmail.com>\n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: <robert.buj@gmail.com>\n"
languages/add-to-any-da_DK.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Add to Any Share/Save/Bookmark .9.8.9.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
2
  msgstr ""
3
  "Project-Id-Version: Add to Any Share/Save/Bookmark .9.8.9.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
languages/add-to-any-de.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any-es_ES.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any-fr_FR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any-it_IT.mo CHANGED
Binary file
languages/add-to-any-it_IT.po CHANGED
@@ -2,10 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
- "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -90,7 +90,7 @@ msgstr "Il tuo tema deve essere aggiornato. Per apportare le modifiche necessari
90
  #: add-to-any.php:466
91
  #, php-format
92
  msgid "Unable to create directory %s. Is its parent directory writable by the server?"
93
- msgstr ""
94
 
95
  #: add-to-any.php:540
96
  #: add-to-any.php:613
@@ -216,25 +216,24 @@ msgid "<strong>Note</strong>: If you're adding new code, be careful not to accid
216
  msgstr "<strong>Nota</strong>: qualora stessi aggiungendo un nnuovo codice, fai attenzione a non sovrascrivere accidentalmente ogni codice precedente.</label>"
217
 
218
  #: add-to-any.php:761
219
- #, fuzzy
220
  msgid "Advanced Options"
221
- msgstr "Opzioni aggiuntive"
222
 
223
  #: add-to-any.php:767
224
  msgid "Use CSS stylesheet"
225
- msgstr ""
226
 
227
  #: add-to-any.php:774
228
  msgid "Cache AddToAny locally with daily cache updates"
229
- msgstr ""
230
 
231
  #: add-to-any.php:778
232
  msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
233
- msgstr ""
234
 
235
  #: add-to-any.php:783
236
  msgid "Only consider for high-traffic sites. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
237
- msgstr ""
238
 
239
  #: add-to-any.php:790
240
  msgid "Save Changes"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
+ "Language-Team: Gianni Diurno | gidibao.net <gidibao[at]gmail[dot]com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
90
  #: add-to-any.php:466
91
  #, php-format
92
  msgid "Unable to create directory %s. Is its parent directory writable by the server?"
93
+ msgstr "Impossibile creare la cartella %s. La sua cartella madre é scrivibile dal server?"
94
 
95
  #: add-to-any.php:540
96
  #: add-to-any.php:613
216
  msgstr "<strong>Nota</strong>: qualora stessi aggiungendo un nnuovo codice, fai attenzione a non sovrascrivere accidentalmente ogni codice precedente.</label>"
217
 
218
  #: add-to-any.php:761
 
219
  msgid "Advanced Options"
220
+ msgstr "Opzioni avanzate"
221
 
222
  #: add-to-any.php:767
223
  msgid "Use CSS stylesheet"
224
+ msgstr "Usa foglio di stile CSS"
225
 
226
  #: add-to-any.php:774
227
  msgid "Cache AddToAny locally with daily cache updates"
228
+ msgstr "Effettua localmente con aggiornamenti quotidiani la cache di AddToAny"
229
 
230
  #: add-to-any.php:778
231
  msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
232
+ msgstr "Se non selezionato, aggiungi al foglio di stile del tuo tema il seguente CSS:"
233
 
234
  #: add-to-any.php:783
235
  msgid "Only consider for high-traffic sites. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
236
+ msgstr "Funzione risevata ai siti con traffico elevato. Accertati di impostare a far future cache/expires headers i file immagine nella tua cartella <code>uploads/addtoany</code>."
237
 
238
  #: add-to-any.php:790
239
  msgid "Save Changes"
languages/add-to-any-ja.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any-pt_BR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any-pt_PT.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any-ro_RO.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any-ru_RU.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any-sq_AL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any ne shqip\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: Romeo Shuka | http://www.romeolab.com/ <webmaster@romeolab.com>\n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any ne shqip\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: Romeo Shuka | http://www.romeolab.com/ <webmaster@romeolab.com>\n"
languages/add-to-any-zh_CN.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
languages/add-to-any.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-15 13:49-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-06-16 12:08-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
  "Language-Team: \n"