Plugin Directory

Changeset 504559


Ignore:
Timestamp:
02/13/2012 11:55:18 PM (14 years ago)
Author:
macguru2000
Message:

CataBlog release 1.4.2

Location:
catablog/trunk
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • catablog/trunk/catablog.php

    r501312 r504559  
    44Plugin URI: http://catablog.illproductions.com/
    55Description: CataBlog is a comprehensive and effortless tool that helps you create, organize and share catalogs, stores, galleries and portfolios on your blog.
    6 Version: 1.4.1
     6Version: 1.4.2
    77Author: Zachary Segal
    88Author URI: http://catablog.illproductions.com/about/
     
    192192// Remote post on deactivation
    193193function catablog_deactivate() {
    194     $body_array = array('action'=>'deactivate', 'site-url'=>site_url(), 'version'=>'1.4.1');
    195     $post_action = wp_remote_post('http://catablog.illproductions.com/tracker.php', array('body'=>$body_array));
     194    // do nothing
    196195}
    197196register_deactivation_hook( __FILE__, 'catablog_deactivate' );
  • catablog/trunk/css/catablog-admin.css

    r495415 r504559  
    1 body {
    2 /*  min-width: 900px !important;*/
    3 }
    4 
     1/*
     2 * CataBlog Admin StyleSheet
     3 */
    54
    65.error {
     
    668667
    669668
    670 /*
    671 form#catablog-import-export fieldset div.controls {
    672     float: left;
    673     width: 280px;
    674    
    675 }
    676 form#catablog-import-export fieldset div.advice {
    677     margin: 0 0 0 300px;
    678     border-left: 1px #e3e3e3 solid;
    679     padding: 0 0 0 20px;
    680 }
    681 */
    682 
    683 
    684 
    685 
    686 
    687 
    688669
    689670
     
    699680}
    700681
    701 
    702 
    703 
    704 
    705 /*
    706 
    707 form#catablog-view {}
    708 form#catablog-view #catablog-view-menu {
    709     display: block;
    710     margin: 0 0 10px 0;
    711     padding: 3px;
    712     margin: 0 0 10px 0;
    713     width: 100%;
    714 }
    715 */
    716682
    717683
  • catablog/trunk/css/catablog.css

    r501312 r504559  
    11/*
    2  * CataBlog StyleSheet, version 1.4.1
     2 * CataBlog StyleSheet
    33 */
    44
  • catablog/trunk/js/catablog-admin.js

    r492787 r504559  
    7171
    7272function possibly_disable_save_button() {
    73     if (jQuery('small.error:visible').size() == 0) {
     73    if (jQuery('.error:not(.hidden)').size() == 0) {
    7474        jQuery('#save_changes').attr('disabled', false);
    7575        jQuery('#save_changes').attr('class', 'button-primary');
  • catablog/trunk/lib/CataBlog.class.php

    r501312 r504559  
    55 * This file contains the core class for the CataBlog WordPress Plugin.
    66 * @author Zachary Segal <zac@illproductions.com>
    7  * @version 1.4.1
     7 * @version 1.4.2
    88 * @package catablog
    99 */
     
    1919   
    2020    // plugin version number and blog url
    21     private $version     = "1.4.1";
     21    private $version     = "1.4.2";
    2222    private $blog_url    = 'http://catablog.illproductions.com/';
    2323    private $debug       = false;
     
    677677                }
    678678               
     679                // make sure public post and tax slugs are not the same
     680                if ($post_vars['public_post_slug'] == $post_vars['public_tax_slug']) {
     681                    $this->wp_error(__('Form Validation Error. Please make sure that the individual and category public page slugs are not identical.', 'catablog'));
     682                }
    679683               
    680684                // flush the rewrite rules for public option updates
     
    23502354           
    23512355            if ($this->install_user_templates() === false) {
    2352                 $this->wp_error(__('The CataBlog Templates Directory cannot be written. ', "catablog") . __(' Please check your server file permissions and apache configuration.', "catablog"));
     2356                $this->wp_error(__('The CataBlog Templates Directory cannot be written. ', "catablog") . __('Please check your server file permissions and apache configuration.', "catablog"));
    23532357                return false;
    23542358            }
     
    25512555        if (version_compare($this->options['version'], '1.3.2', '<')) {
    25522556            if ($this->upgrade_user_templates() === false) {
    2553                 $this->wp_error(__('The New CataBlog Templates cannot be written. ', "catablog") . __(' Please check your server file permissions and apache configuration.', "catablog"));
     2557                $this->wp_error(__('The New CataBlog Templates cannot be written. ', "catablog") . __('Please check your server file permissions and apache configuration.', "catablog"));
    25542558                return false;
    25552559            }
  • catablog/trunk/lib/CataBlogItem.class.php

    r501312 r504559  
    55 * This file contains the class for each CataBlog Item that is fetched from the database.
    66 * @author Zachary Segal <zac@illproductions.com>
    7  * @version 1.4.1
     7 * @version 1.4.2
    88 * @package catablog
    99 */
     
    402402        $params['menu_order']   = $this->order;
    403403        $params['post_date']    = $this->date;
     404        $params['post_status']  = 'publish';
    404405       
    405406        if ($this->id > 0) {
  • catablog/trunk/lib/CataBlogWidget.class.php

    r501312 r504559  
    55 * This file contains the widget classes for the CataBlog WordPress Plugin.
    66 * @author Zachary Segal <zac@illproductions.com>
    7  * @version 1.4.1
     7 * @version 1.4.2
    88 * @package catablog
    99 */
  • catablog/trunk/localization/catablog-de_DE.po

    r498885 r504559  
    55"Project-Id-Version: CataBlog 1.2.5\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2012-02-01 18:15-0800\n"
    8 "PO-Revision-Date: 2012-02-01 18:15-0800\n"
     7"POT-Creation-Date: 2012-02-13 14:58-0800\n"
     8"PO-Revision-Date: 2012-02-13 14:58-0800\n"
    99"Last-Translator: Zachary Segal <zac@illproductions.com>\n"
    1010"Language-Team: illProductions <zac@illproductions.com>\n"
     
    1818"X-Poedit-SearchPath-0: ./..\n"
    1919
    20 #: ../catablog.php:115
    21 #: ../lib/CataBlogWidget.class.php:314
     20#: ../catablog.php:108
     21#, fuzzy
     22msgid "CataBlog Error:"
     23msgstr "CataBlog-Eintrag"
     24
     25#: ../catablog.php:110
     26#, php-format
     27msgid "CataBlog Categories require you to enable the %sCataBlog Public Option%s."
     28msgstr ""
     29
     30#: ../catablog.php:127
    2231#, fuzzy
    2332msgid "Select Category"
    2433msgstr "Wähle eine Farbe"
    2534
    26 #: ../catablog.php:141
     35#: ../catablog.php:169
    2736msgid "<strong>CataBlog</strong> requires <strong>PHP 5</strong> or better running on your web server. You're version of PHP is to old, please contact your hosting company or IT department for an upgrade. Thanks."
    2837msgstr "<strong>CataBlog</strong> benötigt mindestens <strong>PHP 5</strong>. Die eingesetzte PHP-Version ist zu alt. Bitte kontaktiere Hosting-Anbieter oder IT-Abteilung für ein Upgrade. Danke."
    2938
    30 #: ../catablog.php:146
     39#: ../catablog.php:174
    3140msgid "<strong>CataBlog</strong> requires that the <strong>GD Library</strong> be installed on your web server's version of PHP. Please contact your hosting company or IT department for more information. Thanks."
    3241msgstr "<strong>CataBlog</strong> benötigt <strong>GD Library</strong>. Bitte kontaktiere Hosting-Anbieter oder IT-Abteilung für weitere Informationen. Danke."
    3342
    34 #: ../catablog.php:151
     43#: ../catablog.php:179
    3544msgid "<strong>CataBlog</strong> requires <strong>WordPress 3.1</strong> or above. Please upgrade WordPress or contact your system administrator about upgrading."
    3645msgstr "<strong>CataBlog</strong> benötigt mindestens <strong>WordPress 3.1</strong>. Bitte aktualisiere WordPress oder wende dich an den Administrator für ein Upgrade."
    3746
    38 #: ../catablog.php:157
     47#: ../catablog.php:185
    3948msgid "<strong>CataBlog</strong> could not detect your upload directory or it is not writable by PHP. Please make sure Apache and PHP have write permission for the configured uploads folder. Contact your hosting company or IT department for more information. Thanks."
    4049msgstr "<strong>CataBlog</ strong> konnte das Upload-Verzeichnis nicht finden. Bitte überprüfe, ob Apache und PHP über Schreibrechte im Upload-Verzeichnis verfügen. Bitte kontaktiere Hosting-Anbieter oder IT-Abteilung für weitere Informationen. Danke."
     
    154163msgstr "Ansicht"
    155164
    156 #: ../lib/CataBlog.class.php:685
     165#: ../lib/CataBlog.class.php:681
     166#, fuzzy
     167msgid "Form Validation Error. Please make sure that the individual and category public page slugs are not identical."
     168msgstr "Eingabefehler. Bitte lade die Seite neu und versuche es erneut."
     169
     170#: ../lib/CataBlog.class.php:689
    157171msgid "CataBlog Options Saved"
    158172msgstr "CataBlog-Einstellungen gespeichert"
    159173
    160 #: ../lib/CataBlog.class.php:738
     174#: ../lib/CataBlog.class.php:742
    161175msgid "Please Let The Rendering Below Complete Before Navigating Away From This Page"
    162176msgstr "Bitte warte bis die Bildverarbeitung abgeschlossen ist, bevor du diese Seite verlässt."
    163177
    164 #: ../lib/CataBlog.class.php:756
    165 #: ../lib/CataBlog.class.php:803
    166 #: ../lib/CataBlog.class.php:806
     178#: ../lib/CataBlog.class.php:760
     179#: ../lib/CataBlog.class.php:807
     180#: ../lib/CataBlog.class.php:810
    167181msgid "Form Validation Error. Please reload the page and try again."
    168182msgstr "Eingabefehler. Bitte lade die Seite neu und versuche es erneut."
    169183
    170 #: ../lib/CataBlog.class.php:797
     184#: ../lib/CataBlog.class.php:801
    171185#, fuzzy
    172186msgid "Template Changes Saved Successfully."
    173187msgstr "Änderungen übernommen."
    174188
    175 #: ../lib/CataBlog.class.php:800
     189#: ../lib/CataBlog.class.php:804
    176190#, fuzzy
    177191msgid "Template Created Successfully."
    178192msgstr "Löschen erfolgreich."
    179193
    180 #: ../lib/CataBlog.class.php:809
     194#: ../lib/CataBlog.class.php:813
    181195#, php-format
    182196msgid "File Creation Error. Please make sure WordPress can write to this directory:<br /><code>%s</code>"
    183197msgstr ""
    184198
    185 #: ../lib/CataBlog.class.php:812
     199#: ../lib/CataBlog.class.php:816
    186200msgid "File Creation Error. A template already exists with that name."
    187201msgstr ""
    188202
    189 #: ../lib/CataBlog.class.php:815
     203#: ../lib/CataBlog.class.php:819
    190204msgid "File Creation Error. A template name may only consist of underscores, hyphens and alphanumeric characters."
    191205msgstr ""
    192206
    193 #: ../lib/CataBlog.class.php:897
    194 #: ../lib/CataBlog.class.php:898
    195 #: ../lib/CataBlog.class.php:899
     207#: ../lib/CataBlog.class.php:901
     208#: ../lib/CataBlog.class.php:902
     209#: ../lib/CataBlog.class.php:903
    196210msgid "not present"
    197211msgstr "nicht vorhanden"
    198212
    199 #: ../lib/CataBlog.class.php:990
     213#: ../lib/CataBlog.class.php:994
    200214msgid "The file you selected was to large or you didn't select anything at all, please try again."
    201215msgstr "Die gewählte Datei ist zu groß oder es wurde nichts ausgewählt. Bitte versuche es erneut."
    202216
    203 #: ../lib/CataBlog.class.php:994
    204 #: ../lib/CataBlog.class.php:1046
     217#: ../lib/CataBlog.class.php:998
     218#: ../lib/CataBlog.class.php:1050
     219#: ../lib/CataBlog.class.php:1102
     220#: ../lib/CataBlog.class.php:1140
     221#: ../lib/CataBlog.class.php:1273
     222msgid "WordPress Nonce Error, please reload the form and try again."
     223msgstr "WordPress-Fehler. Bitte lade die Seite neu und versuche es erneut."
     224
     225#: ../lib/CataBlog.class.php:1054
     226msgid "full form was not submitted, please try again."
     227msgstr "Formular unvollständig. Bitte versuche es erneut."
     228
    205229#: ../lib/CataBlog.class.php:1098
    206230#: ../lib/CataBlog.class.php:1136
    207 #: ../lib/CataBlog.class.php:1269
    208 msgid "WordPress Nonce Error, please reload the form and try again."
    209 msgstr "WordPress-Fehler. Bitte lade die Seite neu und versuche es erneut."
    210 
    211 #: ../lib/CataBlog.class.php:1050
    212 msgid "full form was not submitted, please try again."
    213 msgstr "Formular unvollständig. Bitte versuche es erneut."
    214 
    215 #: ../lib/CataBlog.class.php:1094
    216 #: ../lib/CataBlog.class.php:1132
    217231msgid "You didn't select anything to upload, please try again."
    218232msgstr "Nichts ausgewählt. Bitte versuche es erneut."
    219233
    220 #: ../lib/CataBlog.class.php:1102
    221 #: ../lib/CataBlog.class.php:1140
     234#: ../lib/CataBlog.class.php:1106
     235#: ../lib/CataBlog.class.php:1144
    222236msgid "No item ID posted, press back arrow and try again."
    223237msgstr "Keine ID gewählt. Bitte versuche es erneut."
    224238
    225 #: ../lib/CataBlog.class.php:1183
     239#: ../lib/CataBlog.class.php:1187
    226240msgid "Please make your selection by checking the boxes in the list below."
    227241msgstr "Bitte wähle aus der folgenden Liste."
    228242
    229 #: ../lib/CataBlog.class.php:1229
     243#: ../lib/CataBlog.class.php:1233
    230244#, php-format
    231245msgid "Error during set category, could not load item with id %s."
    232246msgstr "Fehler. Eintrag mit der ID %s konnte nicht geladen werden."
    233247
    234 #: ../lib/CataBlog.class.php:1247
     248#: ../lib/CataBlog.class.php:1251
    235249#, php-format
    236250msgid "Error during bulk delete, could not load item with id %s."
    237251msgstr "Fehler. Eintrag mit der ID %s konnte nicht geladen werden."
    238252
    239 #: ../lib/CataBlog.class.php:1278
     253#: ../lib/CataBlog.class.php:1282
    240254msgid "No file was selected for upload, please try again."
    241255msgstr "Nichts ausgewählt. Bitte versuche es erneut."
    242256
    243 #: ../lib/CataBlog.class.php:1287
     257#: ../lib/CataBlog.class.php:1291
    244258msgid "Uploaded XML File Could Not Be Parsed, Check That The File's Content Is Valid XML."
    245259msgstr "XML-Dokument konnte nicht verarbeitet werden. Überprüfe, ob die Datei valide ist."
    246260
    247 #: ../lib/CataBlog.class.php:1297
     261#: ../lib/CataBlog.class.php:1301
    248262msgid "Uploaded file was not of proper format, please make sure the filename has an xml or csv extension."
    249263msgstr "Dateiformat unbekannt. Bitte überprüfe, ob die Dateiendung .xml oder .csv lautet."
    250264
    251 #: ../lib/CataBlog.class.php:1368
     265#: ../lib/CataBlog.class.php:1372
    252266msgid "The CataBlog upload directories have been unlocked."
    253267msgstr "Die CataBlog-Upload-Verzeichnisse sind freigegeben."
    254268
    255 #: ../lib/CataBlog.class.php:1371
    256 #: ../lib/CataBlog.class.php:1384
     269#: ../lib/CataBlog.class.php:1375
     270#: ../lib/CataBlog.class.php:1388
    257271msgid "Could not lock/unlock the directory. Are you using a unix based server?"
    258272msgstr "Verzeichnis konnte nicht gesperrt/freigegeben werden. Bist du sicher, dass ein UNIX-Server eingesetzt wird?"
    259273
    260 #: ../lib/CataBlog.class.php:1381
     274#: ../lib/CataBlog.class.php:1385
    261275msgid "The CataBlog upload directories have been locked."
    262276msgstr "Die CataBlog-Upload-Verzeichnisse sind gesperrt."
    263277
    264 #: ../lib/CataBlog.class.php:1498
     278#: ../lib/CataBlog.class.php:1502
    265279msgid "micro save successful"
    266280msgstr ""
    267281
    268 #: ../lib/CataBlog.class.php:1526
     282#: ../lib/CataBlog.class.php:1530
    269283msgid "Screen Options updated successfully."
    270284msgstr "Anzeigeeinstellungen erfolgreich aktualisiert."
    271285
    272 #: ../lib/CataBlog.class.php:1555
     286#: ../lib/CataBlog.class.php:1559
    273287msgid "Commas, Pipes and reserved HTML characters are not allowed in category names."
    274288msgstr "Kategoriename enthält ungültige Zeichen."
    275289
    276 #: ../lib/CataBlog.class.php:1561
     290#: ../lib/CataBlog.class.php:1565
    277291msgid "Please be a little more specific with your category name."
    278292msgstr "Bitte sei etwas eindeutiger mit dem Kategorienamen."
    279293
    280 #: ../lib/CataBlog.class.php:1573
     294#: ../lib/CataBlog.class.php:1577
    281295msgid "There already is a category with that name."
    282296msgstr "Dieser Kategoriename existiert bereits."
    283297
    284 #: ../lib/CataBlog.class.php:1602
     298#: ../lib/CataBlog.class.php:1606
    285299msgid "Term Removed Successfully."
    286300msgstr "Löschen erfolgreich."
    287301
    288 #: ../lib/CataBlog.class.php:1605
     302#: ../lib/CataBlog.class.php:1609
    289303msgid "Term did not exist, please refresh page and try again."
    290304msgstr "Bezeichnung existiert nicht. Bitte lade die Seite neu und versuche es erneut."
    291305
    292 #: ../lib/CataBlog.class.php:1656
     306#: ../lib/CataBlog.class.php:1660
    293307msgid "unsupported image size type"
    294308msgstr "Bildgröße nicht unterstützt."
    295309
    296 #: ../lib/CataBlog.class.php:1666
     310#: ../lib/CataBlog.class.php:1670
    297311#, php-format
    298312msgid "Rendering... %s of %s"
    299313msgstr "Bildverarbeitung... %s von %s"
    300314
    301 #: ../lib/CataBlog.class.php:1668
     315#: ../lib/CataBlog.class.php:1672
    302316msgid "Image rendering is now complete."
    303317msgstr "Bildverarbeitung abgeschlossen."
    304318
    305 #: ../lib/CataBlog.class.php:1709
     319#: ../lib/CataBlog.class.php:1713
    306320msgid "error"
    307321msgstr "Fehler"
    308322
    309 #: ../lib/CataBlog.class.php:1712
     323#: ../lib/CataBlog.class.php:1716
    310324msgid "sub image deleted successfully"
    311325msgstr "Löschen erfolgreich."
    312326
    313 #: ../lib/CataBlog.class.php:1731
     327#: ../lib/CataBlog.class.php:1735
    314328#, php-format
    315329msgid "%s library items deleted successfully."
    316330msgstr "%s Einträge entfernt."
    317331
    318 #: ../lib/CataBlog.class.php:1734
     332#: ../lib/CataBlog.class.php:1738
    319333msgid "CataBlog Library Cleared Successfully."
    320334msgstr "CataBlog-Einträge entfernt."
    321335
    322 #: ../lib/CataBlog.class.php:1747
     336#: ../lib/CataBlog.class.php:1751
    323337msgid "CataBlog Options, Directories and Terms Deleted Successfully."
    324338msgstr "CataBlog-Einstellungen, Verzeichnisse und Bezeichnungen entfernt."
    325339
    326 #: ../lib/CataBlog.class.php:1748
     340#: ../lib/CataBlog.class.php:1752
    327341msgid "You may now go deactivate CataBlog and nothing will be left behind."
    328342msgstr "Du kannst nun CataBlog deaktivieren. Es bleibt nichts zurück."
    329343
    330 #: ../lib/CataBlog.class.php:1749
     344#: ../lib/CataBlog.class.php:1753
    331345msgid "If you want to continue using CataBlog, go to the library to re-install necessary settings."
    332346msgstr "Wenn du CataBlog wieder nutzen möchtest, installiere alles Nötige erneut."
    333347
    334 #: ../lib/CataBlog.class.php:1885
     348#: ../lib/CataBlog.class.php:1889
    335349#, php-format
    336350msgid "CataBlog %s LightBox Styles | %s"
    337351msgstr "CataBlog %s LightBox Styles | %s"
    338352
    339 #: ../lib/CataBlog.class.php:1908
     353#: ../lib/CataBlog.class.php:1912
    340354msgid "You may also press &quot;P&quot; or the left arrow on your keyboard"
    341355msgstr "Die linke Pfeiltaste oder &quot;P&quot; kann auch genutzt werden."
    342356
    343 #: ../lib/CataBlog.class.php:1909
     357#: ../lib/CataBlog.class.php:1913
    344358msgid "You may also press &quot;N&quot; or the right arrow on your keyboard"
    345359msgstr "Die rechte Pfeiltaste oder &quot;N&quot; kann auch genutzt werden."
    346360
    347 #: ../lib/CataBlog.class.php:1910
     361#: ../lib/CataBlog.class.php:1914
    348362msgid "Close LightBox Now"
    349363msgstr "LightBox schließen"
    350364
    351 #: ../lib/CataBlog.class.php:1911
     365#: ../lib/CataBlog.class.php:1915
    352366msgid "PREV"
    353367msgstr "zurück"
    354368
    355 #: ../lib/CataBlog.class.php:1912
     369#: ../lib/CataBlog.class.php:1916
    356370msgid "NEXT"
    357371msgstr "weiter"
    358372
    359 #: ../lib/CataBlog.class.php:1913
     373#: ../lib/CataBlog.class.php:1917
    360374msgid "CLOSE"
    361375msgstr "schließen"
    362376
    363 #: ../lib/CataBlog.class.php:1917
     377#: ../lib/CataBlog.class.php:1921
    364378#, php-format
    365379msgid "CataBlog %s LightBox JavaScript | %s"
    366380msgstr "CataBlog %s LightBox JavaScript | %s"
    367381
    368 #: ../lib/CataBlog.class.php:1919
     382#: ../lib/CataBlog.class.php:1923
    369383msgid "End CataBlog LightBox JavaScript"
    370384msgstr "Beende CataBlog LightBox JavaScript"
    371385
    372 #: ../lib/CataBlog.class.php:2068
     386#: ../lib/CataBlog.class.php:2072
    373387#, php-format
    374388msgid "%s to %s of %s"
    375389msgstr ""
    376390
    377 #: ../lib/CataBlog.class.php:2202
     391#: ../lib/CataBlog.class.php:2206
    378392#, fuzzy, php-format
    379393msgid "CataBlog Template Error: The store template does not exist. Please make sure their is a file with the name '%s.htm' in the <code>wp-content/uploads/catablog/templates</code> directory."
    380394msgstr "CataBlog-ShortCode-Parameter-Fehler: Das Vorlagenattribut dieses ShortCodes zeigt auf eine Datei, die nicht existiert. Bitte überprüfe, ob sich eine Datei namens '%s.htm' im Verzeichnis befindet."
    381395
    382 #: ../lib/CataBlog.class.php:2225
     396#: ../lib/CataBlog.class.php:2229
    383397#, php-format
    384398msgid "CataBlog ShortCode Parameter Error: The template attribute of this ShortCode points to a file that does not exist. Please make sure their is a file with the name '%s.htm' in the views directory."
    385399msgstr "CataBlog-ShortCode-Parameter-Fehler: Das Vorlagenattribut dieses ShortCodes zeigt auf eine Datei, die nicht existiert. Bitte überprüfe, ob sich eine Datei namens '%s.htm' im Verzeichnis befindet."
    386400
    387 #: ../lib/CataBlog.class.php:2226
     401#: ../lib/CataBlog.class.php:2230
    388402#: ../templates/admin-library.php:20
    389403msgid "Learn More"
    390404msgstr "Erfahre mehr"
    391405
    392 #: ../lib/CataBlog.class.php:2347
     406#: ../lib/CataBlog.class.php:2351
    393407#, fuzzy
    394408msgid "The CataBlog Upload Directory cannot be written. "
    395409msgstr "Die CataBlog-Upload-Verzeichnisse sind gesperrt."
    396410
    397 #: ../lib/CataBlog.class.php:2347
     411#: ../lib/CataBlog.class.php:2351
     412#: ../lib/CataBlog.class.php:2356
     413#: ../lib/CataBlog.class.php:2557
    398414msgid "Please check your server file permissions and apache configuration."
    399415msgstr ""
    400416
    401 #: ../lib/CataBlog.class.php:2352
     417#: ../lib/CataBlog.class.php:2356
    402418#, fuzzy
    403419msgid "The CataBlog Templates Directory cannot be written. "
    404420msgstr "Die CataBlog-Upload-Verzeichnisse sind gesperrt."
    405421
    406 #: ../lib/CataBlog.class.php:2352
    407 #: ../lib/CataBlog.class.php:2553
    408 msgid " Please check your server file permissions and apache configuration."
    409 msgstr ""
    410 
    411 #: ../lib/CataBlog.class.php:2362
     422#: ../lib/CataBlog.class.php:2366
    412423#, php-format
    413424msgid "CataBlog options and directories have been successfully installed. Please, %srefresh now%s"
    414425msgstr "CataBlog-Einstellungen und -Verzeichnisse wurden eingespielt. Bitte %sneu laden%s"
    415426
    416 #: ../lib/CataBlog.class.php:2386
    417 #: ../lib/CataBlog.class.php:2558
     427#: ../lib/CataBlog.class.php:2390
     428#: ../lib/CataBlog.class.php:2562
    418429msgid "Previous"
    419430msgstr ""
    420431
    421 #: ../lib/CataBlog.class.php:2387
    422 #: ../lib/CataBlog.class.php:2559
     432#: ../lib/CataBlog.class.php:2391
     433#: ../lib/CataBlog.class.php:2563
    423434msgid "Next"
    424435msgstr ""
    425436
    426 #: ../lib/CataBlog.class.php:2443
     437#: ../lib/CataBlog.class.php:2447
    427438#, php-format
    428439msgid "There was an error creating the default term: %s"
    429440msgstr "Fehler beim Erstellen der Standardbezeichnung: %s"
    430441
    431 #: ../lib/CataBlog.class.php:2481
     442#: ../lib/CataBlog.class.php:2485
    432443msgid "CataBlog options and directories have been successfully upgraded."
    433444msgstr "CataBlog-Einstellungen und -Verzeichnisse wurden aktualisiert."
    434445
    435 #: ../lib/CataBlog.class.php:2553
     446#: ../lib/CataBlog.class.php:2557
    436447#, fuzzy
    437448msgid "The New CataBlog Templates cannot be written. "
    438449msgstr "Die CataBlog-Upload-Verzeichnisse sind gesperrt."
    439450
    440 #: ../lib/CataBlog.class.php:2740
     451#: ../lib/CataBlog.class.php:2744
    441452msgid "Uploaded CSV File Could Not Be Parsed, Check That The File's Format Is Valid."
    442453msgstr "CSV-Dokument konnte nicht verarbeitet werden. Überprüfe, ob die Datei valide ist."
    443454
    444 #: ../lib/CataBlog.class.php:2781
     455#: ../lib/CataBlog.class.php:2785
    445456#, fuzzy, php-format
    446457msgid "There was an error parsing your CSV file on lines: %s."
    447458msgstr "Fehler beim Erstellen der Standardbezeichnung: %s"
    448459
    449 #: ../lib/CataBlog.class.php:2828
    450 #: ../lib/CataBlog.class.php:2871
     460#: ../lib/CataBlog.class.php:2832
    451461#: ../lib/CataBlog.class.php:2875
    452 #: ../lib/CataBlog.class.php:2878
     462#: ../lib/CataBlog.class.php:2879
     463#: ../lib/CataBlog.class.php:2882
    453464msgid "Error:"
    454465msgstr "Fehler:"
    455466
    456 #: ../lib/CataBlog.class.php:2842
     467#: ../lib/CataBlog.class.php:2846
    457468msgid "Success:"
    458469msgstr "Erfolg:"
    459470
    460 #: ../lib/CataBlog.class.php:2842
     471#: ../lib/CataBlog.class.php:2846
    461472#, php-format
    462473msgid " %s inserted into catalog categories."
    463474msgstr "%s in Kategorien eingefügt."
    464475
    465 #: ../lib/CataBlog.class.php:2850
     476#: ../lib/CataBlog.class.php:2854
    466477msgid "All New Categories Created"
    467478msgstr "Alle neuen Kategorien erstellt"
    468479
    469 #: ../lib/CataBlog.class.php:2854
     480#: ../lib/CataBlog.class.php:2858
    470481msgid "No New Categories Created"
    471482msgstr "Keine neuen Kategorien erstellt"
    472483
    473 #: ../lib/CataBlog.class.php:2869
    474 #: ../lib/CataBlog.class.php:2923
     484#: ../lib/CataBlog.class.php:2873
     485#: ../lib/CataBlog.class.php:2927
    475486msgid "Insert:"
    476487msgstr "Einfügen:"
    477488
    478 #: ../lib/CataBlog.class.php:2869
    479 #: ../lib/CataBlog.class.php:2923
     489#: ../lib/CataBlog.class.php:2873
     490#: ../lib/CataBlog.class.php:2927
    480491#, php-format
    481492msgid " %s inserted into the database."
    482493msgstr "%s in Datenbank eingefügt."
    483494
    484 #: ../lib/CataBlog.class.php:2871
     495#: ../lib/CataBlog.class.php:2875
    485496#, php-format
    486497msgid " %s was not inserted into the database."
    487498msgstr "%s wurde nicht in die Datenbank eingefügt."
    488499
    489 #: ../lib/CataBlog.class.php:2875
     500#: ../lib/CataBlog.class.php:2879
    490501msgid "Item had no title and could not be made."
    491502msgstr "Eintrag hat keinen Titel und konnte nicht erstellt werden."
    492503
    493 #: ../lib/CataBlog.class.php:2878
     504#: ../lib/CataBlog.class.php:2882
    494505msgid "Item had no primary image name and could not be made."
    495506msgstr "Eintrag hat kein Bild und konnte nicht erstellt werden."
    496507
    497 #: ../lib/CataBlog.class.php:2920
     508#: ../lib/CataBlog.class.php:2924
    498509msgid "Update:"
    499510msgstr "Aktualisierung:"
    500511
    501 #: ../lib/CataBlog.class.php:2920
     512#: ../lib/CataBlog.class.php:2924
    502513#, php-format
    503514msgid " %s updated in database."
    504515msgstr "%s in Datenbank aktualisiert."
    505516
    506 #: ../lib/CataBlog.class.php:2949
     517#: ../lib/CataBlog.class.php:2953
    507518#, fuzzy, php-format
    508519msgid "%s Catalog Items Inserted"
    509520msgstr "Alle Einträge verarbeitet"
    510521
    511 #: ../lib/CataBlog.class.php:3014
     522#: ../lib/CataBlog.class.php:3018
    512523msgid "Uploaded File Exceeded The PHP Configurations Max File Size."
    513524msgstr "Hochgeladene Datei überschreitet die maximale Dateigröße, die PHP zulässt."
    514525
    515 #: ../lib/CataBlog.class.php:3017
     526#: ../lib/CataBlog.class.php:3021
    516527msgid "Upload File Exceeded The HTML Form's Max File Size."
    517528msgstr "Hochgeladene Datei überschreitet die maximale Dateigröße, die das Formular zulässt."
    518529
    519 #: ../lib/CataBlog.class.php:3020
     530#: ../lib/CataBlog.class.php:3024
    520531msgid "File Only Partially Uploaded, Please Try Again."
    521532msgstr "Datei nur teilweise hochgeladen. Bitte versuche es erneut."
    522533
    523 #: ../lib/CataBlog.class.php:3023
     534#: ../lib/CataBlog.class.php:3027
    524535msgid "No File Selected For Upload. Please Resubmit The Form."
    525536msgstr "Keine Datei gewählt. Bitte versuche es erneut."
    526537
    527 #: ../lib/CataBlog.class.php:3026
     538#: ../lib/CataBlog.class.php:3030
    528539msgid "Your Server's PHP Configuration Does Not Have A Temporary Folder For Uploads, Please Contact The System Admin."
    529540msgstr "In der PHP-Konfiguration ist kein temporäres Verzeichnis für Uploads. Bitte kontaktiere den Systemadministrator."
    530541
    531 #: ../lib/CataBlog.class.php:3029
     542#: ../lib/CataBlog.class.php:3033
    532543msgid "Your Server's PHP Configuration Can Not Write To Disc, Please Contact The System Admin."
    533544msgstr "In der PHP-Konfiguration ist das Schreiben auf die Festplatte deaktiviert. Bitte kontaktiere den Systemadministrator."
    534545
    535 #: ../lib/CataBlog.class.php:3032
     546#: ../lib/CataBlog.class.php:3036
    536547msgid "A PHP Extension Is Blocking PHP From Excepting Uploads, Please Contact The System Admin."
    537548msgstr "Eine PHP-Erweiterung blockiert PHP-Aktualisierungen. Bitte kontaktiere den Systemadministrator."
    538549
    539 #: ../lib/CataBlog.class.php:3035
     550#: ../lib/CataBlog.class.php:3039
    540551msgid "An Unknown Upload Error Has Occurred"
    541552msgstr "Ein unbekannter Fehler ist bein Upload aufgetreten"
     
    601612
    602613#: ../lib/CataBlogItem.class.php:361
    603 #: ../lib/CataBlogItem.class.php:548
     614#: ../lib/CataBlogItem.class.php:549
    604615msgid "The image could not be used because it is an unsupported format. JPEG, GIF and PNG formats only, please."
    605616msgstr "Das Bild besitzt ein nicht unterstütztes Format. JPEG, GIF und PNG sind möglich."
    606617
    607618#: ../lib/CataBlogItem.class.php:374
    608 #: ../lib/CataBlogItem.class.php:535
     619#: ../lib/CataBlogItem.class.php:536
    609620msgid "Can not write uploaded image to server, your storage space is exhausted."
    610621msgstr "Bild konnte nicht gespeichert werden. Es steht kein Speicherplatz zur Verfügung."
    611622
    612623#: ../lib/CataBlogItem.class.php:375
    613 #: ../lib/CataBlogItem.class.php:536
     624#: ../lib/CataBlogItem.class.php:537
    614625msgid "Please delete some media files to free up space and try again."
    615626msgstr "Bitte lösch ein paar Dateien um Platz zu schaffen und versuche es erneut."
    616627
    617628#: ../lib/CataBlogItem.class.php:376
    618 #: ../lib/CataBlogItem.class.php:537
     629#: ../lib/CataBlogItem.class.php:538
    619630#, php-format
    620631msgid "You have %sMB of available space on your server and your image is %sMB."
    621632msgstr "Du hast %sMB Speicherplatz zur Verfügung. Das Bild ist %sMB groß."
    622633
    623 #: ../lib/CataBlogItem.class.php:465
     634#: ../lib/CataBlogItem.class.php:466
    624635msgid "Could not set categories, please try again."
    625636msgstr "Kategorien konnten nicht gewählt werden. Bitte versuche es erneut."
    626637
    627 #: ../lib/CataBlogItem.class.php:592
    628 #: ../lib/CataBlogItem.class.php:653
     638#: ../lib/CataBlogItem.class.php:593
     639#: ../lib/CataBlogItem.class.php:654
    629640#, php-format
    630641msgid "Original image file missing, could not be located at %s"
    631642msgstr "Original Bilddatei fehlt. Sie konnte nicht in %s gefunden werden"
    632643
    633 #: ../lib/CataBlogItem.class.php:599
    634 #: ../lib/CataBlogItem.class.php:661
     644#: ../lib/CataBlogItem.class.php:600
     645#: ../lib/CataBlogItem.class.php:662
    635646msgid "Original image dimensions are less then 1px. Most likely PHP does not have permission to read the original file."
    636647msgstr "Die Abmessungen des Originalbildes betragen weniger als 1 px. Wahrscheinlich besitzt PHP keine Leseberechtigung."
    637648
    638 #: ../lib/CataBlogItem.class.php:628
    639 #: ../lib/CataBlogItem.class.php:675
     649#: ../lib/CataBlogItem.class.php:629
     650#: ../lib/CataBlogItem.class.php:676
    640651msgid "Original image could not be loaded because it is an unsupported format."
    641652msgstr "Originalbild konnte nicht geladen werden, da es ein nicht unterstütztes Format besitzt."
     
    698709
    699710#: ../lib/CataBlogWidget.class.php:70
    700 #: ../lib/CataBlogWidget.class.php:263
     711#: ../lib/CataBlogWidget.class.php:270
    701712#, fuzzy
    702713msgid "Title: "
     
    749760msgstr "CataBlog-Kategorie"
    750761
    751 #: ../lib/CataBlogWidget.class.php:270
     762#: ../lib/CataBlogWidget.class.php:250
     763#, php-format
     764msgid "This widget requires you to enable the %sCataBlog Public Option%s."
     765msgstr ""
     766
     767#: ../lib/CataBlogWidget.class.php:277
    752768msgid "Display as dropdown"
    753769msgstr ""
    754770
    755 #: ../lib/CataBlogWidget.class.php:273
     771#: ../lib/CataBlogWidget.class.php:280
    756772#, fuzzy
    757773msgid "Show post count"
     
    15921608msgstr "Dies ist die Basis, die dein Blog für Katalogarchivseiten nutzt."
    15931609
    1594 #: ../templates/admin-options.php:173
     1610#: ../templates/admin-options.php:170
     1611msgid "Your public slugs cannot be the same."
     1612msgstr ""
     1613
     1614#: ../templates/admin-options.php:175
    15951615msgid "Catalog Slugs Warning"
    15961616msgstr "Hinweis zu Katalogbasen"
    15971617
    1598 #: ../templates/admin-options.php:174
     1618#: ../templates/admin-options.php:176
    15991619#, php-format
    16001620msgid "Please make sure you do not set either of your catalog slugs to a %sWordPress Reserved Term%s."
    16011621msgstr "Bitte achte darauf, dass du keine %svon WordPress genutzten Begriffe%s verwendest."
    16021622
    1603 #: ../templates/admin-options.php:175
     1623#: ../templates/admin-options.php:177
    16041624msgid "These labels must also be URL friendly, so they may be transformed from your original input."
    16051625msgstr "Diese Begriffe sollten für URLs geeignet sein, um Verarbeitungsfehler zu vermeiden."
    16061626
    1607 #: ../templates/admin-options.php:185
     1627#: ../templates/admin-options.php:187
    16081628msgid "Previous Link Label:"
    16091629msgstr ""
    16101630
    1611 #: ../templates/admin-options.php:188
    1612 msgid "What word would you like to be used for a paginated catalog's previous page link."
    1613 msgstr ""
    1614 
    1615 #: ../templates/admin-options.php:193
     1631#: ../templates/admin-options.php:190
     1632msgid "The word you would like to be used for a paginated catalog's previous page link."
     1633msgstr ""
     1634
     1635#: ../templates/admin-options.php:195
    16161636msgid "Next Link Label:"
    16171637msgstr ""
    16181638
    1619 #: ../templates/admin-options.php:196
    1620 msgid "What word would you like to be used for a paginated catalog's next page link."
    1621 msgstr ""
    1622 
    1623 #: ../templates/admin-options.php:203
     1639#: ../templates/admin-options.php:198
     1640msgid "The word you would like to be used for a paginated catalog's next page link."
     1641msgstr ""
     1642
     1643#: ../templates/admin-options.php:205
    16241644msgid "Display Location:"
    16251645msgstr ""
    16261646
    1627 #: ../templates/admin-options.php:205
     1647#: ../templates/admin-options.php:207
    16281648#, fuzzy
    16291649msgid "Above Catalog"
    16301650msgstr "Über CataBlog"
    16311651
    1632 #: ../templates/admin-options.php:205
     1652#: ../templates/admin-options.php:207
    16331653#, fuzzy
    16341654msgid "Below Catalog"
    16351655msgstr "CataBlog entfernen"
    16361656
    1637 #: ../templates/admin-options.php:205
     1657#: ../templates/admin-options.php:207
    16381658msgid "Above and Below"
    16391659msgstr ""
    16401660
    1641 #: ../templates/admin-options.php:212
     1661#: ../templates/admin-options.php:214
    16421662msgid "Select where you would like your navigation controls to be displayed"
    16431663msgstr ""
    16441664
    1645 #: ../templates/admin-options.php:218
     1665#: ../templates/admin-options.php:220
    16461666msgid "Show Extra Navigation Info:"
    16471667msgstr ""
    16481668
    1649 #: ../templates/admin-options.php:220
     1669#: ../templates/admin-options.php:222
    16501670#, fuzzy
    16511671msgid "If this is checked then the index of the catalog items being viewed on the page will be shown."
    16521672msgstr "Setzt du ein Häkchen, wird jedem Katalogeintrag seine eigene Seite zugewiesen (mit Permalink)."
    16531673
    1654 #: ../templates/admin-options.php:229
     1674#: ../templates/admin-options.php:231
    16551675msgid "Link Target:"
    16561676msgstr "Linkziel:"
    16571677
    1658 #: ../templates/admin-options.php:232
     1678#: ../templates/admin-options.php:234
    16591679msgid "The link target setting will set the <strong>target</strong> attribute of all the catalog title links."
    16601680msgstr "Die Einstellung zum Linkziel setzt das <strong>target</strong>-Attribut bei allen Katalogtitellinks."
    16611681
    1662 #: ../templates/admin-options.php:233
    1663 #: ../templates/admin-options.php:241
     1682#: ../templates/admin-options.php:235
     1683#: ../templates/admin-options.php:243
    16641684msgid "examples:"
    16651685msgstr "Beispiele:"
    16661686
    1667 #: ../templates/admin-options.php:237
     1687#: ../templates/admin-options.php:239
    16681688msgid "Link Relationship:"
    16691689msgstr "Linkbeziehung:"
    16701690
    1671 #: ../templates/admin-options.php:240
     1691#: ../templates/admin-options.php:242
    16721692msgid "The link relationship will set the <strong>rel</strong> attribute of all the catalog title links."
    16731693msgstr "Die Linkbeziehung setzt das <strong>rel</strong>-Attribut bei allen Katalogtitellinks."
    16741694
    1675 #: ../templates/admin-options.php:251
     1695#: ../templates/admin-options.php:253
    16761696msgid "Enable WordPress Filters:"
    16771697msgstr "WordPress-Filter aktivieren:"
    16781698
    1679 #: ../templates/admin-options.php:254
     1699#: ../templates/admin-options.php:256
    16801700msgid "Enable the standard WordPress filters for your catalog item's description."
    16811701msgstr "Aktiviere die WordPress-Filter für die Beschreibung eines Eintrags."
    16821702
    1683 #: ../templates/admin-options.php:255
     1703#: ../templates/admin-options.php:257
    16841704msgid "This allows you to use ShortCodes and media embeds inside your catalog item descriptions."
    16851705msgstr "Dies erlaubt dir ShortCodes und eingebettete Mediendaten in den Beschreibungen eines Eintrags."
    16861706
    1687 #: ../templates/admin-options.php:256
     1707#: ../templates/admin-options.php:258
    16881708msgid "Please <strong>do not use the CataBlog ShortCode</strong> inside a catalog item's description."
    16891709msgstr "Bitte <strong>keinen CataBlog ShortCode</strong> innerhalb der Beschreibung eines Eintrags nutzen."
    16901710
    1691 #: ../templates/admin-options.php:262
     1711#: ../templates/admin-options.php:264
    16921712msgid "Render Line Breaks:"
    16931713msgstr "Darstellung der Zeilenumbrüche:"
    16941714
    1695 #: ../templates/admin-options.php:265
     1715#: ../templates/admin-options.php:267
    16961716#, php-format
    16971717msgid "Filter your catalog item's description through the standard PHP function %s."
    16981718msgstr "Filtere die Einträge durch die PHP-Funktion %s."
    16991719
    1700 #: ../templates/admin-options.php:266
     1720#: ../templates/admin-options.php:268
    17011721msgid "This will insert HTML line breaks before all new lines in your catalog descriptions."
    17021722msgstr "Dies fügt HTML-Zeilenumbrüche vor allen neuen Zeilen der Beschreibungen ein."
    17031723
    1704 #: ../templates/admin-options.php:267
     1724#: ../templates/admin-options.php:269
    17051725msgid "Turn this off if unwanted line breaks are being rendered on your page."
    17061726msgstr "Deaktiviere dies, wenn ungewünschte Zeilenumbrüche erscheinen."
    17071727
    1708 #: ../templates/admin-options.php:272
     1728#: ../templates/admin-options.php:274
    17091729msgid "Excerpt Length:"
    17101730msgstr ""
    17111731
    1712 #: ../templates/admin-options.php:275
     1732#: ../templates/admin-options.php:277
    17131733msgid "The excerpt length lets you set how many characters long the description will be when using the %EXCERPT% token."
    17141734msgstr ""
    17151735
    1716 #: ../templates/admin-options.php:276
     1736#: ../templates/admin-options.php:278
    17171737msgid "The excerpt will cut off any incomplete words at the end, so don't worry if the character count is a little different."
    17181738msgstr ""
    17191739
    1720 #: ../templates/admin-options.php:301
     1740#: ../templates/admin-options.php:303
    17211741msgid "You may export your CataBlog data to a XML or CSV file which may be used to backup and protect your work. The XML or CSV file is a simple transfer of the database information itself and the <strong>images are not included in this backup</strong>. To backup your images follow the directions at the bottom of the page."
    17221742msgstr "Die CataBlog-Daten lassen sich als XML- oder CSV-Datei exportieren. Diese Dateien können als Backup dienen. XML- und CSV-Dateien beinhalten nur die Informationen aus der Datenbank. <strong>Bilder sind in diesem Backup nicht eingeschlossen.</strong> Um Bilder zu sichern, folge den Anweisungen am Ende der Seite."
    17231743
    1724 #: ../templates/admin-options.php:307
     1744#: ../templates/admin-options.php:309
    17251745msgid "Save XML BackUp File"
    17261746msgstr "XML-Datei speichern"
    17271747
    1728 #: ../templates/admin-options.php:311
     1748#: ../templates/admin-options.php:313
    17291749msgid "Save CSV BackUp File"
    17301750msgstr "CSV-Datei speichern"
    17311751
    1732 #: ../templates/admin-options.php:318
     1752#: ../templates/admin-options.php:320
    17331753#, php-format
    17341754msgid "You must have the function %sfputcsv()%s available on your web server's version of PHP for CSV export to work."
    17351755msgstr "Die PHP-Funktion %sfputcsv()%s muss verfügbar sein um CSV-Dateien zu exportieren."
    17361756
    1737 #: ../templates/admin-options.php:320
     1757#: ../templates/admin-options.php:322
    17381758msgid "Please contact your server administrator for more information regarding this error."
    17391759msgstr "Bitte kontaktiere deinen Server-Administrator für weitere Informationen zu diesem Fehler."
    17401760
    1741 #: ../templates/admin-options.php:327
     1761#: ../templates/admin-options.php:329
    17421762msgid "Backing Up Images:"
    17431763msgstr "Bilder sichern:"
    17441764
    1745 #: ../templates/admin-options.php:328
     1765#: ../templates/admin-options.php:330
    17461766msgid "Please copy the <em>catablog</em> directory to a secure location."
    17471767msgstr "Bitte kopiere das <em>CataBlog</em>-Verzeichnis an einen sicheren Ort."
    17481768
    1749 #: ../templates/admin-options.php:329
     1769#: ../templates/admin-options.php:331
    17501770msgid "The directory for this WordPress blog can be located on your web server at:"
    17511771msgstr "Das WordPress-Verzeichnis befindet sich hier auf dem Server:"
    17521772
    1753 #: ../templates/admin-options.php:340
     1773#: ../templates/admin-options.php:342
    17541774msgid "Import XML/CSV Data"
    17551775msgstr "XML-/CSV-Daten importieren"
    17561776
    1757 #: ../templates/admin-options.php:348
     1777#: ../templates/admin-options.php:350
    17581778msgid "Replace All Data:"
    17591779msgstr "Alle Daten ersetzen:"
    17601780
    1761 #: ../templates/admin-options.php:351
     1781#: ../templates/admin-options.php:353
    17621782msgid "Import CataBlog Data"
    17631783msgstr "CataBlog-Daten importieren"
    17641784
    1765 #: ../templates/admin-options.php:355
     1785#: ../templates/admin-options.php:357
    17661786msgid "You must have the <strong>Simple XML Library</strong> installed on your web server's version of PHP for XML imports to work. Please contact your server administrator for more information regarding this error."
    17671787msgstr "Eine <strong>Simple-XML-Bibliothek</strong> muss für den XML-Export verfügbar sein. Bitte kontaktiere deinen Server-Administrator für weitere Informationen zu diesem Fehler."
    17681788
    1769 #: ../templates/admin-options.php:360
     1789#: ../templates/admin-options.php:362
    17701790msgid "To import data into your catalog you simply select a XML or CVS file on your hard drive and click the <em>Import CataBlog Data</em> button. You may choose to completely erase all your data before importing by checking the <em>Replace All Data</em> checkbox.<br />Keep in mind, this <strong>does not import or delete images</strong>."
    17711791msgstr "Um Daten zu importieren wähle einfach eine XML- oder CSV-Datei von deinem Rechner aus und klicke <em>CataBlog-Daten importieren</em>. Du kannst alle bestehenden Daten entfernen, wenn du bei <em>Alle Daten ersetzen</em> ein Häkchen machst.<br />Bitte behalte im Hinterkopf, dass dies <strong>keine Bilder entfernt oder importiert</strong>."
    17721792
    1773 #: ../templates/admin-options.php:363
     1793#: ../templates/admin-options.php:365
    17741794#, php-format
    17751795msgid "To import images you should upload them to the <em>originals</em> directory, located at: <em>%s</em>. Once you load the XML or CVS file and the images into the <em>originals</em> directory everything should be set after you %sRegenerate All Images%s in the systems tab."
    17761796msgstr "Um Bilder zu importieren, lade sie in das Verzeichnis <em>originals</em> hoch. Dies befindet sich hier: <em>%s</em>. Sobald du die XML- oder CVS-Datei hoch und die Bilder ins <em>originals</em>-Verzeichnis geladen hast, sollte nach einem Klick auf %sAlle Bilder neu verarbeiten%s im System-Tab alles funktionieren."
    17771797
    1778 #: ../templates/admin-options.php:367
     1798#: ../templates/admin-options.php:369
    17791799#, php-format
    17801800msgid "You may view XML and CSV examples in the %simport/export documentation%s."
    17811801msgstr "Schau dir XML- und CSV-Beispiele in der %sImport/Export-Documentation%s an."
    17821802
    1783 #: ../templates/admin-options.php:381
     1803#: ../templates/admin-options.php:383
    17841804msgid "CataBlog Upload Folders are <strong>Unlocked</strong>"
    17851805msgstr "CataBlog-Upload-Verzeichnisse sind <strong>beschreibbar</strong>"
    17861806
    1787 #: ../templates/admin-options.php:383
     1807#: ../templates/admin-options.php:385
    17881808msgid "CataBlog Upload Folders are <strong>Locked</strong>"
    17891809msgstr "CataBlog-Upload-Verzeichnisse sind <strong>geschützt</strong>"
    17901810
    1791 #: ../templates/admin-options.php:391
     1811#: ../templates/admin-options.php:393
    17921812msgid "Lock Folders"
    17931813msgstr "Verzeichniss schützen"
    17941814
    1795 #: ../templates/admin-options.php:393
     1815#: ../templates/admin-options.php:395
    17961816msgid "Unlock Folders"
    17971817msgstr "Verzeichnisse freigeben"
    17981818
    1799 #: ../templates/admin-options.php:397
     1819#: ../templates/admin-options.php:399
    18001820#, php-format
    18011821msgid "You may lock and unlock your <em>catablog</em> folders with these controls. The idea is to unlock the folders, use your FTP client to upload your original files and then lock the folders to protect them from hackers. After unlocking your directories please upload the original files directly into the <strong>%s</strong> folder without replacing it. <strong>Do not replace any of the CataBlog created folders</strong>. You should then regenerate all your thumbnail and lightbox pictures below. These controls may not work on a Windows server, it depends on your servers PHP settings and if the chmod command is supported."
    18021822msgstr "Mit diesen Einstellungen kannst du <em>CataBlog</em>-Verzeichnisse schützen und freigeben. Die Idee dahinter ist, dass du ein FTP-Programm zum hochladen nutzen kannst und danach einen Schreibschutz einrichten kannst, um ungewollter Veränderung vorzubeugen. Nach der Freigabe lade die Dateien bitte direkt in den Ordner <strong>%s</strong> ohne ihn zu ersetzen. <strong>Ersetze keine Verzeichnisse, die von CataBlog erstellt wurden.</strong> Führe nach dem Upload eine neue Verarbeitung der Vorschau- und LightBox-Bilder durch."
    18031823
    1804 #: ../templates/admin-options.php:402
     1824#: ../templates/admin-options.php:404
    18051825msgid "Rescan Original Image Folder"
    18061826msgstr "Originalbilder-Verzeichnis neu laden"
    18071827
    1808 #: ../templates/admin-options.php:404
     1828#: ../templates/admin-options.php:406
    18091829msgid "Rescan Original Images Folder Now"
    18101830msgstr "Originalbilder-Verzeichnis jetzt neu laden"
    18111831
    1812 #: ../templates/admin-options.php:406
     1832#: ../templates/admin-options.php:408
    18131833msgid "Click the <em>Rescan Now</em> button to rescan the original catablog images folder and automatically import any new jpeg, gif or png images. It works simply by making a list of all the image names in the database and then compares each file's name in the originals folder against the list of image names in the database. Any newly discovered images will automatically be made into a new catalog item. You should Regenerate Images after running this command."
    18141834msgstr "Klick den <em>Originalbilder-Verzeichnis neu laden</em>-Button um automatisch neue JPEG-, GIF- oder PNG-Bilder zu importieren. In diesem Vorgang wird eine Liste der Dateinamen, die sich in der Datenbank befinden, angelegt und mit den Dateien im Verzeichnis verglichen. Zu allen neuen Bildern wird automatisch ein Eintrag erstellt. Nach dem Laden empfiehlt sich eine neue Verarbeitung aller Bilder."
    18151835
    1816 #: ../templates/admin-options.php:411
     1836#: ../templates/admin-options.php:413
    18171837msgid "Regenerate Images"
    18181838msgstr "Bilder neu verarbeiten"
    18191839
    1820 #: ../templates/admin-options.php:413
     1840#: ../templates/admin-options.php:415
    18211841msgid "Regenerate All Images Now"
    18221842msgstr "Alle Bilder neu verarbeiten"
    18231843
    1824 #: ../templates/admin-options.php:415
     1844#: ../templates/admin-options.php:417
    18251845msgid "Click the <em>Regenerate Now</em> button to recreate all the thumbnail and lightbox images that CataBlog has generated over the time you have used it. This is also useful when restoring exported data from another version of CataBlog. after you have uploaded your original images you must regenerate your images so they display properly."
    18261846msgstr "Mit dem <em>Alle Bilder neu verarbeiten</em>-Button werden alle Vorschau- und LightBox-Bilder, die sich über die Zeit angesammelt haben, neu berechnet. Dies ist sinnvoll, wenn Daten aus einer anderen CataBlog-Version importiert werden. Nachdem die Originalbilder hochgeladen sind, solltest du sie neu berechnen lassen damit sie korrekt angezeigt werden."
    18271847
    1828 #: ../templates/admin-options.php:420
     1848#: ../templates/admin-options.php:422
    18291849msgid "Remove CataBlog"
    18301850msgstr "CataBlog entfernen"
    18311851
    1832 #: ../templates/admin-options.php:422
     1852#: ../templates/admin-options.php:424
    18331853msgid "Remove All CataBlog Data"
    18341854msgstr "Alle CataBlog-Daten entfernen"
    18351855
    1836 #: ../templates/admin-options.php:424
     1856#: ../templates/admin-options.php:426
    18371857msgid "Delete your entire catalog, deleting all photos and custom data permanently. Sometimes you can use this to fix an improper installation."
    18381858msgstr "Dies entfernt deinen gesamten Katalog mit allen Fotos und Daten. Eventuell kann dies sinnvoll sein, um eine fehlerhafte Installation zu reparieren."
    18391859
    1840 #: ../templates/admin-options.php:433
    1841 #: ../templates/admin-templates-editor.php:66
     1860#: ../templates/admin-options.php:435
     1861#: ../templates/admin-templates-editor.php:67
    18421862#, php-format
    18431863msgid "or %sundo current changes%s"
    18441864msgstr "oder %saktuelle Änderungen rückgängig machen%s"
    18451865
    1846 #: ../templates/admin-options.php:734
     1866#: ../templates/admin-options.php:643
     1867msgid "There are errors, please correct them before saving."
     1868msgstr ""
     1869
     1870#: ../templates/admin-options.php:755
    18471871#: ../templates/admin-regenerate.php:43
    18481872#: ../templates/admin-rescan.php:49
     
    18501874msgstr "Bitte warte bis die Bildverarbeitung abgeschlossen ist, bevor du diese Seite verlässt. Klick Abbrechen um zurückzukehren und den Vorgang abschließen zu lassen."
    18511875
    1852 #: ../templates/admin-options.php:739
     1876#: ../templates/admin-options.php:760
    18531877msgid "Image rendering is not complete, you should let image rendering complete before leaving this page."
    18541878msgstr "Die Bildverarbeitung ist noch nicht abgeschlossen. Bitte warte, bevor du diese Seite verlässt."
     
    19411965msgstr ""
    19421966
    1943 #: ../templates/admin-templates-editor.php:71
     1967#: ../templates/admin-templates-editor.php:72
    19441968#, fuzzy
    19451969msgid "You may change the HTML rendered by CataBlog with this control panel, allowing you to make fundamental changes to how catalogs will appear in your posts. You may choose a template to edit from the list of templates to the right . If you want to setup a photo gallery I would recommend that you use the <strong>Gallery Template</strong> by adding the template parameter to the ShortCode. Example: <code>[catablog template=\"gallery\"]</code>"
    19461970msgstr "Hier kannst du den HTML-Code, der von <strong>CataBlog</strong> genutzt wird, verändern. Du hast die Möglichkeit grundlegende Änderung im Erscheinungsbild der Kataloge vorzunehmen. Vorlagen kannst du aus dem obigen Drop-down-Menü auswählen und mit <em>Vorlage laden</em> laden. Möchtest du eine Fotogallerie einrichten, steht dir das <em>Gallery template</em> zur Verfügung. Um einen Warenkorb einzurichten, lade das <em>Default Template</em> und eine Shop-Vorlage."
    19471971
    1948 #: ../templates/admin-templates-editor.php:76
     1972#: ../templates/admin-templates-editor.php:77
    19491973msgid "If you specify a template in your CataBlog ShortCodes the <strong>default template will be ignored</strong>."
    19501974msgstr ""
    19511975
    1952 #: ../templates/admin-templates-editor.php:79
     1976#: ../templates/admin-templates-editor.php:80
    19531977msgid "If you do not specify a template in your CataBlog ShortCodes then the <strong>default template will be used</strong>."
    19541978msgstr ""
    19551979
    1956 #: ../templates/admin-templates-editor.php:82
     1980#: ../templates/admin-templates-editor.php:83
    19571981msgid "If you do not specify a template and the default template cannot be found then CataBlog will not be able to render your catalog."
    19581982msgstr ""
    19591983
    1960 #: ../templates/admin-templates-editor.php:85
     1984#: ../templates/admin-templates-editor.php:86
    19611985#, php-format
    19621986msgid "If you need more help read the %shelp panel%s."
    19631987msgstr ""
    19641988
    1965 #: ../templates/admin-templates-editor.php:104
     1989#: ../templates/admin-templates-editor.php:105
    19661990msgid "Create a New Template File"
    19671991msgstr ""
    19681992
    1969 #: ../templates/admin-templates-editor.php:107
     1993#: ../templates/admin-templates-editor.php:108
    19701994#, fuzzy
    19711995msgid "Save Other Changes Before Creating A New Template File."
    19721996msgstr "Speichere Änderungen bevor du ein neues Bild hochlädst."
    19731997
    1974 #: ../templates/admin-templates-editor.php:113
     1998#: ../templates/admin-templates-editor.php:114
    19751999#, fuzzy
    19762000msgid "Create Template"
    19772001msgstr "Vorlage laden"
    19782002
    1979 #: ../templates/admin-templates-editor.php:115
     2003#: ../templates/admin-templates-editor.php:116
    19802004msgid "Please enter the name of the new CataBlog Template you wish to create."
    19812005msgstr ""
    19822006
    1983 #: ../templates/admin-templates-editor.php:116
     2007#: ../templates/admin-templates-editor.php:117
    19842008msgid "If you are missing any system templates you may make them here by typing in their name, such as default."
    19852009msgstr ""
    19862010
    1987 #: ../templates/admin-templates-editor.php:117
     2011#: ../templates/admin-templates-editor.php:118
    19882012msgid "Please only use underscores, hyphens and alphanumeric characters only."
    19892013msgstr ""
  • catablog/trunk/localization/catablog-es_ES.po

    r498885 r504559  
    55"Project-Id-Version: CataBlog 1.2.5\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2012-02-01 18:15-0800\n"
    8 "PO-Revision-Date: 2012-02-01 18:15-0800\n"
     7"POT-Creation-Date: 2012-02-13 15:05-0800\n"
     8"PO-Revision-Date: 2012-02-13 15:15-0800\n"
    99"Last-Translator: Zachary Segal <zac@illproductions.com>\n"
    1010"Language-Team: illProductions <zac@illproductions.com>\n"
     
    1818"X-Poedit-SearchPath-0: ./..\n"
    1919
    20 #: ../catablog.php:115
    21 #: ../lib/CataBlogWidget.class.php:314
    22 #, fuzzy
     20#: ../catablog.php:108
     21msgid "CataBlog Error:"
     22msgstr "CataBlog de error:"
     23
     24#: ../catablog.php:110
     25#, php-format
     26msgid "CataBlog Categories require you to enable the %sCataBlog Public Option%s."
     27msgstr "Categorías CataBlog requieren para activar %sla opción pública CataBlog%s."
     28
     29#: ../catablog.php:127
    2330msgid "Select Category"
    24 msgstr "Elija un color"
    25 
    26 #: ../catablog.php:141
     31msgstr "Seleccione una categoría"
     32
     33#: ../catablog.php:169
    2734msgid "<strong>CataBlog</strong> requires <strong>PHP 5</strong> or better running on your web server. You're version of PHP is to old, please contact your hosting company or IT department for an upgrade. Thanks."
    2835msgstr "<strong>CataBlog</strong> <strong>requiere PHP 5</strong> o mejor ejecución en el servidor web. Usted es la versión de PHP es viejo, por favor comuníquese con su compañía de alojamiento o departamento de TI para una actualización. Gracias."
    2936
    30 #: ../catablog.php:146
     37#: ../catablog.php:174
    3138msgid "<strong>CataBlog</strong> requires that the <strong>GD Library</strong> be installed on your web server's version of PHP. Please contact your hosting company or IT department for more information. Thanks."
    3239msgstr "<strong>CataBlog</strong> requiere que el <strong>GD Library</strong> puede instalar en la versión de su servidor web de PHP. Póngase en contacto con su empresa de alojamiento o departamento de TI para obtener más información. Gracias."
    3340
    34 #: ../catablog.php:151
     41#: ../catablog.php:179
    3542msgid "<strong>CataBlog</strong> requires <strong>WordPress 3.1</strong> or above. Please upgrade WordPress or contact your system administrator about upgrading."
    3643msgstr "<strong>CataBlog</strong> requiere <strong>WordPress 3.1</strong> o superior. Por favor, actualice WordPress o ponerte en contacto con el administrador del sistema acerca de la actualización."
    3744
    38 #: ../catablog.php:157
     45#: ../catablog.php:185
    3946msgid "<strong>CataBlog</strong> could not detect your upload directory or it is not writable by PHP. Please make sure Apache and PHP have write permission for the configured uploads folder. Contact your hosting company or IT department for more information. Thanks."
    4047msgstr "<strong> CataBlog </ strong> no pudo detectar el directorio de carga o no se puede escribir en PHP. Por favor, asegúrese de que Apache y PHP tiene permisos de escritura para la carpeta configurada carga. Póngase en contacto con su empresa de alojamiento o departamento de IT para obtener más información. Gracias."
     
    7885
    7986#: ../lib/CataBlog.class.php:330
    80 #, fuzzy
    8187msgid "CataBlog Templates"
    82 msgstr "CataBlog Quitar"
     88msgstr "Plantillas CataBlog"
    8389
    8490#: ../lib/CataBlog.class.php:330
    8591#: ../lib/CataBlog.class.php:410
    86 #, fuzzy
    8792msgid "Templates"
    88 msgstr "Plantilla"
     93msgstr "Plantillas"
    8994
    9095#: ../lib/CataBlog.class.php:331
     
    154159msgstr "Ver ahora"
    155160
    156 #: ../lib/CataBlog.class.php:685
     161#: ../lib/CataBlog.class.php:681
     162msgid "Form Validation Error. Please make sure that the individual and category public page slugs are not identical."
     163msgstr "Formulario de error de validación. Por favor, asegúrese de que las balas individuales y la categoría de públicos de página no son idénticos."
     164
     165#: ../lib/CataBlog.class.php:689
    157166msgid "CataBlog Options Saved"
    158167msgstr "Opciones CataBlog guardados"
    159168
    160 #: ../lib/CataBlog.class.php:738
     169#: ../lib/CataBlog.class.php:742
    161170msgid "Please Let The Rendering Below Complete Before Navigating Away From This Page"
    162171msgstr "Por favor, Deja que la Prestación continuación completa antes de salir de esta página"
    163172
    164 #: ../lib/CataBlog.class.php:756
    165 #: ../lib/CataBlog.class.php:803
    166 #: ../lib/CataBlog.class.php:806
     173#: ../lib/CataBlog.class.php:760
     174#: ../lib/CataBlog.class.php:807
     175#: ../lib/CataBlog.class.php:810
    167176msgid "Form Validation Error. Please reload the page and try again."
    168177msgstr "Formulario de error de validación. Por favor, vuelva a cargar la página e inténtalo de nuevo."
    169178
    170 #: ../lib/CataBlog.class.php:797
    171 #, fuzzy
     179#: ../lib/CataBlog.class.php:801
    172180msgid "Template Changes Saved Successfully."
    173 msgstr "Cambios guardados con éxito."
    174 
    175 #: ../lib/CataBlog.class.php:800
    176 #, fuzzy
     181msgstr "Cambios en las plantillas guardado correctamente."
     182
     183#: ../lib/CataBlog.class.php:804
    177184msgid "Template Created Successfully."
    178 msgstr "Plazo eliminado con éxito."
    179 
    180 #: ../lib/CataBlog.class.php:809
     185msgstr "Plantilla creado correctamente."
     186
     187#: ../lib/CataBlog.class.php:813
    181188#, php-format
    182189msgid "File Creation Error. Please make sure WordPress can write to this directory:<br /><code>%s</code>"
    183 msgstr ""
    184 
    185 #: ../lib/CataBlog.class.php:812
     190msgstr "Error de creación del archivo. Por favor, asegúrese de que WordPress se puede escribir en este directorio:<br /><code>%s</code>"
     191
     192#: ../lib/CataBlog.class.php:816
    186193msgid "File Creation Error. A template already exists with that name."
    187 msgstr ""
    188 
    189 #: ../lib/CataBlog.class.php:815
     194msgstr "Error de creación del archivo. Una plantilla que ya existe con ese nombre."
     195
     196#: ../lib/CataBlog.class.php:819
    190197msgid "File Creation Error. A template name may only consist of underscores, hyphens and alphanumeric characters."
    191 msgstr ""
    192 
    193 #: ../lib/CataBlog.class.php:897
    194 #: ../lib/CataBlog.class.php:898
    195 #: ../lib/CataBlog.class.php:899
     198msgstr "Error de creación del archivo. A nombre de la plantilla sólo puede consistir en guiones bajos, guiones y caracteres alfanuméricos."
     199
     200#: ../lib/CataBlog.class.php:901
     201#: ../lib/CataBlog.class.php:902
     202#: ../lib/CataBlog.class.php:903
    196203msgid "not present"
    197204msgstr "no está presente"
    198205
    199 #: ../lib/CataBlog.class.php:990
     206#: ../lib/CataBlog.class.php:994
    200207msgid "The file you selected was to large or you didn't select anything at all, please try again."
    201208msgstr "El archivo que se seleccionó a los grandes o si no ha seleccionado nada en absoluto, por favor, inténtelo de nuevo."
    202209
    203 #: ../lib/CataBlog.class.php:994
    204 #: ../lib/CataBlog.class.php:1046
     210#: ../lib/CataBlog.class.php:998
     211#: ../lib/CataBlog.class.php:1050
     212#: ../lib/CataBlog.class.php:1102
     213#: ../lib/CataBlog.class.php:1140
     214#: ../lib/CataBlog.class.php:1273
     215msgid "WordPress Nonce Error, please reload the form and try again."
     216msgstr "WordPress Nonce Error: por favor, vuelva a cargar el formulario y vuelva a intentarlo."
     217
     218#: ../lib/CataBlog.class.php:1054
     219msgid "full form was not submitted, please try again."
     220msgstr "forma completa, no se presentó, por favor, inténtelo de nuevo."
     221
    205222#: ../lib/CataBlog.class.php:1098
    206223#: ../lib/CataBlog.class.php:1136
    207 #: ../lib/CataBlog.class.php:1269
    208 msgid "WordPress Nonce Error, please reload the form and try again."
    209 msgstr "WordPress Nonce Error: por favor, vuelva a cargar el formulario y vuelva a intentarlo."
    210 
    211 #: ../lib/CataBlog.class.php:1050
    212 msgid "full form was not submitted, please try again."
    213 msgstr "forma completa, no se presentó, por favor, inténtelo de nuevo."
    214 
    215 #: ../lib/CataBlog.class.php:1094
    216 #: ../lib/CataBlog.class.php:1132
    217224msgid "You didn't select anything to upload, please try again."
    218225msgstr "Usted no ha seleccionado nada para subir, por favor, inténtelo de nuevo."
    219226
    220 #: ../lib/CataBlog.class.php:1102
    221 #: ../lib/CataBlog.class.php:1140
     227#: ../lib/CataBlog.class.php:1106
     228#: ../lib/CataBlog.class.php:1144
    222229msgid "No item ID posted, press back arrow and try again."
    223230msgstr "Sin ID elemento publicado, pulse la flecha de nuevo y vuelve a intentarlo."
    224231
    225 #: ../lib/CataBlog.class.php:1183
     232#: ../lib/CataBlog.class.php:1187
    226233msgid "Please make your selection by checking the boxes in the list below."
    227234msgstr "Por favor haga su selección marcando las casillas de la lista a continuación."
    228235
    229 #: ../lib/CataBlog.class.php:1229
     236#: ../lib/CataBlog.class.php:1233
    230237#, php-format
    231238msgid "Error during set category, could not load item with id %s."
    232239msgstr "Error durante la categoría de conjunto, no se puede cargar el elemento con id %s."
    233240
    234 #: ../lib/CataBlog.class.php:1247
     241#: ../lib/CataBlog.class.php:1251
    235242#, php-format
    236243msgid "Error during bulk delete, could not load item with id %s."
    237244msgstr "Error durante la eliminación masiva, no se puede cargar el elemento con id %s."
    238245
    239 #: ../lib/CataBlog.class.php:1278
     246#: ../lib/CataBlog.class.php:1282
    240247msgid "No file was selected for upload, please try again."
    241248msgstr "No existe el fichero ha sido seleccionada para la subida, por favor, inténtelo de nuevo."
    242249
    243 #: ../lib/CataBlog.class.php:1287
     250#: ../lib/CataBlog.class.php:1291
    244251msgid "Uploaded XML File Could Not Be Parsed, Check That The File's Content Is Valid XML."
    245252msgstr "Archivo Subido XML No se pudieron analizar, Compruebe que el contenido del archivo XML es válido."
    246253
    247 #: ../lib/CataBlog.class.php:1297
     254#: ../lib/CataBlog.class.php:1301
    248255msgid "Uploaded file was not of proper format, please make sure the filename has an xml or csv extension."
    249256msgstr "El archivo subido no era de formato correcto, por favor asegúrese de que el nombre de archivo tiene un xml o csv."
    250257
    251 #: ../lib/CataBlog.class.php:1368
     258#: ../lib/CataBlog.class.php:1372
    252259msgid "The CataBlog upload directories have been unlocked."
    253260msgstr "El CataBlog subir directorios han sido desbloqueados."
    254261
    255 #: ../lib/CataBlog.class.php:1371
    256 #: ../lib/CataBlog.class.php:1384
     262#: ../lib/CataBlog.class.php:1375
     263#: ../lib/CataBlog.class.php:1388
    257264msgid "Could not lock/unlock the directory. Are you using a unix based server?"
    258265msgstr "No se pudo bloquear / desbloquear el directorio. ¿Está utilizando un servidor basado en Unix?"
    259266
    260 #: ../lib/CataBlog.class.php:1381
     267#: ../lib/CataBlog.class.php:1385
    261268msgid "The CataBlog upload directories have been locked."
    262269msgstr "El CataBlog subir directorios se han bloqueado."
    263270
    264 #: ../lib/CataBlog.class.php:1498
     271#: ../lib/CataBlog.class.php:1502
    265272msgid "micro save successful"
    266273msgstr "micro guardar con éxito"
    267274
    268 #: ../lib/CataBlog.class.php:1526
     275#: ../lib/CataBlog.class.php:1530
    269276msgid "Screen Options updated successfully."
    270277msgstr "Opciones de la pantalla actualizado correctamente."
    271278
    272 #: ../lib/CataBlog.class.php:1555
     279#: ../lib/CataBlog.class.php:1559
    273280msgid "Commas, Pipes and reserved HTML characters are not allowed in category names."
    274281msgstr "Las comas, Tubos y reservados caracteres HTML no están permitidos en los nombres de categoría."
    275282
    276 #: ../lib/CataBlog.class.php:1561
     283#: ../lib/CataBlog.class.php:1565
    277284msgid "Please be a little more specific with your category name."
    278285msgstr "Por favor, un poco más específico con su nombre de la categoría."
    279286
    280 #: ../lib/CataBlog.class.php:1573
     287#: ../lib/CataBlog.class.php:1577
    281288msgid "There already is a category with that name."
    282289msgstr "Ya existe una categoría con ese nombre."
    283290
    284 #: ../lib/CataBlog.class.php:1602
     291#: ../lib/CataBlog.class.php:1606
    285292msgid "Term Removed Successfully."
    286293msgstr "Plazo eliminado con éxito."
    287294
    288 #: ../lib/CataBlog.class.php:1605
     295#: ../lib/CataBlog.class.php:1609
    289296msgid "Term did not exist, please refresh page and try again."
    290297msgstr "Término no existía, por favor, volver a cargar la página e inténtalo de nuevo."
    291298
    292 #: ../lib/CataBlog.class.php:1656
     299#: ../lib/CataBlog.class.php:1660
    293300msgid "unsupported image size type"
    294301msgstr "imagen sin soporte en papel del tamaño"
    295302
    296 #: ../lib/CataBlog.class.php:1666
     303#: ../lib/CataBlog.class.php:1670
    297304#, php-format
    298305msgid "Rendering... %s of %s"
    299306msgstr "Representación... %s de %s"
    300307
    301 #: ../lib/CataBlog.class.php:1668
     308#: ../lib/CataBlog.class.php:1672
    302309msgid "Image rendering is now complete."
    303310msgstr "De representación en imágenes se ha completado."
    304311
    305 #: ../lib/CataBlog.class.php:1709
     312#: ../lib/CataBlog.class.php:1713
    306313msgid "error"
    307314msgstr "error"
    308315
    309 #: ../lib/CataBlog.class.php:1712
     316#: ../lib/CataBlog.class.php:1716
    310317msgid "sub image deleted successfully"
    311318msgstr "sub imagen eliminado con éxito"
    312319
    313 #: ../lib/CataBlog.class.php:1731
     320#: ../lib/CataBlog.class.php:1735
    314321#, php-format
    315322msgid "%s library items deleted successfully."
    316323msgstr "%s elementos de la biblioteca eliminado con éxito."
    317324
    318 #: ../lib/CataBlog.class.php:1734
     325#: ../lib/CataBlog.class.php:1738
    319326msgid "CataBlog Library Cleared Successfully."
    320327msgstr "Colección CataBlog aclarados con éxito."
    321328
    322 #: ../lib/CataBlog.class.php:1747
     329#: ../lib/CataBlog.class.php:1751
    323330msgid "CataBlog Options, Directories and Terms Deleted Successfully."
    324331msgstr "Opciones CataBlog, Directorios y Condiciones eliminados con éxito."
    325332
    326 #: ../lib/CataBlog.class.php:1748
     333#: ../lib/CataBlog.class.php:1752
    327334msgid "You may now go deactivate CataBlog and nothing will be left behind."
    328335msgstr "Ahora puede ir a desactivar CataBlog y nada se quedará atrás."
    329336
    330 #: ../lib/CataBlog.class.php:1749
     337#: ../lib/CataBlog.class.php:1753
    331338msgid "If you want to continue using CataBlog, go to the library to re-install necessary settings."
    332339msgstr "Si desea seguir utilizando CataBlog, ir a la biblioteca para volver a instalar los ajustes necesarios."
    333340
    334 #: ../lib/CataBlog.class.php:1885
     341#: ../lib/CataBlog.class.php:1889
    335342#, php-format
    336343msgid "CataBlog %s LightBox Styles | %s"
    337344msgstr "CataBlog %s LightBox Styles | %s"
    338345
    339 #: ../lib/CataBlog.class.php:1908
     346#: ../lib/CataBlog.class.php:1912
    340347msgid "You may also press &quot;P&quot; or the left arrow on your keyboard"
    341348msgstr "También puede pulsar &quot;A&quot; o la flecha izquierda del teclado"
    342349
    343 #: ../lib/CataBlog.class.php:1909
     350#: ../lib/CataBlog.class.php:1913
    344351msgid "You may also press &quot;N&quot; or the right arrow on your keyboard"
    345352msgstr "También puede presionar &quot;S&quot; o la flecha derecha del teclado"
    346353
    347 #: ../lib/CataBlog.class.php:1910
     354#: ../lib/CataBlog.class.php:1914
    348355msgid "Close LightBox Now"
    349356msgstr "Cerca LightBox Ahora"
    350357
    351 #: ../lib/CataBlog.class.php:1911
     358#: ../lib/CataBlog.class.php:1915
    352359msgid "PREV"
    353360msgstr "ANTERIOR"
    354361
    355 #: ../lib/CataBlog.class.php:1912
     362#: ../lib/CataBlog.class.php:1916
    356363msgid "NEXT"
    357364msgstr "SIGUIENTE"
    358365
    359 #: ../lib/CataBlog.class.php:1913
     366#: ../lib/CataBlog.class.php:1917
    360367msgid "CLOSE"
    361368msgstr "CERRAR"
    362369
    363 #: ../lib/CataBlog.class.php:1917
     370#: ../lib/CataBlog.class.php:1921
    364371#, php-format
    365372msgid "CataBlog %s LightBox JavaScript | %s"
    366373msgstr "CataBlog %s LightBox JavaScript | %s"
    367374
    368 #: ../lib/CataBlog.class.php:1919
     375#: ../lib/CataBlog.class.php:1923
    369376msgid "End CataBlog LightBox JavaScript"
    370377msgstr "Fin CataBlog LightBox JavaScript"
    371378
    372 #: ../lib/CataBlog.class.php:2068
     379#: ../lib/CataBlog.class.php:2072
    373380#, php-format
    374381msgid "%s to %s of %s"
    375 msgstr ""
    376 
    377 #: ../lib/CataBlog.class.php:2202
    378 #, fuzzy, php-format
     382msgstr "%s a %s de %s"
     383
     384#: ../lib/CataBlog.class.php:2206
     385#, php-format
    379386msgid "CataBlog Template Error: The store template does not exist. Please make sure their is a file with the name '%s.htm' in the <code>wp-content/uploads/catablog/templates</code> directory."
    380 msgstr "CataBlog abreviado de parámetros de error: El atributo de plantilla de este código abreviado puntos a un archivo que no existe. Por favor, asegúrese de que su es un archivo con '%s.htm' el nombre en el directorio de puntos de 'view'."
    381 
    382 #: ../lib/CataBlog.class.php:2225
     387msgstr "CataBlog error de plantilla: La plantilla de la tienda no existe. Por favor, asegúrese de que su es un archivo con extensión '%s.htm' en el directorio <code>wp-content/uploads/catablog/templates</code>."
     388
     389#: ../lib/CataBlog.class.php:2229
    383390#, php-format
    384391msgid "CataBlog ShortCode Parameter Error: The template attribute of this ShortCode points to a file that does not exist. Please make sure their is a file with the name '%s.htm' in the views directory."
    385392msgstr "CataBlog abreviado de parámetros de error: El atributo de plantilla de este código abreviado puntos a un archivo que no existe. Por favor, asegúrese de que su es un archivo con '%s.htm' el nombre en el directorio de puntos de 'view'."
    386393
    387 #: ../lib/CataBlog.class.php:2226
     394#: ../lib/CataBlog.class.php:2230
    388395#: ../templates/admin-library.php:20
    389396msgid "Learn More"
    390397msgstr "Más información"
    391398
    392 #: ../lib/CataBlog.class.php:2347
    393 #, fuzzy
     399#: ../lib/CataBlog.class.php:2351
    394400msgid "The CataBlog Upload Directory cannot be written. "
    395 msgstr "El CataBlog subir directorios se han bloqueado."
    396 
    397 #: ../lib/CataBlog.class.php:2347
     401msgstr "El Directorio de CataBlog Subir no se puede escribir."
     402
     403#: ../lib/CataBlog.class.php:2351
     404#: ../lib/CataBlog.class.php:2356
     405#: ../lib/CataBlog.class.php:2557
    398406msgid "Please check your server file permissions and apache configuration."
    399 msgstr ""
    400 
    401 #: ../lib/CataBlog.class.php:2352
    402 #, fuzzy
     407msgstr "Compruebe sus permisos de servidor de archivos y la configuración de apache."
     408
     409#: ../lib/CataBlog.class.php:2356
    403410msgid "The CataBlog Templates Directory cannot be written. "
    404 msgstr "El CataBlog subir directorios se han bloqueado."
    405 
    406 #: ../lib/CataBlog.class.php:2352
    407 #: ../lib/CataBlog.class.php:2553
    408 msgid " Please check your server file permissions and apache configuration."
    409 msgstr ""
    410 
    411 #: ../lib/CataBlog.class.php:2362
     411msgstr "El Directorio de CataBlog Las plantillas no se puede escribir."
     412
     413#: ../lib/CataBlog.class.php:2366
    412414#, php-format
    413415msgid "CataBlog options and directories have been successfully installed. Please, %srefresh now%s"
    414416msgstr "Opciones CataBlog y directorios se han instalado con éxito. Por favor, %sactualice ahora%s"
    415417
    416 #: ../lib/CataBlog.class.php:2386
    417 #: ../lib/CataBlog.class.php:2558
     418#: ../lib/CataBlog.class.php:2390
     419#: ../lib/CataBlog.class.php:2562
    418420msgid "Previous"
    419 msgstr ""
    420 
    421 #: ../lib/CataBlog.class.php:2387
    422 #: ../lib/CataBlog.class.php:2559
     421msgstr "anterior"
     422
     423#: ../lib/CataBlog.class.php:2391
     424#: ../lib/CataBlog.class.php:2563
    423425msgid "Next"
    424 msgstr ""
    425 
    426 #: ../lib/CataBlog.class.php:2443
     426msgstr "próximo"
     427
     428#: ../lib/CataBlog.class.php:2447
    427429#, php-format
    428430msgid "There was an error creating the default term: %s"
    429431msgstr "Se ha producido un error al crear el término por defecto: %s"
    430432
    431 #: ../lib/CataBlog.class.php:2481
     433#: ../lib/CataBlog.class.php:2485
    432434msgid "CataBlog options and directories have been successfully upgraded."
    433435msgstr "Opciones CataBlog y directorios se han actualizado correctamente."
    434436
    435 #: ../lib/CataBlog.class.php:2553
    436 #, fuzzy
     437#: ../lib/CataBlog.class.php:2557
    437438msgid "The New CataBlog Templates cannot be written. "
    438 msgstr "El CataBlog subir directorios se han bloqueado."
    439 
    440 #: ../lib/CataBlog.class.php:2740
     439msgstr "Las nuevas plantillas CataBlog no se puede escribir."
     440
     441#: ../lib/CataBlog.class.php:2744
    441442msgid "Uploaded CSV File Could Not Be Parsed, Check That The File's Format Is Valid."
    442443msgstr "Archivo Subido CSV no se pudo analizar, Compruebe que el formato del archivo es válido."
    443444
    444 #: ../lib/CataBlog.class.php:2781
    445 #, fuzzy, php-format
     445#: ../lib/CataBlog.class.php:2785
     446#, php-format
    446447msgid "There was an error parsing your CSV file on lines: %s."
    447 msgstr "Se ha producido un error al crear el término por defecto: %s"
    448 
    449 #: ../lib/CataBlog.class.php:2828
    450 #: ../lib/CataBlog.class.php:2871
     448msgstr "Hubo un error al analizar el archivo CSV en las líneas: %s"
     449
     450#: ../lib/CataBlog.class.php:2832
    451451#: ../lib/CataBlog.class.php:2875
    452 #: ../lib/CataBlog.class.php:2878
     452#: ../lib/CataBlog.class.php:2879
     453#: ../lib/CataBlog.class.php:2882
    453454msgid "Error:"
    454455msgstr "Error:"
    455456
    456 #: ../lib/CataBlog.class.php:2842
     457#: ../lib/CataBlog.class.php:2846
    457458msgid "Success:"
    458459msgstr "Éxito:"
    459460
    460 #: ../lib/CataBlog.class.php:2842
     461#: ../lib/CataBlog.class.php:2846
    461462#, php-format
    462463msgid " %s inserted into catalog categories."
    463464msgstr "%s inserta en categorías catálogo."
    464465
    465 #: ../lib/CataBlog.class.php:2850
     466#: ../lib/CataBlog.class.php:2854
    466467msgid "All New Categories Created"
    467468msgstr "Todas las categorías Nueva creación"
    468469
    469 #: ../lib/CataBlog.class.php:2854
     470#: ../lib/CataBlog.class.php:2858
    470471msgid "No New Categories Created"
    471472msgstr "No hay nuevas categorías creadas"
    472473
    473 #: ../lib/CataBlog.class.php:2869
    474 #: ../lib/CataBlog.class.php:2923
     474#: ../lib/CataBlog.class.php:2873
     475#: ../lib/CataBlog.class.php:2927
    475476msgid "Insert:"
    476477msgstr "Insertar:"
    477478
    478 #: ../lib/CataBlog.class.php:2869
    479 #: ../lib/CataBlog.class.php:2923
     479#: ../lib/CataBlog.class.php:2873
     480#: ../lib/CataBlog.class.php:2927
    480481#, php-format
    481482msgid " %s inserted into the database."
    482483msgstr "%s inserta en la base de datos."
    483484
    484 #: ../lib/CataBlog.class.php:2871
     485#: ../lib/CataBlog.class.php:2875
    485486#, php-format
    486487msgid " %s was not inserted into the database."
    487488msgstr "%s no fue insertado en la base de datos."
    488489
    489 #: ../lib/CataBlog.class.php:2875
     490#: ../lib/CataBlog.class.php:2879
    490491msgid "Item had no title and could not be made."
    491492msgstr "Artículo no tiene título y no pudo realizar."
    492493
    493 #: ../lib/CataBlog.class.php:2878
     494#: ../lib/CataBlog.class.php:2882
    494495msgid "Item had no primary image name and could not be made."
    495496msgstr "Artículo no tiene nombre de la imagen principal y no pudo realizar."
    496497
    497 #: ../lib/CataBlog.class.php:2920
     498#: ../lib/CataBlog.class.php:2924
    498499msgid "Update:"
    499500msgstr "Actualización:"
    500501
    501 #: ../lib/CataBlog.class.php:2920
     502#: ../lib/CataBlog.class.php:2924
    502503#, php-format
    503504msgid " %s updated in database."
    504505msgstr "%s actualizada la base de datos."
    505506
    506 #: ../lib/CataBlog.class.php:2949
    507 #, fuzzy, php-format
     507#: ../lib/CataBlog.class.php:2953
     508#, php-format
    508509msgid "%s Catalog Items Inserted"
    509 msgstr "Todos los productos del catálogo procesados"
    510 
    511 #: ../lib/CataBlog.class.php:3014
     510msgstr "%s artículos de catálogo insertada"
     511
     512#: ../lib/CataBlog.class.php:3018
    512513msgid "Uploaded File Exceeded The PHP Configurations Max File Size."
    513514msgstr "El archivo subido excede el máximo de configuraciones de PHP Tamaño del archivo."
    514515
    515 #: ../lib/CataBlog.class.php:3017
     516#: ../lib/CataBlog.class.php:3021
    516517msgid "Upload File Exceeded The HTML Form's Max File Size."
    517518msgstr "Carga de archivos ha superado el máximo de formulario HTML Tamaño del archivo."
    518519
    519 #: ../lib/CataBlog.class.php:3020
     520#: ../lib/CataBlog.class.php:3024
    520521msgid "File Only Partially Uploaded, Please Try Again."
    521522msgstr "El archivo sólo parcialmente cargado, por favor intente de nuevo."
    522523
    523 #: ../lib/CataBlog.class.php:3023
     524#: ../lib/CataBlog.class.php:3027
    524525msgid "No File Selected For Upload. Please Resubmit The Form."
    525526msgstr "No hay archivos seleccionados para subir. Por favor, vuelva a enviar el formulario."
    526527
    527 #: ../lib/CataBlog.class.php:3026
     528#: ../lib/CataBlog.class.php:3030
    528529msgid "Your Server's PHP Configuration Does Not Have A Temporary Folder For Uploads, Please Contact The System Admin."
    529530msgstr "Configuración de su servidor PHP no tiene una carpeta temporal de Cargas, Póngase en contacto con el administrador del sistema."
    530531
    531 #: ../lib/CataBlog.class.php:3029
     532#: ../lib/CataBlog.class.php:3033
    532533msgid "Your Server's PHP Configuration Can Not Write To Disc, Please Contact The System Admin."
    533534msgstr "Configuración de su servidor PHP no se puede escribir en el disco, Por favor contacte al administrador del sistema."
    534535
    535 #: ../lib/CataBlog.class.php:3032
     536#: ../lib/CataBlog.class.php:3036
    536537msgid "A PHP Extension Is Blocking PHP From Excepting Uploads, Please Contact The System Admin."
    537538msgstr "Una extensión de PHP está bloqueando PHP De Cargas aceptar, Póngase en contacto con el administrador del sistema."
    538539
    539 #: ../lib/CataBlog.class.php:3035
     540#: ../lib/CataBlog.class.php:3039
    540541msgid "An Unknown Upload Error Has Occurred"
    541542msgstr "Un desconocido Subir error ha ocurrido"
     
    600601
    601602#: ../lib/CataBlogItem.class.php:361
    602 #: ../lib/CataBlogItem.class.php:548
     603#: ../lib/CataBlogItem.class.php:549
    603604msgid "The image could not be used because it is an unsupported format. JPEG, GIF and PNG formats only, please."
    604605msgstr "La imagen no pudo ser utilizado debido a que es un formato no compatible. JPEG, GIF y PNG solamente."
    605606
    606607#: ../lib/CataBlogItem.class.php:374
    607 #: ../lib/CataBlogItem.class.php:535
     608#: ../lib/CataBlogItem.class.php:536
    608609msgid "Can not write uploaded image to server, your storage space is exhausted."
    609610msgstr "No se puede escribir la imagen subido al servidor, el espacio de almacenamiento se ha agotado."
    610611
    611612#: ../lib/CataBlogItem.class.php:375
    612 #: ../lib/CataBlogItem.class.php:536
     613#: ../lib/CataBlogItem.class.php:537
    613614msgid "Please delete some media files to free up space and try again."
    614615msgstr "Por favor, elimine algunos archivos para liberar espacio y vuelve a intentarlo."
    615616
    616617#: ../lib/CataBlogItem.class.php:376
    617 #: ../lib/CataBlogItem.class.php:537
     618#: ../lib/CataBlogItem.class.php:538
    618619#, php-format
    619620msgid "You have %sMB of available space on your server and your image is %sMB."
    620621msgstr "Tiene %sMB del espacio disponible en el servidor y su imagen es %sMB."
    621622
    622 #: ../lib/CataBlogItem.class.php:465
     623#: ../lib/CataBlogItem.class.php:466
    623624msgid "Could not set categories, please try again."
    624625msgstr "No se pudo establecer categorías, por favor, inténtelo de nuevo."
    625626
    626 #: ../lib/CataBlogItem.class.php:592
    627 #: ../lib/CataBlogItem.class.php:653
     627#: ../lib/CataBlogItem.class.php:593
     628#: ../lib/CataBlogItem.class.php:654
    628629#, php-format
    629630msgid "Original image file missing, could not be located at %s"
    630631msgstr "Archivo original de la imagen que falta, no se encuentra en %s"
    631632
    632 #: ../lib/CataBlogItem.class.php:599
    633 #: ../lib/CataBlogItem.class.php:661
     633#: ../lib/CataBlogItem.class.php:600
     634#: ../lib/CataBlogItem.class.php:662
    634635msgid "Original image dimensions are less then 1px. Most likely PHP does not have permission to read the original file."
    635636msgstr "Imagen original dimensiones son inferiores a 1 píxel. Más probable es que PHP no tiene permiso para leer el archivo original."
    636637
    637 #: ../lib/CataBlogItem.class.php:628
    638 #: ../lib/CataBlogItem.class.php:675
     638#: ../lib/CataBlogItem.class.php:629
     639#: ../lib/CataBlogItem.class.php:676
    639640msgid "Original image could not be loaded because it is an unsupported format."
    640641msgstr "Imagen original no se pudo cargar porque es un formato no compatible."
    641642
    642643#: ../lib/CataBlogWidget.class.php:14
    643 #, fuzzy
    644644msgid "Entries from your CataBlog Library"
    645 msgstr "CataBlog Colección"
     645msgstr "Las entradas de la biblioteca de CataBlog"
    646646
    647647#: ../lib/CataBlogWidget.class.php:15
    648 #, fuzzy
    649648msgid "CataBlog Catalog"
    650 msgstr "CataBlog Categoría"
     649msgstr "CataBlog Catálogo"
    651650
    652651#: ../lib/CataBlogWidget.class.php:50
     
    671670#: ../lib/CataBlogWidget.class.php:53
    672671msgid "Random"
    673 msgstr ""
     672msgstr "Azar"
    674673
    675674#: ../lib/CataBlogWidget.class.php:56
    676675msgid "Ascending"
    677 msgstr ""
     676msgstr "Ascendente"
    678677
    679678#: ../lib/CataBlogWidget.class.php:57
    680679msgid "Descending"
    681 msgstr ""
     680msgstr "Descendente"
    682681
    683682#: ../lib/CataBlogWidget.class.php:60
    684 #, fuzzy
    685683msgid "In Categories"
    686 msgstr "Categorías"
     684msgstr "En Categorías"
    687685
    688686#: ../lib/CataBlogWidget.class.php:61
    689 #, fuzzy
    690687msgid "Not In Categories"
    691 msgstr "Editar categorías"
     688msgstr "No en Categorías"
    692689
    693690#: ../lib/CataBlogWidget.class.php:62
    694 #, fuzzy
    695691msgid "In All Categories"
    696 msgstr "Todas las categorías"
     692msgstr "En todas las categorías"
    697693
    698694#: ../lib/CataBlogWidget.class.php:70
    699 #: ../lib/CataBlogWidget.class.php:263
    700 #, fuzzy
     695#: ../lib/CataBlogWidget.class.php:270
    701696msgid "Title: "
    702 msgstr "Título"
     697msgstr "Título:"
    703698
    704699#: ../lib/CataBlogWidget.class.php:87
    705 #, fuzzy
    706700msgid "Category:"
    707 msgstr "Categorías"
     701msgstr "Categoría:"
    708702
    709703#: ../lib/CataBlogWidget.class.php:90
    710704msgid "Separate category names with commas"
    711 msgstr ""
     705msgstr "Separe los nombres de categoría con comas"
    712706
    713707#: ../lib/CataBlogWidget.class.php:94
    714 #, fuzzy
    715708msgid "Template:"
    716 msgstr "Plantilla"
     709msgstr "Plantilla:"
    717710
    718711#: ../lib/CataBlogWidget.class.php:106
    719 #, fuzzy
    720712msgid "Sort:"
    721 msgstr "Tienda"
     713msgstr "Tipo:"
    722714
    723715#: ../lib/CataBlogWidget.class.php:117
    724 #, fuzzy
    725716msgid "Order:"
    726 msgstr "Orden"
     717msgstr "Orden:"
    727718
    728719#: ../lib/CataBlogWidget.class.php:128
    729720msgid "Operator:"
    730 msgstr ""
     721msgstr "Operador:"
    731722
    732723#: ../lib/CataBlogWidget.class.php:139
    733724msgid "Limit:"
    734 msgstr ""
     725msgstr "Límite:"
    735726
    736727#: ../lib/CataBlogWidget.class.php:207
    737728msgid "CataBlog display functions could not be found, please completely reinstall CataBlog."
    738 msgstr ""
     729msgstr "Funciones CataBlog pantalla no se ha encontrado, por favor reinstale por completo CataBlog."
    739730
    740731#: ../lib/CataBlogWidget.class.php:239
    741 #, fuzzy
    742732msgid "Categories from your CataBlog Library"
    743 msgstr "CataBlog Colección"
     733msgstr "Categorías de la Biblioteca de CataBlog"
    744734
    745735#: ../lib/CataBlogWidget.class.php:240
    746 #, fuzzy
    747736msgid "CataBlog Categories"
    748 msgstr "CataBlog Categoría"
    749 
    750 #: ../lib/CataBlogWidget.class.php:270
     737msgstr "CataBlog Categorías"
     738
     739#: ../lib/CataBlogWidget.class.php:250
     740#, php-format
     741msgid "This widget requires you to enable the %sCataBlog Public Option%s."
     742msgstr "Este widget le requiere para que %sla opción pública CataBlog%s."
     743
     744#: ../lib/CataBlogWidget.class.php:277
    751745msgid "Display as dropdown"
    752 msgstr ""
    753 
    754 #: ../lib/CataBlogWidget.class.php:273
    755 #, fuzzy
     746msgstr "Mostrar como desplegable"
     747
     748#: ../lib/CataBlogWidget.class.php:280
    756749msgid "Show post count"
    757 msgstr "Mostrar en pantalla"
     750msgstr "Mostrar publicar recuento"
    758751
    759752#: ../templates/admin-404.php:4
     
    812805
    813806#: ../templates/admin-about.php:41
    814 #, fuzzy
    815807msgid "GD Version:"
    816 msgstr "Versión de PHP:"
     808msgstr "Versión de GD:"
    817809
    818810#: ../templates/admin-about.php:42
     
    884876#: ../templates/admin-contextual-help.php:44
    885877msgid "First select a template file to edit by clicking it in the templates list. "
    886 msgstr ""
     878msgstr "Primero, seleccione un archivo de plantilla para editar haciendo clic en la lista de plantillas."
    887879
    888880#: ../templates/admin-contextual-help.php:45
    889881msgid "Than simply change the HTML code using CataBlog Tokens for specific values. "
    890 msgstr ""
     882msgstr "Que simplemente cambiar el código HTML usando tokens CataBlog de valores específicos."
    891883
    892884#: ../templates/admin-contextual-help.php:46
    893885msgid "You may also make your own template files and use the template parameter in the CataBlog ShortCode to specify which template shall be used to render your catalog. "
    894 msgstr ""
     886msgstr "También puede hacer sus propios archivos de plantilla y utilizar el parámetro de plantilla en el código abreviado CataBlog para especificar qué plantilla se utiliza para representar a su catálogo."
    895887
    896888#: ../templates/admin-contextual-help.php:50
    897889msgid "The <strong>Default View</strong> will be used as your basic template if no others are specified in your CataBlog ShortCodes."
    898 msgstr ""
     890msgstr "La vista <strong>Default</strong> se utilizará como base la plantilla si no se especifican en los demás sus códigos cortos CataBlog."
    899891
    900892#: ../templates/admin-contextual-help.php:54
    901893msgid "The <strong>Single View</strong> will be used to render all Public CataBlog Single Pages."
    902 msgstr ""
     894msgstr "La vista <strong>Single</strong> se utiliza para representar todos los públicos de páginas únicas CataBlog."
    903895
    904896#: ../templates/admin-contextual-help.php:58
    905897msgid "The <strong>Archive View</strong> will be used to render all Public CataBlog Archive (Category) Pages."
    906 msgstr ""
     898msgstr "La vista <strong>Archive</strong> se utiliza para representar todos los públicos CataBlog Archivo (Categoría) páginas."
    907899
    908900#: ../templates/admin-contextual-help.php:62
    909901msgid "The <strong>Store View</strong> will be used to render your <code>%BUY-NOW-BUTTON%</code>."
    910 msgstr ""
     902msgstr "La vista <strong>Store</strong> se utiliza para representar a su <code>%BUY-NOW-BUTTON%</code>."
    911903
    912904#: ../templates/admin-contextual-help.php:66
    913905#, php-format
    914906msgid "The rest of the templates are there for your convenience and may be found on your server at:<br /><code>%s</code>"
    915 msgstr ""
     907msgstr "El resto de las plantillas son para su conveniencia y puede ser encontrado en el servidor en:<br /><code>%s</code>"
    916908
    917909#: ../templates/admin-contextual-help.php:71
    918910msgid "Read more and get the entire list of token at: "
    919 msgstr ""
    920 
    921 #: ../templates/admin-contextual-help.php:72
    922 msgid "CataBlog Documentation - Making Custom Templates"
    923 msgstr ""
     911msgstr "Leer más y obtener la lista completa de testigo en:"
    924912
    925913#: ../templates/admin-contextual-help.php:82
     
    12231211
    12241212#: ../templates/admin-library.php:19
    1225 #, fuzzy
    12261213msgid "You must have a JavaScript enabled browser for bulk actions."
    1227 msgstr "Usted debe tener un explorador Javascript activado para poder crear nuevas categorías."
     1214msgstr "Debe tener un navegador con JavaScript habilitado para las acciones a granel."
    12281215
    12291216#: ../templates/admin-library.php:34
     
    13651352#: ../templates/admin-new.php:22
    13661353msgid "Flash upload was not enabled."
    1367 msgstr ""
     1354msgstr "Flash subir no se ha habilitado."
    13681355
    13691356#: ../templates/admin-new.php:22
    13701357msgid "Either you elected to disable it, JavaScript is disabled, or your version of Flash is too old."
    1371 msgstr ""
     1358msgstr "Ya sea que usted eligió para desactivarlo, JavaScript no está habilitado, o su versión de Flash es demasiado antigua."
    13721359
    13731360#: ../templates/admin-new.php:25
     
    13821369#: ../templates/admin-new.php:34
    13831370msgid "Flash uploader not working for you?"
    1384 msgstr ""
     1371msgstr "¿Cargador de Flash no trabaja para usted?"
    13851372
    13861373#: ../templates/admin-new.php:35
    1387 #, fuzzy
    13881374msgid "Disable Flash Upload"
    1389 msgstr "Cancelar Subir"
     1375msgstr "Deshabilitar Flash Subir"
    13901376
    13911377#: ../templates/admin-new.php:39
    1392 #, fuzzy
    13931378msgid "Why not try the flash uploader?"
    1394 msgstr "Ir a la última página"
     1379msgstr "¿Por qué no pruebas el cargador de flash?"
    13951380
    13961381#: ../templates/admin-new.php:40
    1397 #, fuzzy
    13981382msgid "Enable Flash Upload"
    1399 msgstr "Cancelar Subir"
     1383msgstr "Activar Flash Subir"
    14001384
    14011385#: ../templates/admin-new.php:77
     
    14361420#: ../templates/admin-options.php:39
    14371421msgid "Navigation"
    1438 msgstr ""
     1422msgstr "Navegación"
    14391423
    14401424#: ../templates/admin-options.php:40
    1441 #, fuzzy
    14421425msgid "Title Link"
    1443 msgstr "Título"
     1426msgstr "Título del enlace"
    14441427
    14451428#: ../templates/admin-options.php:48
     
    14561439
    14571440#: ../templates/admin-options.php:57
    1458 #, fuzzy
    14591441msgid "Thumbnail Width:"
    1460 msgstr "Miniatura Tamaño:"
     1442msgstr "Miniatura Ancho:"
    14611443
    14621444#: ../templates/admin-options.php:59
     
    14671449
    14681450#: ../templates/admin-options.php:61
    1469 #, fuzzy
    14701451msgid "Your thumbnail width must be a positive integer."
    1471 msgstr "Su tamaño miniatura debe ser un entero positivo."
     1452msgstr "Su ancho de imagen debe ser un entero positivo."
    14721453
    14731454#: ../templates/admin-options.php:62
    1474 #, fuzzy
    14751455msgid "this will change the thumbnail width of all your catalog items."
    1476 msgstr "esto va a cambiar el tamaño de las miniaturas de todos sus artículos del catálogo."
     1456msgstr "esto va a cambiar el ancho de imagen de todos sus artículos del catálogo."
    14771457
    14781458#: ../templates/admin-options.php:65
    1479 #, fuzzy
    14801459msgid "Thumbnail Height:"
    1481 msgstr "Miniatura Tamaño:"
     1460msgstr "Miniatura de Altura:"
    14821461
    14831462#: ../templates/admin-options.php:69
    1484 #, fuzzy
    14851463msgid "Your thumbnail height must be a positive integer."
    1486 msgstr "Su tamaño miniatura debe ser un entero positivo."
     1464msgstr "Su altura de imagen debe ser un entero positivo."
    14871465
    14881466#: ../templates/admin-options.php:70
    1489 #, fuzzy
    14901467msgid "this will change the thumbnail height of all your catalog items."
    1491 msgstr "esto va a cambiar el tamaño de las miniaturas de todos sus artículos del catálogo."
     1468msgstr "esto va a cambiar la altura en miniatura de todos sus artículos del catálogo."
    14921469
    14931470#: ../templates/admin-options.php:74
     
    15211498#: ../templates/admin-options.php:110
    15221499msgid "LightBox Navigation - Combine All ShortCodes:"
    1523 msgstr ""
     1500msgstr "LightBox Navegación - Combine todos los códigos cortos:"
    15241501
    15251502#: ../templates/admin-options.php:112
    15261503msgid "check this box to make the LightBox's next and previous navigation buttons jump from one ShortCode to another."
    1527 msgstr ""
     1504msgstr "Marque esta casilla para hacer que la caja de luz de los botones de navegación Siguiente y Anterior saltar de un código corto a otro."
    15281505
    15291506#: ../templates/admin-options.php:117
     
    15881565msgstr "Esta es la babosa de la identificación de su blog se use para crear sus páginas de archivo de catálogo."
    15891566
    1590 #: ../templates/admin-options.php:173
     1567#: ../templates/admin-options.php:170
     1568msgid "Your public slugs cannot be the same."
     1569msgstr "Sus babosas públicas no puede ser el mismo."
     1570
     1571#: ../templates/admin-options.php:175
    15911572msgid "Catalog Slugs Warning"
    15921573msgstr "Las babosas Catálogo de advertencia"
    15931574
    1594 #: ../templates/admin-options.php:174
     1575#: ../templates/admin-options.php:176
    15951576#, php-format
    15961577msgid "Please make sure you do not set either of your catalog slugs to a %sWordPress Reserved Term%s."
    15971578msgstr "Por favor, asegúrese de que no establece ninguna de las babosas de su catálogo a un %splazo de WordPress reservados%s."
    15981579
    1599 #: ../templates/admin-options.php:175
     1580#: ../templates/admin-options.php:177
    16001581msgid "These labels must also be URL friendly, so they may be transformed from your original input."
    16011582msgstr "Estas etiquetas también deben presentar una URL amigable, por lo que puede ser transformado desde su entrada original."
    16021583
    1603 #: ../templates/admin-options.php:185
     1584#: ../templates/admin-options.php:187
    16041585msgid "Previous Link Label:"
    1605 msgstr ""
    1606 
    1607 #: ../templates/admin-options.php:188
    1608 msgid "What word would you like to be used for a paginated catalog's previous page link."
    1609 msgstr ""
    1610 
    1611 #: ../templates/admin-options.php:193
     1586msgstr "Etiqueta de Enlace anterior:"
     1587
     1588#: ../templates/admin-options.php:190
     1589msgid "The word you would like to be used for a paginated catalog's previous page link."
     1590msgstr "La palabra que le gustaría ser utilizado para el enlace de un catálogo paginado de la página anterior."
     1591
     1592#: ../templates/admin-options.php:195
    16121593msgid "Next Link Label:"
    1613 msgstr ""
    1614 
    1615 #: ../templates/admin-options.php:196
    1616 msgid "What word would you like to be used for a paginated catalog's next page link."
    1617 msgstr ""
    1618 
    1619 #: ../templates/admin-options.php:203
     1594msgstr "Etiqueta siguiente enlace:"
     1595
     1596#: ../templates/admin-options.php:198
     1597msgid "The word you would like to be used for a paginated catalog's next page link."
     1598msgstr "La palabra que le gustaría ser utilizado para el enlace de un catálogo paginado de la página siguiente."
     1599
     1600#: ../templates/admin-options.php:205
    16201601msgid "Display Location:"
    1621 msgstr ""
    1622 
    1623 #: ../templates/admin-options.php:205
    1624 #, fuzzy
     1602msgstr "Ubicación de la pantalla:"
     1603
     1604#: ../templates/admin-options.php:207
    16251605msgid "Above Catalog"
    1626 msgstr "Acerca de CataBlog"
    1627 
    1628 #: ../templates/admin-options.php:205
    1629 #, fuzzy
     1606msgstr "Sobre el Catálogo"
     1607
     1608#: ../templates/admin-options.php:207
    16301609msgid "Below Catalog"
    1631 msgstr "Retire CataBlog"
    1632 
    1633 #: ../templates/admin-options.php:205
     1610msgstr "A continuación Catálogo"
     1611
     1612#: ../templates/admin-options.php:207
    16341613msgid "Above and Below"
    1635 msgstr ""
    1636 
    1637 #: ../templates/admin-options.php:212
     1614msgstr "Arriba y Abajo"
     1615
     1616#: ../templates/admin-options.php:214
    16381617msgid "Select where you would like your navigation controls to be displayed"
    1639 msgstr ""
    1640 
    1641 #: ../templates/admin-options.php:218
     1618msgstr "Seleccionar dónde le gustaría que sus controles de navegación para que se muestre"
     1619
     1620#: ../templates/admin-options.php:220
    16421621msgid "Show Extra Navigation Info:"
    1643 msgstr ""
    1644 
    1645 #: ../templates/admin-options.php:220
    1646 #, fuzzy
     1622msgstr "Mostrar Historia Navegación:"
     1623
     1624#: ../templates/admin-options.php:222
    16471625msgid "If this is checked then the index of the catalog items being viewed on the page will be shown."
    1648 msgstr "Si se marca esta opción, todos y cada elemento del catálogo tendrá su propia página, con enlace permanente."
    1649 
    1650 #: ../templates/admin-options.php:229
     1626msgstr "Si esto se comprueba a continuación el índice de los artículos del catálogo también se está viendo en la página aparecerá."
     1627
     1628#: ../templates/admin-options.php:231
    16511629msgid "Link Target:"
    16521630msgstr "Destino de vínculo:"
    16531631
    1654 #: ../templates/admin-options.php:232
     1632#: ../templates/admin-options.php:234
    16551633msgid "The link target setting will set the <strong>target</strong> attribute of all the catalog title links."
    16561634msgstr "La fijación de objetivos enlace se establece el atributo de destino de todos los enlaces catálogo título."
    16571635
    1658 #: ../templates/admin-options.php:233
    1659 #: ../templates/admin-options.php:241
     1636#: ../templates/admin-options.php:235
     1637#: ../templates/admin-options.php:243
    16601638msgid "examples:"
    16611639msgstr "ejemplos:"
    16621640
    1663 #: ../templates/admin-options.php:237
     1641#: ../templates/admin-options.php:239
    16641642msgid "Link Relationship:"
    16651643msgstr "Vincular la relación:"
    16661644
    1667 #: ../templates/admin-options.php:240
     1645#: ../templates/admin-options.php:242
    16681646msgid "The link relationship will set the <strong>rel</strong> attribute of all the catalog title links."
    16691647msgstr "La relación de enlace se establece el atributo rel de todos los enlaces catálogo título."
    16701648
    1671 #: ../templates/admin-options.php:251
     1649#: ../templates/admin-options.php:253
    16721650msgid "Enable WordPress Filters:"
    16731651msgstr "Habilitar WordPress Filtros:"
    16741652
    1675 #: ../templates/admin-options.php:254
     1653#: ../templates/admin-options.php:256
    16761654msgid "Enable the standard WordPress filters for your catalog item's description."
    16771655msgstr "Habilitar los filtros estándar de WordPress para su catálogo de descripción de artículos."
    16781656
    1679 #: ../templates/admin-options.php:255
     1657#: ../templates/admin-options.php:257
    16801658msgid "This allows you to use ShortCodes and media embeds inside your catalog item descriptions."
    16811659msgstr "Esto le permite utilizar códigos cortos y reproductores multimedia dentro de las descripciones de catálogo tema."
    16821660
    1683 #: ../templates/admin-options.php:256
     1661#: ../templates/admin-options.php:258
    16841662msgid "Please <strong>do not use the CataBlog ShortCode</strong> inside a catalog item's description."
    16851663msgstr "Por favor, no use el código abreviado CataBlog dentro de la descripción un elemento de catálogo."
    16861664
    1687 #: ../templates/admin-options.php:262
     1665#: ../templates/admin-options.php:264
    16881666msgid "Render Line Breaks:"
    16891667msgstr "Render saltos de línea:"
    16901668
    1691 #: ../templates/admin-options.php:265
     1669#: ../templates/admin-options.php:267
    16921670#, php-format
    16931671msgid "Filter your catalog item's description through the standard PHP function %s."
    16941672msgstr "Filtro descripción de su artículo del catálogo a través de la función estándar de PHP, %s."
    16951673
    1696 #: ../templates/admin-options.php:266
     1674#: ../templates/admin-options.php:268
    16971675msgid "This will insert HTML line breaks before all new lines in your catalog descriptions."
    16981676msgstr "Esto insertar HTML saltos de línea antes de todas las nuevas líneas en las descripciones de su catálogo."
    16991677
    1700 #: ../templates/admin-options.php:267
     1678#: ../templates/admin-options.php:269
    17011679msgid "Turn this off if unwanted line breaks are being rendered on your page."
    17021680msgstr "Desactivar esta opción si se rompe la línea no deseados están siendo prestados en su página."
    17031681
    1704 #: ../templates/admin-options.php:272
     1682#: ../templates/admin-options.php:274
    17051683msgid "Excerpt Length:"
    1706 msgstr ""
    1707 
    1708 #: ../templates/admin-options.php:275
     1684msgstr "Extracto de longitud:"
     1685
     1686#: ../templates/admin-options.php:277
    17091687msgid "The excerpt length lets you set how many characters long the description will be when using the %EXCERPT% token."
    1710 msgstr ""
    1711 
    1712 #: ../templates/admin-options.php:276
     1688msgstr "La longitud extracto le permite establecer el número de caracteres de largo de la descripción será cuando se utiliza el %EXCERPT% token."
     1689
     1690#: ../templates/admin-options.php:278
    17131691msgid "The excerpt will cut off any incomplete words at the end, so don't worry if the character count is a little different."
    1714 msgstr ""
    1715 
    1716 #: ../templates/admin-options.php:301
     1692msgstr "El extracto se cortó las palabras incompletas al final, por lo que no se preocupe si el recuento de caracteres es un poco diferente."
     1693
     1694#: ../templates/admin-options.php:303
    17171695msgid "You may export your CataBlog data to a XML or CSV file which may be used to backup and protect your work. The XML or CSV file is a simple transfer of the database information itself and the <strong>images are not included in this backup</strong>. To backup your images follow the directions at the bottom of the page."
    17181696msgstr "Puede exportar los datos CataBlog a un archivo XML o CSV que puede ser usado para copia de seguridad y proteger su trabajo. El archivo XML o CSV es una simple transferencia de la información propia base de datos y las imágenes no están incluidos en esta copia de seguridad. Para respaldar sus imágenes, siga las instrucciones en la parte inferior de la página."
    17191697
    1720 #: ../templates/admin-options.php:307
     1698#: ../templates/admin-options.php:309
    17211699msgid "Save XML BackUp File"
    17221700msgstr "Guardar archivo XML BackUp"
    17231701
    1724 #: ../templates/admin-options.php:311
     1702#: ../templates/admin-options.php:313
    17251703msgid "Save CSV BackUp File"
    17261704msgstr "Guardar archivo CSV BackUp"
    17271705
    1728 #: ../templates/admin-options.php:318
     1706#: ../templates/admin-options.php:320
    17291707#, php-format
    17301708msgid "You must have the function %sfputcsv()%s available on your web server's version of PHP for CSV export to work."
    17311709msgstr "Debe tener el %sfputcsv()%s función disponible en la versión de su servidor web de PHP para la exportación a CSV trabajo."
    17321710
    1733 #: ../templates/admin-options.php:320
     1711#: ../templates/admin-options.php:322
    17341712msgid "Please contact your server administrator for more information regarding this error."
    17351713msgstr "Póngase en contacto con el administrador del servidor para obtener más información sobre este error."
    17361714
    1737 #: ../templates/admin-options.php:327
     1715#: ../templates/admin-options.php:329
    17381716msgid "Backing Up Images:"
    17391717msgstr "Copia de seguridad de las imágenes:"
    17401718
    1741 #: ../templates/admin-options.php:328
     1719#: ../templates/admin-options.php:330
    17421720msgid "Please copy the <em>catablog</em> directory to a secure location."
    17431721msgstr "Por favor, copie el directorio <em>catablog</em> a un lugar seguro."
    17441722
    1745 #: ../templates/admin-options.php:329
     1723#: ../templates/admin-options.php:331
    17461724msgid "The directory for this WordPress blog can be located on your web server at:"
    17471725msgstr "El directorio de este blog de ​​WordPress se puede encontrar en su servidor web en:"
    17481726
    1749 #: ../templates/admin-options.php:340
     1727#: ../templates/admin-options.php:342
    17501728msgid "Import XML/CSV Data"
    17511729msgstr "Importar XML / CSV datos"
    17521730
    1753 #: ../templates/admin-options.php:348
     1731#: ../templates/admin-options.php:350
    17541732msgid "Replace All Data:"
    17551733msgstr "Reemplace todos los datos:"
    17561734
    1757 #: ../templates/admin-options.php:351
     1735#: ../templates/admin-options.php:353
    17581736msgid "Import CataBlog Data"
    17591737msgstr "Importar Datos CataBlog"
    17601738
    1761 #: ../templates/admin-options.php:355
     1739#: ../templates/admin-options.php:357
    17621740msgid "You must have the <strong>Simple XML Library</strong> installed on your web server's version of PHP for XML imports to work. Please contact your server administrator for more information regarding this error."
    17631741msgstr "Usted debe tener la simple colección de XML instalado en la versión de su servidor web de PHP para la importación XML para trabajar. Póngase en contacto con el administrador del servidor para obtener más información sobre este error."
    17641742
    1765 #: ../templates/admin-options.php:360
     1743#: ../templates/admin-options.php:362
    17661744msgid "To import data into your catalog you simply select a XML or CVS file on your hard drive and click the <em>Import CataBlog Data</em> button. You may choose to completely erase all your data before importing by checking the <em>Replace All Data</em> checkbox.<br />Keep in mind, this <strong>does not import or delete images</strong>."
    17671745msgstr "Para importar datos en el catálogo que sólo tiene que seleccionar un archivo XML o CVS en su disco duro y haga clic en el botón Importar CataBlog datos. Usted puede optar por eliminar por completo todos sus datos antes de importar, marcando la casilla de verificación Reemplace todos los datos.<br /><strong>Tenga en cuenta que esto no importar o borrar imágenes</strong>."
    17681746
    1769 #: ../templates/admin-options.php:363
     1747#: ../templates/admin-options.php:365
    17701748#, php-format
    17711749msgid "To import images you should upload them to the <em>originals</em> directory, located at: <em>%s</em>. Once you load the XML or CVS file and the images into the <em>originals</em> directory everything should be set after you %sRegenerate All Images%s in the systems tab."
    17721750msgstr "Para importar imágenes que debería cargar en el directorio de los originales, que se encuentra en: <em>%s</em>. Una vez que se carga el archivo XML o CVS y las imágenes en el directorio de todo lo <em>original</em> que se fijará después de que %sRegenerar todas las imágenes%s en la ficha sistemas."
    17731751
    1774 #: ../templates/admin-options.php:367
     1752#: ../templates/admin-options.php:369
    17751753#, php-format
    17761754msgid "You may view XML and CSV examples in the %simport/export documentation%s."
    17771755msgstr "Usted puede ver ejemplos de XML y CSV en la %sdocumentación de importación / exportación%s."
    17781756
    1779 #: ../templates/admin-options.php:381
     1757#: ../templates/admin-options.php:383
    17801758msgid "CataBlog Upload Folders are <strong>Unlocked</strong>"
    17811759msgstr "CataBlog Subir carpetas se <strong>Desbloqueado</strong>"
    17821760
    1783 #: ../templates/admin-options.php:383
     1761#: ../templates/admin-options.php:385
    17841762msgid "CataBlog Upload Folders are <strong>Locked</strong>"
    17851763msgstr "CataBlog Subir carpetas son <strong>Bloqueados</strong>"
    17861764
    1787 #: ../templates/admin-options.php:391
     1765#: ../templates/admin-options.php:393
    17881766msgid "Lock Folders"
    17891767msgstr "Bloqueo de carpetas"
    17901768
    1791 #: ../templates/admin-options.php:393
     1769#: ../templates/admin-options.php:395
    17921770msgid "Unlock Folders"
    17931771msgstr "Desbloquear carpetas"
    17941772
    1795 #: ../templates/admin-options.php:397
     1773#: ../templates/admin-options.php:399
    17961774#, php-format
    17971775msgid "You may lock and unlock your <em>catablog</em> folders with these controls. The idea is to unlock the folders, use your FTP client to upload your original files and then lock the folders to protect them from hackers. After unlocking your directories please upload the original files directly into the <strong>%s</strong> folder without replacing it. <strong>Do not replace any of the CataBlog created folders</strong>. You should then regenerate all your thumbnail and lightbox pictures below. These controls may not work on a Windows server, it depends on your servers PHP settings and if the chmod command is supported."
    17981776msgstr "Usted puede bloquear y desbloquear el <em>CataBlog</em> carpetas con estos controles. La idea es abrir las carpetas, use su cliente FTP para subir tus archivos originales y bloquee las carpetas para protegerlos de los piratas informáticos. Después de abrir sus directorios por favor, subir los archivos originales directamente en el <strong>%s</strong> carpeta sin que lo sustituya. <strong>No cambie ninguno de los CataBlog creado carpetas</strong>. A continuación, debe regenerar todas sus imágenes en miniatura y mesa de luz de abajo. Estos controles pueden no funcionar en un servidor Windows, depende de los servidores de configuración de PHP y si el comando chmod es compatible."
    17991777
    1800 #: ../templates/admin-options.php:402
     1778#: ../templates/admin-options.php:404
    18011779msgid "Rescan Original Image Folder"
    18021780msgstr "Rescan la carpeta de la imagen original"
    18031781
    1804 #: ../templates/admin-options.php:404
     1782#: ../templates/admin-options.php:406
    18051783msgid "Rescan Original Images Folder Now"
    18061784msgstr "Rescan Ahora"
    18071785
    1808 #: ../templates/admin-options.php:406
     1786#: ../templates/admin-options.php:408
    18091787msgid "Click the <em>Rescan Now</em> button to rescan the original catablog images folder and automatically import any new jpeg, gif or png images. It works simply by making a list of all the image names in the database and then compares each file's name in the originals folder against the list of image names in the database. Any newly discovered images will automatically be made into a new catalog item. You should Regenerate Images after running this command."
    18101788msgstr "Haga clic en la <em>Rescan Ahora</em> para volver a examinar los catablog carpeta original de las imágenes y automáticamente importar cualquier nueva jpeg, gif o png imágenes. Funciona simplemente haciendo una lista de todos los nombres de las imágenes en la base de datos y compara el nombre de cada archivo en la carpeta original con la lista de nombres de imágenes en la base de datos. Las imágenes recién descubiertos automáticamente se convertirá en un elemento nuevo catálogo. Usted debe regenerar las imágenes después de ejecutar este comando."
    18111789
    1812 #: ../templates/admin-options.php:411
     1790#: ../templates/admin-options.php:413
    18131791msgid "Regenerate Images"
    18141792msgstr "Regenerar las imágenes"
    18151793
    1816 #: ../templates/admin-options.php:413
     1794#: ../templates/admin-options.php:415
    18171795msgid "Regenerate All Images Now"
    18181796msgstr "Regenerar Ahora"
    18191797
    1820 #: ../templates/admin-options.php:415
     1798#: ../templates/admin-options.php:417
    18211799msgid "Click the <em>Regenerate Now</em> button to recreate all the thumbnail and lightbox images that CataBlog has generated over the time you have used it. This is also useful when restoring exported data from another version of CataBlog. after you have uploaded your original images you must regenerate your images so they display properly."
    18221800msgstr "Haga clic en la <em>Regenerar Ahora</em> para volver a crear todas las imágenes en miniatura y la mesa de luz que CataBlog ha generado durante el tiempo que lo utilice. Esto también es útil al restaurar los datos exportados desde otra versión de CataBlog. después de haber subido las imágenes originales que debe volver a generar las imágenes para que muestre correctamente."
    18231801
    1824 #: ../templates/admin-options.php:420
     1802#: ../templates/admin-options.php:422
    18251803msgid "Remove CataBlog"
    18261804msgstr "Retire CataBlog"
    18271805
    1828 #: ../templates/admin-options.php:422
     1806#: ../templates/admin-options.php:424
    18291807msgid "Remove All CataBlog Data"
    18301808msgstr "Eliminar todos los datos CataBlog"
    18311809
    1832 #: ../templates/admin-options.php:424
     1810#: ../templates/admin-options.php:426
    18331811msgid "Delete your entire catalog, deleting all photos and custom data permanently. Sometimes you can use this to fix an improper installation."
    18341812msgstr "Eliminar todo el catálogo, eliminar todas las fotos y datos personalizados de forma permanente. A veces se puede usar esto para arreglar una instalación incorrecta."
    18351813
    1836 #: ../templates/admin-options.php:433
    1837 #: ../templates/admin-templates-editor.php:66
     1814#: ../templates/admin-options.php:435
     1815#: ../templates/admin-templates-editor.php:67
    18381816#, php-format
    18391817msgid "or %sundo current changes%s"
    18401818msgstr "o %sdeshacer los cambios actuales%s"
    18411819
    1842 #: ../templates/admin-options.php:734
     1820#: ../templates/admin-options.php:643
     1821msgid "There are errors, please correct them before saving."
     1822msgstr "Hay errores, por favor corregirlos antes de guardar."
     1823
     1824#: ../templates/admin-options.php:755
    18431825#: ../templates/admin-regenerate.php:43
    18441826#: ../templates/admin-rescan.php:49
     
    18461828msgstr "Por favor, permitan la prestación de completar antes de salir de esta página. Haga clic en cancelar para volver atrás y dejar que la prestación completa."
    18471829
    1848 #: ../templates/admin-options.php:739
     1830#: ../templates/admin-options.php:760
    18491831msgid "Image rendering is not complete, you should let image rendering complete before leaving this page."
    18501832msgstr "De representación en imágenes no es completo, usted debe dejar la imagen de representación completa antes de salir de esta página."
     
    19191901
    19201902#: ../templates/admin-templates-editor.php:8
    1921 #, fuzzy
    19221903msgid "You must have a JavaScript enabled browser to use the CataBlog Templates Editor. You may always edit the CataBlog template file directly using FTP."
    1923 msgstr "Usted debe tener un explorador Javascript activado para poder cambiar las opciones de CataBlog."
     1904msgstr "Debe tener un navegador compatible con JavaScript para utilizar el Editor de plantillas de CataBlog. Usted siempre puede editar el archivo de plantilla CataBlog directamente a través de FTP."
    19241905
    19251906#: ../templates/admin-templates-editor.php:23
    1926 #, fuzzy
    19271907msgid "Views"
    1928 msgstr "Ver"
     1908msgstr "Vistas"
     1909
     1910#: ../templates/admin-templates-editor.php:44
     1911msgid "new"
     1912msgstr "nuevo"
    19291913
    19301914#: ../templates/admin-templates-editor.php:48
    1931 #, fuzzy
    19321915msgid "Could not locate the CataBlog Templates directory. Please reinstall CataBlog."
    1933 msgstr "No se pudo encontrar el directorio de puntos de vista. Por favor, vuelva a instalar CataBlog."
     1916msgstr "No se pudo encontrar el directorio de plantillas CataBlog. Por favor, vuelva a instalar CataBlog."
    19341917
    19351918#: ../templates/admin-templates-editor.php:55
    19361919msgid "select a template to edit"
    1937 msgstr ""
    1938 
    1939 #: ../templates/admin-templates-editor.php:71
    1940 #, fuzzy
     1920msgstr "seleccionar una plantilla para editar"
     1921
     1922#: ../templates/admin-templates-editor.php:72
    19411923msgid "You may change the HTML rendered by CataBlog with this control panel, allowing you to make fundamental changes to how catalogs will appear in your posts. You may choose a template to edit from the list of templates to the right . If you want to setup a photo gallery I would recommend that you use the <strong>Gallery Template</strong> by adding the template parameter to the ShortCode. Example: <code>[catablog template=\"gallery\"]</code>"
    1942 msgstr "Usted puede cambiar el código html prestados por CataBlog aquí, esto le permite hacer cambios fundamentales en la forma catálogos aparecerán en sus mensajes. Usted puede elegir una plantilla a partir del menú desplegable en la parte superior y, a continuación, haga clic en Cargar plantilla para cargarlo en el código de la plantilla. Si desea configurar una galería de fotos le recomiendo que se carga la galería de plantillas y haga clic en guardar a continuación. Para configurar un carro de la compra usted debe cargar el código de plantilla por defecto y cargar una plantilla de la tienda."
    1943 
    1944 #: ../templates/admin-templates-editor.php:76
     1924msgstr "Usted puede cambiar el código HTML representado por CataBlog con este panel de control, lo que le permite hacer cambios fundamentales en la forma de catálogos aparecerán en tus mensajes. Usted puede elegir una plantilla que desea editar en la lista de plantillas a la derecha. Si desea configurar una galería de fotos le recomiendo que utilice la plantilla de <strong>Gallery</strong>, añadiendo el parámetro de plantilla en el código abreviado. Ejemplo: <code>[catablog template=\"gallery\"]</code>"
     1925
     1926#: ../templates/admin-templates-editor.php:77
    19451927msgid "If you specify a template in your CataBlog ShortCodes the <strong>default template will be ignored</strong>."
    1946 msgstr ""
    1947 
    1948 #: ../templates/admin-templates-editor.php:79
     1928msgstr "Si se especifica una plantilla en su CataBlog Shortcodes <strong>la plantilla predeterminada se tendrá en cuenta</strong>."
     1929
     1930#: ../templates/admin-templates-editor.php:80
    19491931msgid "If you do not specify a template in your CataBlog ShortCodes then the <strong>default template will be used</strong>."
    1950 msgstr ""
    1951 
    1952 #: ../templates/admin-templates-editor.php:82
     1932msgstr "Si no se especifica una plantilla en su CataBlog Shortcodes continuación, <strong>la plantilla predeterminada se utilizará</strong>."
     1933
     1934#: ../templates/admin-templates-editor.php:83
    19531935msgid "If you do not specify a template and the default template cannot be found then CataBlog will not be able to render your catalog."
    1954 msgstr ""
    1955 
    1956 #: ../templates/admin-templates-editor.php:85
     1936msgstr "Si no se especifica una plantilla y la plantilla predeterminada no se puede encontrar a continuación CataBlog no será capaz de hacer su catálogo."
     1937
     1938#: ../templates/admin-templates-editor.php:86
    19571939#, php-format
    19581940msgid "If you need more help read the %shelp panel%s."
    1959 msgstr ""
    1960 
    1961 #: ../templates/admin-templates-editor.php:104
     1941msgstr "Si necesita más ayuda lea %sel panel de ayuda%s."
     1942
     1943#: ../templates/admin-templates-editor.php:105
    19621944msgid "Create a New Template File"
    1963 msgstr ""
    1964 
    1965 #: ../templates/admin-templates-editor.php:107
    1966 #, fuzzy
     1945msgstr "Crear un nuevo archivo de plantilla"
     1946
     1947#: ../templates/admin-templates-editor.php:108
    19671948msgid "Save Other Changes Before Creating A New Template File."
    1968 msgstr "Guardar cambios Otros Antes de subir una nueva imagen."
    1969 
    1970 #: ../templates/admin-templates-editor.php:113
    1971 #, fuzzy
     1949msgstr "Guardar cambios Otras Antes de crear un nuevo archivo de plantilla."
     1950
     1951#: ../templates/admin-templates-editor.php:114
    19721952msgid "Create Template"
    1973 msgstr "Cargar plantilla"
    1974 
    1975 #: ../templates/admin-templates-editor.php:115
     1953msgstr "Crear plantilla"
     1954
     1955#: ../templates/admin-templates-editor.php:116
    19761956msgid "Please enter the name of the new CataBlog Template you wish to create."
    1977 msgstr ""
    1978 
    1979 #: ../templates/admin-templates-editor.php:116
     1957msgstr "Por favor, introduzca el nombre de la plantilla de CataBlog nuevo que desea crear."
     1958
     1959#: ../templates/admin-templates-editor.php:117
    19801960msgid "If you are missing any system templates you may make them here by typing in their name, such as default."
    1981 msgstr ""
    1982 
    1983 #: ../templates/admin-templates-editor.php:117
     1961msgstr "Si le falta algún sistema de plantillas usted puede hacer aquí, simplemente introduciendo su nombre, como por defecto."
     1962
     1963#: ../templates/admin-templates-editor.php:118
    19841964msgid "Please only use underscores, hyphens and alphanumeric characters only."
    1985 msgstr ""
     1965msgstr "Por favor, sólo uso de guiones bajos, guiones y caracteres alfanuméricos."
     1966
     1967#~ msgid "CataBlog Documentation - Making Custom Templates"
     1968#~ msgstr "CataBlog Documentación - Realización de plantillas personalizadas"
    19861969
    19871970#~ msgid ""
  • catablog/trunk/localization/catablog-sv_SE.po

    r498885 r504559  
    55"Project-Id-Version: CataBlog 1.2.5\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2012-02-01 18:15-0800\n"
    8 "PO-Revision-Date: 2012-02-01 18:15-0800\n"
     7"POT-Creation-Date: 2012-02-13 14:58-0800\n"
     8"PO-Revision-Date: 2012-02-13 14:58-0800\n"
    99"Last-Translator: Zachary Segal <zac@illproductions.com>\n"
    1010"Language-Team: illProductions <zac@illproductions.com>\n"
     
    1818"X-Poedit-SearchPath-0: ./..\n"
    1919
    20 #: ../catablog.php:115
    21 #: ../lib/CataBlogWidget.class.php:314
     20#: ../catablog.php:108
     21#, fuzzy
     22msgid "CataBlog Error:"
     23msgstr "CataBlog inlägg"
     24
     25#: ../catablog.php:110
     26#, php-format
     27msgid "CataBlog Categories require you to enable the %sCataBlog Public Option%s."
     28msgstr ""
     29
     30#: ../catablog.php:127
    2231#, fuzzy
    2332msgid "Select Category"
    2433msgstr "Välj en färg"
    2534
    26 #: ../catablog.php:141
     35#: ../catablog.php:169
    2736msgid "<strong>CataBlog</strong> requires <strong>PHP 5</strong> or better running on your web server. You're version of PHP is to old, please contact your hosting company or IT department for an upgrade. Thanks."
    2837msgstr "<strong>CataBlog</strong> kräver <strong>PHP 5</strong> eller högre på din webbserver. Din PHP version är för gammal, var god kontakta ditt webbhotell eller IT-avdelning för att uppgradera. Tack."
    2938
    30 #: ../catablog.php:146
     39#: ../catablog.php:174
    3140msgid "<strong>CataBlog</strong> requires that the <strong>GD Library</strong> be installed on your web server's version of PHP. Please contact your hosting company or IT department for more information. Thanks."
    3241msgstr "<strong>CataBlog</strong> kräver att <strong>GD Library</strong> är installerat på webbservern med PHP. Kontakta ditt webbhotell eller IT avdelning för mer information. Tack."
    3342
    34 #: ../catablog.php:151
     43#: ../catablog.php:179
    3544msgid "<strong>CataBlog</strong> requires <strong>WordPress 3.1</strong> or above. Please upgrade WordPress or contact your system administrator about upgrading."
    3645msgstr "<strong>CataBlog</strong> kräver att <strong>Wordpress 3.1</strong> eller högre. Kontakta ditt webbhotell eller IT avdelning för uppdatering. Tack."
    3746
    38 #: ../catablog.php:157
     47#: ../catablog.php:185
    3948msgid "<strong>CataBlog</strong> could not detect your upload directory or it is not writable by PHP. Please make sure Apache and PHP have write permission for the configured uploads folder. Contact your hosting company or IT department for more information. Thanks."
    4049msgstr "<strong>CataBlog</strong> kunde inte detektera uppladnings katalogen eller så är den inte skrivbar av PHP. Säkerställ att Apache och PHP har skrivrättigheter för uppladdningsmappen. Kontakta ditt webbhotell eller IT avdelning för mer information. Tack."
     
    154163msgstr "Se nu"
    155164
    156 #: ../lib/CataBlog.class.php:685
     165#: ../lib/CataBlog.class.php:681
     166#, fuzzy
     167msgid "Form Validation Error. Please make sure that the individual and category public page slugs are not identical."
     168msgstr "Validering a formuläret misslyckades. Ladda om sidan och prova igen."
     169
     170#: ../lib/CataBlog.class.php:689
    157171msgid "CataBlog Options Saved"
    158172msgstr "CataBlog alternativ sparade"
    159173
    160 #: ../lib/CataBlog.class.php:738
     174#: ../lib/CataBlog.class.php:742
    161175msgid "Please Let The Rendering Below Complete Before Navigating Away From This Page"
    162176msgstr "Var god låt renderingen nedan avslutas innan du navigerar dig ifrån sidan"
    163177
    164 #: ../lib/CataBlog.class.php:756
    165 #: ../lib/CataBlog.class.php:803
    166 #: ../lib/CataBlog.class.php:806
     178#: ../lib/CataBlog.class.php:760
     179#: ../lib/CataBlog.class.php:807
     180#: ../lib/CataBlog.class.php:810
    167181msgid "Form Validation Error. Please reload the page and try again."
    168182msgstr "Validering a formuläret misslyckades. Ladda om sidan och prova igen."
    169183
    170 #: ../lib/CataBlog.class.php:797
     184#: ../lib/CataBlog.class.php:801
    171185#, fuzzy
    172186msgid "Template Changes Saved Successfully."
    173187msgstr "Ändringar sparades."
    174188
    175 #: ../lib/CataBlog.class.php:800
     189#: ../lib/CataBlog.class.php:804
    176190#, fuzzy
    177191msgid "Template Created Successfully."
    178192msgstr "Termen borttagen."
    179193
    180 #: ../lib/CataBlog.class.php:809
     194#: ../lib/CataBlog.class.php:813
    181195#, php-format
    182196msgid "File Creation Error. Please make sure WordPress can write to this directory:<br /><code>%s</code>"
    183197msgstr ""
    184198
    185 #: ../lib/CataBlog.class.php:812
     199#: ../lib/CataBlog.class.php:816
    186200msgid "File Creation Error. A template already exists with that name."
    187201msgstr ""
    188202
    189 #: ../lib/CataBlog.class.php:815
     203#: ../lib/CataBlog.class.php:819
    190204msgid "File Creation Error. A template name may only consist of underscores, hyphens and alphanumeric characters."
    191205msgstr ""
    192206
    193 #: ../lib/CataBlog.class.php:897
    194 #: ../lib/CataBlog.class.php:898
    195 #: ../lib/CataBlog.class.php:899
     207#: ../lib/CataBlog.class.php:901
     208#: ../lib/CataBlog.class.php:902
     209#: ../lib/CataBlog.class.php:903
    196210msgid "not present"
    197211msgstr "inte närvarande"
    198212
    199 #: ../lib/CataBlog.class.php:990
     213#: ../lib/CataBlog.class.php:994
    200214msgid "The file you selected was to large or you didn't select anything at all, please try again."
    201215msgstr "Filen som du valde var antingen för stor eller så valde du inget, var god prova igen."
    202216
    203 #: ../lib/CataBlog.class.php:994
    204 #: ../lib/CataBlog.class.php:1046
     217#: ../lib/CataBlog.class.php:998
     218#: ../lib/CataBlog.class.php:1050
     219#: ../lib/CataBlog.class.php:1102
     220#: ../lib/CataBlog.class.php:1140
     221#: ../lib/CataBlog.class.php:1273
     222msgid "WordPress Nonce Error, please reload the form and try again."
     223msgstr "Tillfälligt WordPress problem, var god ladda om sidan och prova igen."
     224
     225#: ../lib/CataBlog.class.php:1054
     226msgid "full form was not submitted, please try again."
     227msgstr "hela formuläret skickades inte, var god prova igen."
     228
    205229#: ../lib/CataBlog.class.php:1098
    206230#: ../lib/CataBlog.class.php:1136
    207 #: ../lib/CataBlog.class.php:1269
    208 msgid "WordPress Nonce Error, please reload the form and try again."
    209 msgstr "Tillfälligt WordPress problem, var god ladda om sidan och prova igen."
    210 
    211 #: ../lib/CataBlog.class.php:1050
    212 msgid "full form was not submitted, please try again."
    213 msgstr "hela formuläret skickades inte, var god prova igen."
    214 
    215 #: ../lib/CataBlog.class.php:1094
    216 #: ../lib/CataBlog.class.php:1132
    217231msgid "You didn't select anything to upload, please try again."
    218232msgstr "Du valde inget att ladda upp, var god prova igen."
    219233
    220 #: ../lib/CataBlog.class.php:1102
    221 #: ../lib/CataBlog.class.php:1140
     234#: ../lib/CataBlog.class.php:1106
     235#: ../lib/CataBlog.class.php:1144
    222236msgid "No item ID posted, press back arrow and try again."
    223237msgstr "Inget artikel ID sänt, klicka på tillbaka pilen och prova igen."
    224238
    225 #: ../lib/CataBlog.class.php:1183
     239#: ../lib/CataBlog.class.php:1187
    226240msgid "Please make your selection by checking the boxes in the list below."
    227241msgstr "Var god gör dit val genom att markera i listan nedan."
    228242
    229 #: ../lib/CataBlog.class.php:1229
     243#: ../lib/CataBlog.class.php:1233
    230244#, php-format
    231245msgid "Error during set category, could not load item with id %s."
    232246msgstr "Problem under skapandet av kategorin, kunde inte ladda artiklar med id %s."
    233247
    234 #: ../lib/CataBlog.class.php:1247
     248#: ../lib/CataBlog.class.php:1251
    235249#, php-format
    236250msgid "Error during bulk delete, could not load item with id %s."
    237251msgstr "Fel under gruppbortagningen, kunde inte ladda artikel med ID %s."
    238252
    239 #: ../lib/CataBlog.class.php:1278
     253#: ../lib/CataBlog.class.php:1282
    240254msgid "No file was selected for upload, please try again."
    241255msgstr "Ingen fil vald för att laddas upp, var god försök igen."
    242256
    243 #: ../lib/CataBlog.class.php:1287
     257#: ../lib/CataBlog.class.php:1291
    244258msgid "Uploaded XML File Could Not Be Parsed, Check That The File's Content Is Valid XML."
    245259msgstr "Uppladdad XML fil kunde inte analyseras, kolla upp så att filens innehåll är korrekt XML."
    246260
    247 #: ../lib/CataBlog.class.php:1297
     261#: ../lib/CataBlog.class.php:1301
    248262msgid "Uploaded file was not of proper format, please make sure the filename has an xml or csv extension."
    249263msgstr "Uppladdad fil var inte i korrekt format, var god kolla upp så att filen har xml eller csv som filändelse."
    250264
    251 #: ../lib/CataBlog.class.php:1368
     265#: ../lib/CataBlog.class.php:1372
    252266msgid "The CataBlog upload directories have been unlocked."
    253267msgstr "CataBlogs uppladdningskataloger är olåsta."
    254268
    255 #: ../lib/CataBlog.class.php:1371
    256 #: ../lib/CataBlog.class.php:1384
     269#: ../lib/CataBlog.class.php:1375
     270#: ../lib/CataBlog.class.php:1388
    257271msgid "Could not lock/unlock the directory. Are you using a unix based server?"
    258272msgstr "Kunde inte låsa/låsa upp katalogen. Använder du en UNIX baserad server?"
    259273
    260 #: ../lib/CataBlog.class.php:1381
     274#: ../lib/CataBlog.class.php:1385
    261275msgid "The CataBlog upload directories have been locked."
    262276msgstr "CataBlog uppladdningskataloger är låsta."
    263277
    264 #: ../lib/CataBlog.class.php:1498
     278#: ../lib/CataBlog.class.php:1502
    265279msgid "micro save successful"
    266280msgstr ""
    267281
    268 #: ../lib/CataBlog.class.php:1526
     282#: ../lib/CataBlog.class.php:1530
    269283msgid "Screen Options updated successfully."
    270284msgstr "Skärmalternativ uppdaterades."
    271285
    272 #: ../lib/CataBlog.class.php:1555
     286#: ../lib/CataBlog.class.php:1559
    273287msgid "Commas, Pipes and reserved HTML characters are not allowed in category names."
    274288msgstr "Komma, lodrätt streck och reserverade HTML tecken är inte tillåtet i kategorinamn."
    275289
    276 #: ../lib/CataBlog.class.php:1561
     290#: ../lib/CataBlog.class.php:1565
    277291msgid "Please be a little more specific with your category name."
    278292msgstr "Var lite mer specifik med namnen på dina kategorier."
    279293
    280 #: ../lib/CataBlog.class.php:1573
     294#: ../lib/CataBlog.class.php:1577
    281295msgid "There already is a category with that name."
    282296msgstr "Det finns redan en kategori med det namnet."
    283297
    284 #: ../lib/CataBlog.class.php:1602
     298#: ../lib/CataBlog.class.php:1606
    285299msgid "Term Removed Successfully."
    286300msgstr "Termen borttagen."
    287301
    288 #: ../lib/CataBlog.class.php:1605
     302#: ../lib/CataBlog.class.php:1609
    289303msgid "Term did not exist, please refresh page and try again."
    290304msgstr "Termen fanns inte, var god uppdatera sidan och prova igen."
    291305
    292 #: ../lib/CataBlog.class.php:1656
     306#: ../lib/CataBlog.class.php:1660
    293307msgid "unsupported image size type"
    294308msgstr "bildtypen stöds inte"
    295309
    296 #: ../lib/CataBlog.class.php:1666
     310#: ../lib/CataBlog.class.php:1670
    297311#, php-format
    298312msgid "Rendering... %s of %s"
    299313msgstr "Renderar... %s av %s"
    300314
    301 #: ../lib/CataBlog.class.php:1668
     315#: ../lib/CataBlog.class.php:1672
    302316msgid "Image rendering is now complete."
    303317msgstr "Bildrendering är klar."
    304318
    305 #: ../lib/CataBlog.class.php:1709
     319#: ../lib/CataBlog.class.php:1713
    306320msgid "error"
    307321msgstr "fel"
    308322
    309 #: ../lib/CataBlog.class.php:1712
     323#: ../lib/CataBlog.class.php:1716
    310324msgid "sub image deleted successfully"
    311325msgstr "ersättningsbilden togs bort"
    312326
    313 #: ../lib/CataBlog.class.php:1731
     327#: ../lib/CataBlog.class.php:1735
    314328#, php-format
    315329msgid "%s library items deleted successfully."
    316330msgstr "%s biblioteks artiklar togs bort."
    317331
    318 #: ../lib/CataBlog.class.php:1734
     332#: ../lib/CataBlog.class.php:1738
    319333msgid "CataBlog Library Cleared Successfully."
    320334msgstr "CataBlogs bibliotek rensades."
    321335
    322 #: ../lib/CataBlog.class.php:1747
     336#: ../lib/CataBlog.class.php:1751
    323337msgid "CataBlog Options, Directories and Terms Deleted Successfully."
    324338msgstr "CataBlogs inställningar, kataloger och villkor har tagits bort."
    325339
    326 #: ../lib/CataBlog.class.php:1748
     340#: ../lib/CataBlog.class.php:1752
    327341msgid "You may now go deactivate CataBlog and nothing will be left behind."
    328342msgstr "Du kan nu avaktivera CataBlog och inget kommer att var kvar."
    329343
    330 #: ../lib/CataBlog.class.php:1749
     344#: ../lib/CataBlog.class.php:1753
    331345msgid "If you want to continue using CataBlog, go to the library to re-install necessary settings."
    332346msgstr "Om du vill fortsätta och använda CataBlog måste du gå till biblioteket och ominstallera inställningarna."
    333347
    334 #: ../lib/CataBlog.class.php:1885
     348#: ../lib/CataBlog.class.php:1889
    335349#, php-format
    336350msgid "CataBlog %s LightBox Styles | %s"
    337351msgstr "CataBlog %s LightBox stilar | %sl"
    338352
    339 #: ../lib/CataBlog.class.php:1908
     353#: ../lib/CataBlog.class.php:1912
    340354msgid "You may also press &quot;P&quot; or the left arrow on your keyboard"
    341355msgstr "Du kan också klicka på &quot;P&quot; eller på vänster pilknapp på tangentbordet"
    342356
    343 #: ../lib/CataBlog.class.php:1909
     357#: ../lib/CataBlog.class.php:1913
    344358msgid "You may also press &quot;N&quot; or the right arrow on your keyboard"
    345359msgstr "Du kan också klicka på &quot;N&quot; eller på höger pilknapp på tangentbordet"
    346360
    347 #: ../lib/CataBlog.class.php:1910
     361#: ../lib/CataBlog.class.php:1914
    348362msgid "Close LightBox Now"
    349363msgstr "Stäng LightBox nu"
    350364
    351 #: ../lib/CataBlog.class.php:1911
     365#: ../lib/CataBlog.class.php:1915
    352366msgid "PREV"
    353367msgstr "TDGR"
    354368
    355 #: ../lib/CataBlog.class.php:1912
     369#: ../lib/CataBlog.class.php:1916
    356370msgid "NEXT"
    357371msgstr "NÄSTA"
    358372
    359 #: ../lib/CataBlog.class.php:1913
     373#: ../lib/CataBlog.class.php:1917
    360374msgid "CLOSE"
    361375msgstr "STÄNG"
    362376
    363 #: ../lib/CataBlog.class.php:1917
     377#: ../lib/CataBlog.class.php:1921
    364378#, php-format
    365379msgid "CataBlog %s LightBox JavaScript | %s"
    366380msgstr "CataBlog %s LightBox JavaScript | %s"
    367381
    368 #: ../lib/CataBlog.class.php:1919
     382#: ../lib/CataBlog.class.php:1923
    369383msgid "End CataBlog LightBox JavaScript"
    370384msgstr "Slut CataBlog LightBox JavaScript"
    371385
    372 #: ../lib/CataBlog.class.php:2068
     386#: ../lib/CataBlog.class.php:2072
    373387#, php-format
    374388msgid "%s to %s of %s"
    375389msgstr ""
    376390
    377 #: ../lib/CataBlog.class.php:2202
     391#: ../lib/CataBlog.class.php:2206
    378392#, fuzzy, php-format
    379393msgid "CataBlog Template Error: The store template does not exist. Please make sure their is a file with the name '%s.htm' in the <code>wp-content/uploads/catablog/templates</code> directory."
    380394msgstr "CataBlog kortkods parameter fel: Mall attributet av denna kortkod pekar mot en fil som inte finns. Var god se till att det finns en fil med namnet '%s.htm' i vykatalogen."
    381395
    382 #: ../lib/CataBlog.class.php:2225
     396#: ../lib/CataBlog.class.php:2229
    383397#, php-format
    384398msgid "CataBlog ShortCode Parameter Error: The template attribute of this ShortCode points to a file that does not exist. Please make sure their is a file with the name '%s.htm' in the views directory."
    385399msgstr "CataBlog kortkods parameter fel: Mall attributet av denna kortkod pekar mot en fil som inte finns. Var god se till att det finns en fil med namnet '%s.htm' i vykatalogen."
    386400
    387 #: ../lib/CataBlog.class.php:2226
     401#: ../lib/CataBlog.class.php:2230
    388402#: ../templates/admin-library.php:20
    389403msgid "Learn More"
    390404msgstr "Lär dig mer"
    391405
    392 #: ../lib/CataBlog.class.php:2347
     406#: ../lib/CataBlog.class.php:2351
    393407#, fuzzy
    394408msgid "The CataBlog Upload Directory cannot be written. "
    395409msgstr "CataBlog uppladdningskataloger är låsta."
    396410
    397 #: ../lib/CataBlog.class.php:2347
     411#: ../lib/CataBlog.class.php:2351
     412#: ../lib/CataBlog.class.php:2356
     413#: ../lib/CataBlog.class.php:2557
    398414msgid "Please check your server file permissions and apache configuration."
    399415msgstr ""
    400416
    401 #: ../lib/CataBlog.class.php:2352
     417#: ../lib/CataBlog.class.php:2356
    402418#, fuzzy
    403419msgid "The CataBlog Templates Directory cannot be written. "
    404420msgstr "CataBlog uppladdningskataloger är låsta."
    405421
    406 #: ../lib/CataBlog.class.php:2352
    407 #: ../lib/CataBlog.class.php:2553
    408 msgid " Please check your server file permissions and apache configuration."
    409 msgstr ""
    410 
    411 #: ../lib/CataBlog.class.php:2362
     422#: ../lib/CataBlog.class.php:2366
    412423#, php-format
    413424msgid "CataBlog options and directories have been successfully installed. Please, %srefresh now%s"
    414425msgstr "CataBlogs inställningar och kataloger har blivit installerad. Var god %suppdatera nu%s"
    415426
    416 #: ../lib/CataBlog.class.php:2386
    417 #: ../lib/CataBlog.class.php:2558
     427#: ../lib/CataBlog.class.php:2390
     428#: ../lib/CataBlog.class.php:2562
    418429msgid "Previous"
    419430msgstr ""
    420431
    421 #: ../lib/CataBlog.class.php:2387
    422 #: ../lib/CataBlog.class.php:2559
     432#: ../lib/CataBlog.class.php:2391
     433#: ../lib/CataBlog.class.php:2563
    423434msgid "Next"
    424435msgstr ""
    425436
    426 #: ../lib/CataBlog.class.php:2443
     437#: ../lib/CataBlog.class.php:2447
    427438#, php-format
    428439msgid "There was an error creating the default term: %s"
    429440msgstr "Ett fel uppstod när grundtermen skulle skapas: %s"
    430441
    431 #: ../lib/CataBlog.class.php:2481
     442#: ../lib/CataBlog.class.php:2485
    432443msgid "CataBlog options and directories have been successfully upgraded."
    433444msgstr "CataBlogs inställningar och kataloger har uppgraderats."
    434445
    435 #: ../lib/CataBlog.class.php:2553
     446#: ../lib/CataBlog.class.php:2557
    436447#, fuzzy
    437448msgid "The New CataBlog Templates cannot be written. "
    438449msgstr "CataBlog uppladdningskataloger är låsta."
    439450
    440 #: ../lib/CataBlog.class.php:2740
     451#: ../lib/CataBlog.class.php:2744
    441452msgid "Uploaded CSV File Could Not Be Parsed, Check That The File's Format Is Valid."
    442453msgstr "Uppladdad CSV fil kunde inte analyseras, kolla så att filformatet är korrekt."
    443454
    444 #: ../lib/CataBlog.class.php:2781
     455#: ../lib/CataBlog.class.php:2785
    445456#, fuzzy, php-format
    446457msgid "There was an error parsing your CSV file on lines: %s."
    447458msgstr "Ett fel uppstod när grundtermen skulle skapas: %s"
    448459
    449 #: ../lib/CataBlog.class.php:2828
    450 #: ../lib/CataBlog.class.php:2871
     460#: ../lib/CataBlog.class.php:2832
    451461#: ../lib/CataBlog.class.php:2875
    452 #: ../lib/CataBlog.class.php:2878
     462#: ../lib/CataBlog.class.php:2879
     463#: ../lib/CataBlog.class.php:2882
    453464msgid "Error:"
    454465msgstr "Fel:"
    455466
    456 #: ../lib/CataBlog.class.php:2842
     467#: ../lib/CataBlog.class.php:2846
    457468msgid "Success:"
    458469msgstr "Lyckat:"
    459470
    460 #: ../lib/CataBlog.class.php:2842
     471#: ../lib/CataBlog.class.php:2846
    461472#, php-format
    462473msgid " %s inserted into catalog categories."
    463474msgstr "%s tillagt i katalog kategorierna."
    464475
    465 #: ../lib/CataBlog.class.php:2850
     476#: ../lib/CataBlog.class.php:2854
    466477msgid "All New Categories Created"
    467478msgstr "Alla nya kategorier skapades"
    468479
    469 #: ../lib/CataBlog.class.php:2854
     480#: ../lib/CataBlog.class.php:2858
    470481msgid "No New Categories Created"
    471482msgstr "Inga nya kategorier skapades"
    472483
    473 #: ../lib/CataBlog.class.php:2869
    474 #: ../lib/CataBlog.class.php:2923
     484#: ../lib/CataBlog.class.php:2873
     485#: ../lib/CataBlog.class.php:2927
    475486msgid "Insert:"
    476487msgstr "Infoga:"
    477488
    478 #: ../lib/CataBlog.class.php:2869
    479 #: ../lib/CataBlog.class.php:2923
     489#: ../lib/CataBlog.class.php:2873
     490#: ../lib/CataBlog.class.php:2927
    480491#, php-format
    481492msgid " %s inserted into the database."
    482493msgstr "%s fördes in i databasen"
    483494
    484 #: ../lib/CataBlog.class.php:2871
     495#: ../lib/CataBlog.class.php:2875
    485496#, php-format
    486497msgid " %s was not inserted into the database."
    487498msgstr "%s infördes inte i databasen."
    488499
    489 #: ../lib/CataBlog.class.php:2875
     500#: ../lib/CataBlog.class.php:2879
    490501msgid "Item had no title and could not be made."
    491502msgstr "Artikeln hade ingen titel och kunde inte skapas."
    492503
    493 #: ../lib/CataBlog.class.php:2878
     504#: ../lib/CataBlog.class.php:2882
    494505msgid "Item had no primary image name and could not be made."
    495506msgstr "Artikeln hade inget primärt bildnamn och kunde inte skapas."
    496507
    497 #: ../lib/CataBlog.class.php:2920
     508#: ../lib/CataBlog.class.php:2924
    498509msgid "Update:"
    499510msgstr "Uppdatera:"
    500511
    501 #: ../lib/CataBlog.class.php:2920
     512#: ../lib/CataBlog.class.php:2924
    502513#, php-format
    503514msgid " %s updated in database."
    504515msgstr "%s uppdaterat i databasen."
    505516
    506 #: ../lib/CataBlog.class.php:2949
     517#: ../lib/CataBlog.class.php:2953
    507518#, fuzzy, php-format
    508519msgid "%s Catalog Items Inserted"
    509520msgstr "Alla katalog artiklar bearbetades"
    510521
    511 #: ../lib/CataBlog.class.php:3014
     522#: ../lib/CataBlog.class.php:3018
    512523msgid "Uploaded File Exceeded The PHP Configurations Max File Size."
    513524msgstr "Uppladda fil översteg PHP konfigurationens max gräns."
    514525
    515 #: ../lib/CataBlog.class.php:3017
     526#: ../lib/CataBlog.class.php:3021
    516527msgid "Upload File Exceeded The HTML Form's Max File Size."
    517528msgstr "Uppladda fil översteg HTML formulärets max gräns."
    518529
    519 #: ../lib/CataBlog.class.php:3020
     530#: ../lib/CataBlog.class.php:3024
    520531msgid "File Only Partially Uploaded, Please Try Again."
    521532msgstr "Filen laddades endast upp delvis, var god försök igen."
    522533
    523 #: ../lib/CataBlog.class.php:3023
     534#: ../lib/CataBlog.class.php:3027
    524535msgid "No File Selected For Upload. Please Resubmit The Form."
    525536msgstr "Ingen fil valdes för uppladdning. Var god skicka formuläret igen."
    526537
    527 #: ../lib/CataBlog.class.php:3026
     538#: ../lib/CataBlog.class.php:3030
    528539msgid "Your Server's PHP Configuration Does Not Have A Temporary Folder For Uploads, Please Contact The System Admin."
    529540msgstr "Din servers PHP konfiguration har ingen temporär mapp för uppladdning, var god kontakta system administratören."
    530541
    531 #: ../lib/CataBlog.class.php:3029
     542#: ../lib/CataBlog.class.php:3033
    532543msgid "Your Server's PHP Configuration Can Not Write To Disc, Please Contact The System Admin."
    533544msgstr "Din servers PHP konfiguration kan inte skriva till disk, var god kontakta system administratören."
    534545
    535 #: ../lib/CataBlog.class.php:3032
     546#: ../lib/CataBlog.class.php:3036
    536547msgid "A PHP Extension Is Blocking PHP From Excepting Uploads, Please Contact The System Admin."
    537548msgstr "En PHP förlängning blockerar PHP från att tillåta uppladdningar, var god kontakta system administratören."
    538549
    539 #: ../lib/CataBlog.class.php:3035
     550#: ../lib/CataBlog.class.php:3039
    540551msgid "An Unknown Upload Error Has Occurred"
    541552msgstr "Ett okänt uppladdningsproblem har uppstått"
     
    601612
    602613#: ../lib/CataBlogItem.class.php:361
    603 #: ../lib/CataBlogItem.class.php:548
     614#: ../lib/CataBlogItem.class.php:549
    604615msgid "The image could not be used because it is an unsupported format. JPEG, GIF and PNG formats only, please."
    605616msgstr "Bilden kunde inte användas eftersom det är ett format som inte stöds. Endast JPEG, GIF eller PNG format."
    606617
    607618#: ../lib/CataBlogItem.class.php:374
    608 #: ../lib/CataBlogItem.class.php:535
     619#: ../lib/CataBlogItem.class.php:536
    609620msgid "Can not write uploaded image to server, your storage space is exhausted."
    610621msgstr "Kan inte skriva uppladdad bild till servern, finns ingen plats."
    611622
    612623#: ../lib/CataBlogItem.class.php:375
    613 #: ../lib/CataBlogItem.class.php:536
     624#: ../lib/CataBlogItem.class.php:537
    614625msgid "Please delete some media files to free up space and try again."
    615626msgstr "Var god och ta bort några filer för att skapa mer plats och prova igen."
    616627
    617628#: ../lib/CataBlogItem.class.php:376
    618 #: ../lib/CataBlogItem.class.php:537
     629#: ../lib/CataBlogItem.class.php:538
    619630#, php-format
    620631msgid "You have %sMB of available space on your server and your image is %sMB."
    621632msgstr "Du har %sMB med tillgänglig plats på servern och din bild är %sMB."
    622633
    623 #: ../lib/CataBlogItem.class.php:465
     634#: ../lib/CataBlogItem.class.php:466
    624635msgid "Could not set categories, please try again."
    625636msgstr "Kunde inte ställa in kategorierna, var god prova igen."
    626637
    627 #: ../lib/CataBlogItem.class.php:592
    628 #: ../lib/CataBlogItem.class.php:653
     638#: ../lib/CataBlogItem.class.php:593
     639#: ../lib/CataBlogItem.class.php:654
    629640#, php-format
    630641msgid "Original image file missing, could not be located at %s"
    631642msgstr "Orginalbilden fattas, kunde inte hittas på %s"
    632643
    633 #: ../lib/CataBlogItem.class.php:599
    634 #: ../lib/CataBlogItem.class.php:661
     644#: ../lib/CataBlogItem.class.php:600
     645#: ../lib/CataBlogItem.class.php:662
    635646msgid "Original image dimensions are less then 1px. Most likely PHP does not have permission to read the original file."
    636647msgstr "Orginalbildens dimensioner är mindre än 1px. Troligtvis har inte PHP rätt att läsa orginal filen."
    637648
    638 #: ../lib/CataBlogItem.class.php:628
    639 #: ../lib/CataBlogItem.class.php:675
     649#: ../lib/CataBlogItem.class.php:629
     650#: ../lib/CataBlogItem.class.php:676
    640651msgid "Original image could not be loaded because it is an unsupported format."
    641652msgstr "Orginalbilden kunde inte laddas för att filformatet inte stöds."
     
    698709
    699710#: ../lib/CataBlogWidget.class.php:70
    700 #: ../lib/CataBlogWidget.class.php:263
     711#: ../lib/CataBlogWidget.class.php:270
    701712#, fuzzy
    702713msgid "Title: "
     
    749760msgstr "CataBlog Kategori"
    750761
    751 #: ../lib/CataBlogWidget.class.php:270
     762#: ../lib/CataBlogWidget.class.php:250
     763#, php-format
     764msgid "This widget requires you to enable the %sCataBlog Public Option%s."
     765msgstr ""
     766
     767#: ../lib/CataBlogWidget.class.php:277
    752768msgid "Display as dropdown"
    753769msgstr ""
    754770
    755 #: ../lib/CataBlogWidget.class.php:273
     771#: ../lib/CataBlogWidget.class.php:280
    756772#, fuzzy
    757773msgid "Show post count"
     
    15921608msgstr "Detta är identifieraren som din blig kommer att använda för att skapa dina sidor för katalog arkiven."
    15931609
    1594 #: ../templates/admin-options.php:173
     1610#: ../templates/admin-options.php:170
     1611msgid "Your public slugs cannot be the same."
     1612msgstr ""
     1613
     1614#: ../templates/admin-options.php:175
    15951615msgid "Catalog Slugs Warning"
    15961616msgstr "Katalogens permalänk varning"
    15971617
    1598 #: ../templates/admin-options.php:174
     1618#: ../templates/admin-options.php:176
    15991619#, php-format
    16001620msgid "Please make sure you do not set either of your catalog slugs to a %sWordPress Reserved Term%s."
    16011621msgstr "Var säker på att du inte sätter en permalänk till en katalog med en %sWordPress Reserverat Uttryck%s."
    16021622
    1603 #: ../templates/admin-options.php:175
     1623#: ../templates/admin-options.php:177
    16041624msgid "These labels must also be URL friendly, so they may be transformed from your original input."
    16051625msgstr "Dessa etiketter måste även vara URL vänliga, så att de kan bli förändrade."
    16061626
    1607 #: ../templates/admin-options.php:185
     1627#: ../templates/admin-options.php:187
    16081628msgid "Previous Link Label:"
    16091629msgstr ""
    16101630
    1611 #: ../templates/admin-options.php:188
    1612 msgid "What word would you like to be used for a paginated catalog's previous page link."
    1613 msgstr ""
    1614 
    1615 #: ../templates/admin-options.php:193
     1631#: ../templates/admin-options.php:190
     1632msgid "The word you would like to be used for a paginated catalog's previous page link."
     1633msgstr ""
     1634
     1635#: ../templates/admin-options.php:195
    16161636msgid "Next Link Label:"
    16171637msgstr ""
    16181638
    1619 #: ../templates/admin-options.php:196
    1620 msgid "What word would you like to be used for a paginated catalog's next page link."
    1621 msgstr ""
    1622 
    1623 #: ../templates/admin-options.php:203
     1639#: ../templates/admin-options.php:198
     1640msgid "The word you would like to be used for a paginated catalog's next page link."
     1641msgstr ""
     1642
     1643#: ../templates/admin-options.php:205
    16241644msgid "Display Location:"
    16251645msgstr ""
    16261646
    1627 #: ../templates/admin-options.php:205
     1647#: ../templates/admin-options.php:207
    16281648#, fuzzy
    16291649msgid "Above Catalog"
    16301650msgstr "Om CataBlog"
    16311651
    1632 #: ../templates/admin-options.php:205
     1652#: ../templates/admin-options.php:207
    16331653#, fuzzy
    16341654msgid "Below Catalog"
    16351655msgstr "Ta bort CataBlog"
    16361656
    1637 #: ../templates/admin-options.php:205
     1657#: ../templates/admin-options.php:207
    16381658msgid "Above and Below"
    16391659msgstr ""
    16401660
    1641 #: ../templates/admin-options.php:212
     1661#: ../templates/admin-options.php:214
    16421662msgid "Select where you would like your navigation controls to be displayed"
    16431663msgstr ""
    16441664
    1645 #: ../templates/admin-options.php:218
     1665#: ../templates/admin-options.php:220
    16461666msgid "Show Extra Navigation Info:"
    16471667msgstr ""
    16481668
    1649 #: ../templates/admin-options.php:220
     1669#: ../templates/admin-options.php:222
    16501670#, fuzzy
    16511671msgid "If this is checked then the index of the catalog items being viewed on the page will be shown."
    16521672msgstr "Om denna är markerad kommer varje enskild katalog artikel få sin egen sida, komplett med permalänk."
    16531673
    1654 #: ../templates/admin-options.php:229
     1674#: ../templates/admin-options.php:231
    16551675msgid "Link Target:"
    16561676msgstr "Länkmål:"
    16571677
    1658 #: ../templates/admin-options.php:232
     1678#: ../templates/admin-options.php:234
    16591679msgid "The link target setting will set the <strong>target</strong> attribute of all the catalog title links."
    16601680msgstr "Länkmålsinställningen sätter <strong>målattributet</strong> för länkarna i alla katalogtitlar."
    16611681
    1662 #: ../templates/admin-options.php:233
    1663 #: ../templates/admin-options.php:241
     1682#: ../templates/admin-options.php:235
     1683#: ../templates/admin-options.php:243
    16641684msgid "examples:"
    16651685msgstr "exempel:"
    16661686
    1667 #: ../templates/admin-options.php:237
     1687#: ../templates/admin-options.php:239
    16681688msgid "Link Relationship:"
    16691689msgstr "Länk relationer:"
    16701690
    1671 #: ../templates/admin-options.php:240
     1691#: ../templates/admin-options.php:242
    16721692msgid "The link relationship will set the <strong>rel</strong> attribute of all the catalog title links."
    16731693msgstr "Länk relationen sätter <strong>rel</strong> attributet till alla katalogens titellänkar."
    16741694
    1675 #: ../templates/admin-options.php:251
     1695#: ../templates/admin-options.php:253
    16761696msgid "Enable WordPress Filters:"
    16771697msgstr "Aktivera WordPress filter:"
    16781698
    1679 #: ../templates/admin-options.php:254
     1699#: ../templates/admin-options.php:256
    16801700msgid "Enable the standard WordPress filters for your catalog item's description."
    16811701msgstr "Aktivera WordPress standard filter för beskrivningen av dina katalog artiklar. "
    16821702
    1683 #: ../templates/admin-options.php:255
     1703#: ../templates/admin-options.php:257
    16841704msgid "This allows you to use ShortCodes and media embeds inside your catalog item descriptions."
    16851705msgstr "Detta gör det möjligt för dig att använda Kortkoder och inbädda media i beskrivningen av dina katalog artiklar."
    16861706
    1687 #: ../templates/admin-options.php:256
     1707#: ../templates/admin-options.php:258
    16881708msgid "Please <strong>do not use the CataBlog ShortCode</strong> inside a catalog item's description."
    16891709msgstr "Var god <strong>använd inte CataBlog Kortkoder</strong> i beskrivningen av dina katalog artiklar."
    16901710
    1691 #: ../templates/admin-options.php:262
     1711#: ../templates/admin-options.php:264
    16921712msgid "Render Line Breaks:"
    16931713msgstr "Rendera radbrytningar:"
    16941714
    1695 #: ../templates/admin-options.php:265
     1715#: ../templates/admin-options.php:267
    16961716#, php-format
    16971717msgid "Filter your catalog item's description through the standard PHP function %s."
    16981718msgstr "Filtrera dina beskrivningar av katalog artiklar genom PHP funktionen %s."
    16991719
    1700 #: ../templates/admin-options.php:266
     1720#: ../templates/admin-options.php:268
    17011721msgid "This will insert HTML line breaks before all new lines in your catalog descriptions."
    17021722msgstr "Detta inför HTML radbrytningar före alla nya rader i din beskrivning."
    17031723
    1704 #: ../templates/admin-options.php:267
     1724#: ../templates/admin-options.php:269
    17051725msgid "Turn this off if unwanted line breaks are being rendered on your page."
    17061726msgstr "Stäng av detta om det skapas oönskade radbrytningar på din sida."
    17071727
    1708 #: ../templates/admin-options.php:272
     1728#: ../templates/admin-options.php:274
    17091729msgid "Excerpt Length:"
    17101730msgstr ""
    17111731
    1712 #: ../templates/admin-options.php:275
     1732#: ../templates/admin-options.php:277
    17131733msgid "The excerpt length lets you set how many characters long the description will be when using the %EXCERPT% token."
    17141734msgstr ""
    17151735
    1716 #: ../templates/admin-options.php:276
     1736#: ../templates/admin-options.php:278
    17171737msgid "The excerpt will cut off any incomplete words at the end, so don't worry if the character count is a little different."
    17181738msgstr ""
    17191739
    1720 #: ../templates/admin-options.php:301
     1740#: ../templates/admin-options.php:303
    17211741msgid "You may export your CataBlog data to a XML or CSV file which may be used to backup and protect your work. The XML or CSV file is a simple transfer of the database information itself and the <strong>images are not included in this backup</strong>. To backup your images follow the directions at the bottom of the page."
    17221742msgstr "Du kan exportera data från CataBlog till en XML eller CSV fil och på detta sätt ta en backup och skydda ditt jobb. XML eller CSV filen är information som kopieras från databasen och <strong>bilderna inkluderas inte i denna backup</strong>. För att ta en backup på dina bilder är det bara att följa instruktionerna längst ner på sidan."
    17231743
    1724 #: ../templates/admin-options.php:307
     1744#: ../templates/admin-options.php:309
    17251745msgid "Save XML BackUp File"
    17261746msgstr "Spara XML backup filen"
    17271747
    1728 #: ../templates/admin-options.php:311
     1748#: ../templates/admin-options.php:313
    17291749msgid "Save CSV BackUp File"
    17301750msgstr "Spara CSV backup filen"
    17311751
    1732 #: ../templates/admin-options.php:318
     1752#: ../templates/admin-options.php:320
    17331753#, php-format
    17341754msgid "You must have the function %sfputcsv()%s available on your web server's version of PHP for CSV export to work."
    17351755msgstr "Du måste ha funktionen %sfputcsv()%s tillgänglig på din webbserver för att få CSV exporten att fungera."
    17361756
    1737 #: ../templates/admin-options.php:320
     1757#: ../templates/admin-options.php:322
    17381758msgid "Please contact your server administrator for more information regarding this error."
    17391759msgstr "Ta kontakt med din server administratör för mer information om detta fel."
    17401760
    1741 #: ../templates/admin-options.php:327
     1761#: ../templates/admin-options.php:329
    17421762msgid "Backing Up Images:"
    17431763msgstr "Backup på bilderna:"
    17441764
    1745 #: ../templates/admin-options.php:328
     1765#: ../templates/admin-options.php:330
    17461766msgid "Please copy the <em>catablog</em> directory to a secure location."
    17471767msgstr "Var god och kopiera <em>CataBlog</em> katalogen till en säker plats."
    17481768
    1749 #: ../templates/admin-options.php:329
     1769#: ../templates/admin-options.php:331
    17501770msgid "The directory for this WordPress blog can be located on your web server at:"
    17511771msgstr "Katalogen för denna WordPress blogg hittas på din webbserver här:"
    17521772
    1753 #: ../templates/admin-options.php:340
     1773#: ../templates/admin-options.php:342
    17541774msgid "Import XML/CSV Data"
    17551775msgstr "Importera XML/CSV data"
    17561776
    1757 #: ../templates/admin-options.php:348
     1777#: ../templates/admin-options.php:350
    17581778msgid "Replace All Data:"
    17591779msgstr "Byt ut all data:"
    17601780
    1761 #: ../templates/admin-options.php:351
     1781#: ../templates/admin-options.php:353
    17621782msgid "Import CataBlog Data"
    17631783msgstr "Importera CataBlog data"
    17641784
    1765 #: ../templates/admin-options.php:355
     1785#: ../templates/admin-options.php:357
    17661786msgid "You must have the <strong>Simple XML Library</strong> installed on your web server's version of PHP for XML imports to work. Please contact your server administrator for more information regarding this error."
    17671787msgstr "Du måste ha <strong>Simple XML Library</strong> installerad på din webbserver för att XML importering ska fungera. Ta kontakt med din server administratör för mer information angående felet."
    17681788
    1769 #: ../templates/admin-options.php:360
     1789#: ../templates/admin-options.php:362
    17701790msgid "To import data into your catalog you simply select a XML or CVS file on your hard drive and click the <em>Import CataBlog Data</em> button. You may choose to completely erase all your data before importing by checking the <em>Replace All Data</em> checkbox.<br />Keep in mind, this <strong>does not import or delete images</strong>."
    17711791msgstr "För att importera data in i en katalog väljer du helt enkelt en XML eller CVS fil på din hårddisk och klickar på <em>Importera CataBlog data</em> knappen. Du får valet att antingen ta bort all tidigare data innan import genom att markera <em>Ersätt all data</em>. <br />Kom ihåg, <strong>detta varken importerar eller tar bort bilder</strong>."
    17721792
    1773 #: ../templates/admin-options.php:363
     1793#: ../templates/admin-options.php:365
    17741794#, php-format
    17751795msgid "To import images you should upload them to the <em>originals</em> directory, located at: <em>%s</em>. Once you load the XML or CVS file and the images into the <em>originals</em> directory everything should be set after you %sRegenerate All Images%s in the systems tab."
    17761796msgstr "För att importera bilder bör du ladda upp de till <em>orginal</em> katalogen: <em>%s</em>. När du har laddat XML eller CVS filen samt lagt upp bilderna till <em>orginal</em> katalogen är allt färdigt inför att %sÅterskapa alla bilder%s under systemfliken."
    17771797
    1778 #: ../templates/admin-options.php:367
     1798#: ../templates/admin-options.php:369
    17791799#, php-format
    17801800msgid "You may view XML and CSV examples in the %simport/export documentation%s."
    17811801msgstr "Du kan titta på XML och CSV exempel i %simportera/exportera dokumentationen%s."
    17821802
    1783 #: ../templates/admin-options.php:381
     1803#: ../templates/admin-options.php:383
    17841804msgid "CataBlog Upload Folders are <strong>Unlocked</strong>"
    17851805msgstr "CataBlogs katalog för uppladdning är <strong>Olåst</strong>"
    17861806
    1787 #: ../templates/admin-options.php:383
     1807#: ../templates/admin-options.php:385
    17881808msgid "CataBlog Upload Folders are <strong>Locked</strong>"
    17891809msgstr "CataBlogs katalog för uppladdning är <strong>Låst</strong>"
    17901810
    1791 #: ../templates/admin-options.php:391
     1811#: ../templates/admin-options.php:393
    17921812msgid "Lock Folders"
    17931813msgstr "Lås mapparna"
    17941814
    1795 #: ../templates/admin-options.php:393
     1815#: ../templates/admin-options.php:395
    17961816msgid "Unlock Folders"
    17971817msgstr "Lås upp mapparna"
    17981818
    1799 #: ../templates/admin-options.php:397
     1819#: ../templates/admin-options.php:399
    18001820#, php-format
    18011821msgid "You may lock and unlock your <em>catablog</em> folders with these controls. The idea is to unlock the folders, use your FTP client to upload your original files and then lock the folders to protect them from hackers. After unlocking your directories please upload the original files directly into the <strong>%s</strong> folder without replacing it. <strong>Do not replace any of the CataBlog created folders</strong>. You should then regenerate all your thumbnail and lightbox pictures below. These controls may not work on a Windows server, it depends on your servers PHP settings and if the chmod command is supported."
    18021822msgstr "Du kan låsa eller låsa upp dina <em>CataBlog</em> mappar med dessa kontroller. Idén är att låsa upp mapparna, använda FTP för att ladda upp orginal filerna och sedan låsa mapparna för att skydda dessa mot hackare. Efter att du har låst upp dina kataloger ladda då upp dina orginalfiler direkt in i <strong>%s</strong> mappen utan att ersätta den. <strong>Ersätt inga av CataBlogs skapade mappar</strong>. Du bör sedan återskapa alla dina tumnagel och LightBox bilder nedan. Dessa kontroller kan eventuellt inte fungera på en Windows server, beroende på serverns PHP inställnigar och om chmod stöds."
    18031823
    1804 #: ../templates/admin-options.php:402
     1824#: ../templates/admin-options.php:404
    18051825msgid "Rescan Original Image Folder"
    18061826msgstr "Skanna om orginalbildernas mapp"
    18071827
    1808 #: ../templates/admin-options.php:404
     1828#: ../templates/admin-options.php:406
    18091829msgid "Rescan Original Images Folder Now"
    18101830msgstr "Skanna om orginalbildernas mapp nu"
    18111831
    1812 #: ../templates/admin-options.php:406
     1832#: ../templates/admin-options.php:408
    18131833msgid "Click the <em>Rescan Now</em> button to rescan the original catablog images folder and automatically import any new jpeg, gif or png images. It works simply by making a list of all the image names in the database and then compares each file's name in the originals folder against the list of image names in the database. Any newly discovered images will automatically be made into a new catalog item. You should Regenerate Images after running this command."
    18141834msgstr "Klicka på <em>Skanna nu</em> knappen för att skanna om mappen med orginalbilder och automatiskt importera alla nya JPEG, GIF eller PNG bilder. Det fungerar genom att en lista skapas med alla bildnamn i databasen och sedan jämförs de varje enskilt filnamn i mappen. Alla nya bilder som hittas blir automatiskt en ny katalog artikel. Du bör Återskapa bilder efter att du har kört denna funktion."
    18151835
    1816 #: ../templates/admin-options.php:411
     1836#: ../templates/admin-options.php:413
    18171837msgid "Regenerate Images"
    18181838msgstr "Återskapa bilder"
    18191839
    1820 #: ../templates/admin-options.php:413
     1840#: ../templates/admin-options.php:415
    18211841msgid "Regenerate All Images Now"
    18221842msgstr "Återskapa alla bilder nu"
    18231843
    1824 #: ../templates/admin-options.php:415
     1844#: ../templates/admin-options.php:417
    18251845msgid "Click the <em>Regenerate Now</em> button to recreate all the thumbnail and lightbox images that CataBlog has generated over the time you have used it. This is also useful when restoring exported data from another version of CataBlog. after you have uploaded your original images you must regenerate your images so they display properly."
    18261846msgstr "Klicka på <em>Återskapa nu</em> knappen för att återskapa alla tumnagel och LightBox bilder som CataBlog har genererat under den tid som du har använd det. Detta är också användbart när du vill återställa exporterat data från en annan version av CataBlog. Efter att du har laddat upp dina orginalbilder måste du återskapa dina bilder så att de visas korrekt."
    18271847
    1828 #: ../templates/admin-options.php:420
     1848#: ../templates/admin-options.php:422
    18291849msgid "Remove CataBlog"
    18301850msgstr "Ta bort CataBlog"
    18311851
    1832 #: ../templates/admin-options.php:422
     1852#: ../templates/admin-options.php:424
    18331853msgid "Remove All CataBlog Data"
    18341854msgstr "Ta bort all CataBlog data"
    18351855
    1836 #: ../templates/admin-options.php:424
     1856#: ../templates/admin-options.php:426
    18371857msgid "Delete your entire catalog, deleting all photos and custom data permanently. Sometimes you can use this to fix an improper installation."
    18381858msgstr "Ta bort hela din katalog, ta bort alla bilder och anpassad data permanent. Ibland kan du använda detta till att åtgärda en felaktig installation."
    18391859
    1840 #: ../templates/admin-options.php:433
    1841 #: ../templates/admin-templates-editor.php:66
     1860#: ../templates/admin-options.php:435
     1861#: ../templates/admin-templates-editor.php:67
    18421862#, php-format
    18431863msgid "or %sundo current changes%s"
    18441864msgstr "eller %sångra nuvarande ändringar%s"
    18451865
    1846 #: ../templates/admin-options.php:734
     1866#: ../templates/admin-options.php:643
     1867msgid "There are errors, please correct them before saving."
     1868msgstr ""
     1869
     1870#: ../templates/admin-options.php:755
    18471871#: ../templates/admin-regenerate.php:43
    18481872#: ../templates/admin-rescan.php:49
     
    18501874msgstr "Låt renderingen avslutas innan du byter sida. Klicka på avbryt för att gå tillbaka och låt renderingen avslutas."
    18511875
    1852 #: ../templates/admin-options.php:739
     1876#: ../templates/admin-options.php:760
    18531877msgid "Image rendering is not complete, you should let image rendering complete before leaving this page."
    18541878msgstr "Renderingen av bilderna är inte klar, du bör låta renderingen avslutas innan du fortsätter."
     
    19411965msgstr ""
    19421966
    1943 #: ../templates/admin-templates-editor.php:71
     1967#: ../templates/admin-templates-editor.php:72
    19441968#, fuzzy
    19451969msgid "You may change the HTML rendered by CataBlog with this control panel, allowing you to make fundamental changes to how catalogs will appear in your posts. You may choose a template to edit from the list of templates to the right . If you want to setup a photo gallery I would recommend that you use the <strong>Gallery Template</strong> by adding the template parameter to the ShortCode. Example: <code>[catablog template=\"gallery\"]</code>"
    19461970msgstr "Här kan du ändra HTML koden som <strong>CataBlog</strong> skapar, detta gör det möjligt för dig att fundamentalt ändra hur kataloger ska visas. Du kan välja en mall från gardinmenyn högst upp och sedan klicka <em>Ladda mall</em> för att ladda mallens kod. Om du vill skapa ett fotogalleri rekommenderar jag att du laddar <em>Galleri mallen</em> och klickar på spara nedan. För att skapa en varukorg bör du ladda <em>Grundmallen</em> och sedan använda en Butiksmall. "
    19471971
    1948 #: ../templates/admin-templates-editor.php:76
     1972#: ../templates/admin-templates-editor.php:77
    19491973msgid "If you specify a template in your CataBlog ShortCodes the <strong>default template will be ignored</strong>."
    19501974msgstr ""
    19511975
    1952 #: ../templates/admin-templates-editor.php:79
     1976#: ../templates/admin-templates-editor.php:80
    19531977msgid "If you do not specify a template in your CataBlog ShortCodes then the <strong>default template will be used</strong>."
    19541978msgstr ""
    19551979
    1956 #: ../templates/admin-templates-editor.php:82
     1980#: ../templates/admin-templates-editor.php:83
    19571981msgid "If you do not specify a template and the default template cannot be found then CataBlog will not be able to render your catalog."
    19581982msgstr ""
    19591983
    1960 #: ../templates/admin-templates-editor.php:85
     1984#: ../templates/admin-templates-editor.php:86
    19611985#, php-format
    19621986msgid "If you need more help read the %shelp panel%s."
    19631987msgstr ""
    19641988
    1965 #: ../templates/admin-templates-editor.php:104
     1989#: ../templates/admin-templates-editor.php:105
    19661990msgid "Create a New Template File"
    19671991msgstr ""
    19681992
    1969 #: ../templates/admin-templates-editor.php:107
     1993#: ../templates/admin-templates-editor.php:108
    19701994#, fuzzy
    19711995msgid "Save Other Changes Before Creating A New Template File."
    19721996msgstr "Spara andra ändringar innan du laddar upp en ny bild."
    19731997
    1974 #: ../templates/admin-templates-editor.php:113
     1998#: ../templates/admin-templates-editor.php:114
    19751999#, fuzzy
    19762000msgid "Create Template"
    19772001msgstr "Ladda mall"
    19782002
    1979 #: ../templates/admin-templates-editor.php:115
     2003#: ../templates/admin-templates-editor.php:116
    19802004msgid "Please enter the name of the new CataBlog Template you wish to create."
    19812005msgstr ""
    19822006
    1983 #: ../templates/admin-templates-editor.php:116
     2007#: ../templates/admin-templates-editor.php:117
    19842008msgid "If you are missing any system templates you may make them here by typing in their name, such as default."
    19852009msgstr ""
    19862010
    1987 #: ../templates/admin-templates-editor.php:117
     2011#: ../templates/admin-templates-editor.php:118
    19882012msgid "Please only use underscores, hyphens and alphanumeric characters only."
    19892013msgstr ""
  • catablog/trunk/localization/catablog.po

    r498885 r504559  
    55"Project-Id-Version: CataBlog 1.2.5\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2012-02-01 18:14-0800\n"
    8 "PO-Revision-Date: 2012-02-01 18:15-0800\n"
     7"POT-Creation-Date: 2012-02-13 14:58-0800\n"
     8"PO-Revision-Date: 2012-02-13 14:58-0800\n"
    99"Last-Translator: Zachary Segal <zac@illproductions.com>\n"
    1010"Language-Team: illProductions <zac@illproductions.com>\n"
     
    1818"X-Poedit-SearchPath-0: ./..\n"
    1919
    20 #: ../catablog.php:115
    21 #: ../lib/CataBlogWidget.class.php:314
     20#: ../catablog.php:108
     21msgid "CataBlog Error:"
     22msgstr ""
     23
     24#: ../catablog.php:110
     25#, php-format
     26msgid "CataBlog Categories require you to enable the %sCataBlog Public Option%s."
     27msgstr ""
     28
     29#: ../catablog.php:127
    2230msgid "Select Category"
    2331msgstr ""
    2432
    25 #: ../catablog.php:141
     33#: ../catablog.php:169
    2634msgid "<strong>CataBlog</strong> requires <strong>PHP 5</strong> or better running on your web server. You're version of PHP is to old, please contact your hosting company or IT department for an upgrade. Thanks."
    2735msgstr ""
    2836
    29 #: ../catablog.php:146
     37#: ../catablog.php:174
    3038msgid "<strong>CataBlog</strong> requires that the <strong>GD Library</strong> be installed on your web server's version of PHP. Please contact your hosting company or IT department for more information. Thanks."
    3139msgstr ""
    3240
    33 #: ../catablog.php:151
     41#: ../catablog.php:179
    3442msgid "<strong>CataBlog</strong> requires <strong>WordPress 3.1</strong> or above. Please upgrade WordPress or contact your system administrator about upgrading."
    3543msgstr ""
    3644
    37 #: ../catablog.php:157
     45#: ../catablog.php:185
    3846msgid "<strong>CataBlog</strong> could not detect your upload directory or it is not writable by PHP. Please make sure Apache and PHP have write permission for the configured uploads folder. Contact your hosting company or IT department for more information. Thanks."
    3947msgstr ""
     
    151159msgstr ""
    152160
    153 #: ../lib/CataBlog.class.php:685
     161#: ../lib/CataBlog.class.php:681
     162msgid "Form Validation Error. Please make sure that the individual and category public page slugs are not identical."
     163msgstr ""
     164
     165#: ../lib/CataBlog.class.php:689
    154166msgid "CataBlog Options Saved"
    155167msgstr ""
    156168
    157 #: ../lib/CataBlog.class.php:738
     169#: ../lib/CataBlog.class.php:742
    158170msgid "Please Let The Rendering Below Complete Before Navigating Away From This Page"
    159171msgstr ""
    160172
    161 #: ../lib/CataBlog.class.php:756
    162 #: ../lib/CataBlog.class.php:803
    163 #: ../lib/CataBlog.class.php:806
     173#: ../lib/CataBlog.class.php:760
     174#: ../lib/CataBlog.class.php:807
     175#: ../lib/CataBlog.class.php:810
    164176msgid "Form Validation Error. Please reload the page and try again."
    165177msgstr ""
    166178
    167 #: ../lib/CataBlog.class.php:797
     179#: ../lib/CataBlog.class.php:801
    168180msgid "Template Changes Saved Successfully."
    169181msgstr ""
    170182
    171 #: ../lib/CataBlog.class.php:800
     183#: ../lib/CataBlog.class.php:804
    172184msgid "Template Created Successfully."
    173185msgstr ""
    174186
    175 #: ../lib/CataBlog.class.php:809
     187#: ../lib/CataBlog.class.php:813
    176188#, php-format
    177189msgid "File Creation Error. Please make sure WordPress can write to this directory:<br /><code>%s</code>"
    178190msgstr ""
    179191
    180 #: ../lib/CataBlog.class.php:812
     192#: ../lib/CataBlog.class.php:816
    181193msgid "File Creation Error. A template already exists with that name."
    182194msgstr ""
    183195
    184 #: ../lib/CataBlog.class.php:815
     196#: ../lib/CataBlog.class.php:819
    185197msgid "File Creation Error. A template name may only consist of underscores, hyphens and alphanumeric characters."
    186198msgstr ""
    187199
    188 #: ../lib/CataBlog.class.php:897
    189 #: ../lib/CataBlog.class.php:898
    190 #: ../lib/CataBlog.class.php:899
     200#: ../lib/CataBlog.class.php:901
     201#: ../lib/CataBlog.class.php:902
     202#: ../lib/CataBlog.class.php:903
    191203msgid "not present"
    192204msgstr ""
    193205
    194 #: ../lib/CataBlog.class.php:990
     206#: ../lib/CataBlog.class.php:994
    195207msgid "The file you selected was to large or you didn't select anything at all, please try again."
    196208msgstr ""
    197209
    198 #: ../lib/CataBlog.class.php:994
    199 #: ../lib/CataBlog.class.php:1046
     210#: ../lib/CataBlog.class.php:998
     211#: ../lib/CataBlog.class.php:1050
     212#: ../lib/CataBlog.class.php:1102
     213#: ../lib/CataBlog.class.php:1140
     214#: ../lib/CataBlog.class.php:1273
     215msgid "WordPress Nonce Error, please reload the form and try again."
     216msgstr ""
     217
     218#: ../lib/CataBlog.class.php:1054
     219msgid "full form was not submitted, please try again."
     220msgstr ""
     221
    200222#: ../lib/CataBlog.class.php:1098
    201223#: ../lib/CataBlog.class.php:1136
    202 #: ../lib/CataBlog.class.php:1269
    203 msgid "WordPress Nonce Error, please reload the form and try again."
    204 msgstr ""
    205 
    206 #: ../lib/CataBlog.class.php:1050
    207 msgid "full form was not submitted, please try again."
    208 msgstr ""
    209 
    210 #: ../lib/CataBlog.class.php:1094
    211 #: ../lib/CataBlog.class.php:1132
    212224msgid "You didn't select anything to upload, please try again."
    213225msgstr ""
    214226
    215 #: ../lib/CataBlog.class.php:1102
    216 #: ../lib/CataBlog.class.php:1140
     227#: ../lib/CataBlog.class.php:1106
     228#: ../lib/CataBlog.class.php:1144
    217229msgid "No item ID posted, press back arrow and try again."
    218230msgstr ""
    219231
    220 #: ../lib/CataBlog.class.php:1183
     232#: ../lib/CataBlog.class.php:1187
    221233msgid "Please make your selection by checking the boxes in the list below."
    222234msgstr ""
    223235
    224 #: ../lib/CataBlog.class.php:1229
     236#: ../lib/CataBlog.class.php:1233
    225237#, php-format
    226238msgid "Error during set category, could not load item with id %s."
    227239msgstr ""
    228240
    229 #: ../lib/CataBlog.class.php:1247
     241#: ../lib/CataBlog.class.php:1251
    230242#, php-format
    231243msgid "Error during bulk delete, could not load item with id %s."
    232244msgstr ""
    233245
    234 #: ../lib/CataBlog.class.php:1278
     246#: ../lib/CataBlog.class.php:1282
    235247msgid "No file was selected for upload, please try again."
    236248msgstr ""
    237249
    238 #: ../lib/CataBlog.class.php:1287
     250#: ../lib/CataBlog.class.php:1291
    239251msgid "Uploaded XML File Could Not Be Parsed, Check That The File's Content Is Valid XML."
    240252msgstr ""
    241253
    242 #: ../lib/CataBlog.class.php:1297
     254#: ../lib/CataBlog.class.php:1301
    243255msgid "Uploaded file was not of proper format, please make sure the filename has an xml or csv extension."
    244256msgstr ""
    245257
    246 #: ../lib/CataBlog.class.php:1368
     258#: ../lib/CataBlog.class.php:1372
    247259msgid "The CataBlog upload directories have been unlocked."
    248260msgstr ""
    249261
    250 #: ../lib/CataBlog.class.php:1371
    251 #: ../lib/CataBlog.class.php:1384
     262#: ../lib/CataBlog.class.php:1375
     263#: ../lib/CataBlog.class.php:1388
    252264msgid "Could not lock/unlock the directory. Are you using a unix based server?"
    253265msgstr ""
    254266
    255 #: ../lib/CataBlog.class.php:1381
     267#: ../lib/CataBlog.class.php:1385
    256268msgid "The CataBlog upload directories have been locked."
    257269msgstr ""
    258270
    259 #: ../lib/CataBlog.class.php:1498
     271#: ../lib/CataBlog.class.php:1502
    260272msgid "micro save successful"
    261273msgstr ""
    262274
    263 #: ../lib/CataBlog.class.php:1526
     275#: ../lib/CataBlog.class.php:1530
    264276msgid "Screen Options updated successfully."
    265277msgstr ""
    266278
    267 #: ../lib/CataBlog.class.php:1555
     279#: ../lib/CataBlog.class.php:1559
    268280msgid "Commas, Pipes and reserved HTML characters are not allowed in category names."
    269281msgstr ""
    270282
    271 #: ../lib/CataBlog.class.php:1561
     283#: ../lib/CataBlog.class.php:1565
    272284msgid "Please be a little more specific with your category name."
    273285msgstr ""
    274286
    275 #: ../lib/CataBlog.class.php:1573
     287#: ../lib/CataBlog.class.php:1577
    276288msgid "There already is a category with that name."
    277289msgstr ""
    278290
    279 #: ../lib/CataBlog.class.php:1602
     291#: ../lib/CataBlog.class.php:1606
    280292msgid "Term Removed Successfully."
    281293msgstr ""
    282294
    283 #: ../lib/CataBlog.class.php:1605
     295#: ../lib/CataBlog.class.php:1609
    284296msgid "Term did not exist, please refresh page and try again."
    285297msgstr ""
    286298
    287 #: ../lib/CataBlog.class.php:1656
     299#: ../lib/CataBlog.class.php:1660
    288300msgid "unsupported image size type"
    289301msgstr ""
    290302
    291 #: ../lib/CataBlog.class.php:1666
     303#: ../lib/CataBlog.class.php:1670
    292304#, php-format
    293305msgid "Rendering... %s of %s"
    294306msgstr ""
    295307
    296 #: ../lib/CataBlog.class.php:1668
     308#: ../lib/CataBlog.class.php:1672
    297309msgid "Image rendering is now complete."
    298310msgstr ""
    299311
    300 #: ../lib/CataBlog.class.php:1709
     312#: ../lib/CataBlog.class.php:1713
    301313msgid "error"
    302314msgstr ""
    303315
    304 #: ../lib/CataBlog.class.php:1712
     316#: ../lib/CataBlog.class.php:1716
    305317msgid "sub image deleted successfully"
    306318msgstr ""
    307319
    308 #: ../lib/CataBlog.class.php:1731
     320#: ../lib/CataBlog.class.php:1735
    309321#, php-format
    310322msgid "%s library items deleted successfully."
    311323msgstr ""
    312324
    313 #: ../lib/CataBlog.class.php:1734
     325#: ../lib/CataBlog.class.php:1738
    314326msgid "CataBlog Library Cleared Successfully."
    315327msgstr ""
    316328
    317 #: ../lib/CataBlog.class.php:1747
     329#: ../lib/CataBlog.class.php:1751
    318330msgid "CataBlog Options, Directories and Terms Deleted Successfully."
    319331msgstr ""
    320332
    321 #: ../lib/CataBlog.class.php:1748
     333#: ../lib/CataBlog.class.php:1752
    322334msgid "You may now go deactivate CataBlog and nothing will be left behind."
    323335msgstr ""
    324336
    325 #: ../lib/CataBlog.class.php:1749
     337#: ../lib/CataBlog.class.php:1753
    326338msgid "If you want to continue using CataBlog, go to the library to re-install necessary settings."
    327339msgstr ""
    328340
    329 #: ../lib/CataBlog.class.php:1885
     341#: ../lib/CataBlog.class.php:1889
    330342#, php-format
    331343msgid "CataBlog %s LightBox Styles | %s"
    332344msgstr ""
    333345
    334 #: ../lib/CataBlog.class.php:1908
     346#: ../lib/CataBlog.class.php:1912
    335347msgid "You may also press &quot;P&quot; or the left arrow on your keyboard"
    336348msgstr ""
    337349
    338 #: ../lib/CataBlog.class.php:1909
     350#: ../lib/CataBlog.class.php:1913
    339351msgid "You may also press &quot;N&quot; or the right arrow on your keyboard"
    340352msgstr ""
    341353
    342 #: ../lib/CataBlog.class.php:1910
     354#: ../lib/CataBlog.class.php:1914
    343355msgid "Close LightBox Now"
    344356msgstr ""
    345357
    346 #: ../lib/CataBlog.class.php:1911
     358#: ../lib/CataBlog.class.php:1915
    347359msgid "PREV"
    348360msgstr ""
    349361
    350 #: ../lib/CataBlog.class.php:1912
     362#: ../lib/CataBlog.class.php:1916
    351363msgid "NEXT"
    352364msgstr ""
    353365
    354 #: ../lib/CataBlog.class.php:1913
     366#: ../lib/CataBlog.class.php:1917
    355367msgid "CLOSE"
    356368msgstr ""
    357369
    358 #: ../lib/CataBlog.class.php:1917
     370#: ../lib/CataBlog.class.php:1921
    359371#, php-format
    360372msgid "CataBlog %s LightBox JavaScript | %s"
    361373msgstr ""
    362374
    363 #: ../lib/CataBlog.class.php:1919
     375#: ../lib/CataBlog.class.php:1923
    364376msgid "End CataBlog LightBox JavaScript"
    365377msgstr ""
    366378
    367 #: ../lib/CataBlog.class.php:2068
     379#: ../lib/CataBlog.class.php:2072
    368380#, php-format
    369381msgid "%s to %s of %s"
    370382msgstr ""
    371383
    372 #: ../lib/CataBlog.class.php:2202
     384#: ../lib/CataBlog.class.php:2206
    373385#, php-format
    374386msgid "CataBlog Template Error: The store template does not exist. Please make sure their is a file with the name '%s.htm' in the <code>wp-content/uploads/catablog/templates</code> directory."
    375387msgstr ""
    376388
    377 #: ../lib/CataBlog.class.php:2225
     389#: ../lib/CataBlog.class.php:2229
    378390#, php-format
    379391msgid "CataBlog ShortCode Parameter Error: The template attribute of this ShortCode points to a file that does not exist. Please make sure their is a file with the name '%s.htm' in the views directory."
    380392msgstr ""
    381393
    382 #: ../lib/CataBlog.class.php:2226
     394#: ../lib/CataBlog.class.php:2230
    383395#: ../templates/admin-library.php:20
    384396msgid "Learn More"
    385397msgstr ""
    386398
    387 #: ../lib/CataBlog.class.php:2347
     399#: ../lib/CataBlog.class.php:2351
    388400msgid "The CataBlog Upload Directory cannot be written. "
    389401msgstr ""
    390402
    391 #: ../lib/CataBlog.class.php:2347
     403#: ../lib/CataBlog.class.php:2351
     404#: ../lib/CataBlog.class.php:2356
     405#: ../lib/CataBlog.class.php:2557
    392406msgid "Please check your server file permissions and apache configuration."
    393407msgstr ""
    394408
    395 #: ../lib/CataBlog.class.php:2352
     409#: ../lib/CataBlog.class.php:2356
    396410msgid "The CataBlog Templates Directory cannot be written. "
    397411msgstr ""
    398412
    399 #: ../lib/CataBlog.class.php:2352
    400 #: ../lib/CataBlog.class.php:2553
    401 msgid " Please check your server file permissions and apache configuration."
    402 msgstr ""
    403 
    404 #: ../lib/CataBlog.class.php:2362
     413#: ../lib/CataBlog.class.php:2366
    405414#, php-format
    406415msgid "CataBlog options and directories have been successfully installed. Please, %srefresh now%s"
    407416msgstr ""
    408417
    409 #: ../lib/CataBlog.class.php:2386
    410 #: ../lib/CataBlog.class.php:2558
     418#: ../lib/CataBlog.class.php:2390
     419#: ../lib/CataBlog.class.php:2562
    411420msgid "Previous"
    412421msgstr ""
    413422
    414 #: ../lib/CataBlog.class.php:2387
    415 #: ../lib/CataBlog.class.php:2559
     423#: ../lib/CataBlog.class.php:2391
     424#: ../lib/CataBlog.class.php:2563
    416425msgid "Next"
    417426msgstr ""
    418427
    419 #: ../lib/CataBlog.class.php:2443
     428#: ../lib/CataBlog.class.php:2447
    420429#, php-format
    421430msgid "There was an error creating the default term: %s"
    422431msgstr ""
    423432
    424 #: ../lib/CataBlog.class.php:2481
     433#: ../lib/CataBlog.class.php:2485
    425434msgid "CataBlog options and directories have been successfully upgraded."
    426435msgstr ""
    427436
    428 #: ../lib/CataBlog.class.php:2553
     437#: ../lib/CataBlog.class.php:2557
    429438msgid "The New CataBlog Templates cannot be written. "
    430439msgstr ""
    431440
    432 #: ../lib/CataBlog.class.php:2740
     441#: ../lib/CataBlog.class.php:2744
    433442msgid "Uploaded CSV File Could Not Be Parsed, Check That The File's Format Is Valid."
    434443msgstr ""
    435444
    436 #: ../lib/CataBlog.class.php:2781
     445#: ../lib/CataBlog.class.php:2785
    437446#, php-format
    438447msgid "There was an error parsing your CSV file on lines: %s."
    439448msgstr ""
    440449
    441 #: ../lib/CataBlog.class.php:2828
    442 #: ../lib/CataBlog.class.php:2871
     450#: ../lib/CataBlog.class.php:2832
    443451#: ../lib/CataBlog.class.php:2875
    444 #: ../lib/CataBlog.class.php:2878
     452#: ../lib/CataBlog.class.php:2879
     453#: ../lib/CataBlog.class.php:2882
    445454msgid "Error:"
    446455msgstr ""
    447456
    448 #: ../lib/CataBlog.class.php:2842
     457#: ../lib/CataBlog.class.php:2846
    449458msgid "Success:"
    450459msgstr ""
    451460
    452 #: ../lib/CataBlog.class.php:2842
     461#: ../lib/CataBlog.class.php:2846
    453462#, php-format
    454463msgid " %s inserted into catalog categories."
    455464msgstr ""
    456465
    457 #: ../lib/CataBlog.class.php:2850
     466#: ../lib/CataBlog.class.php:2854
    458467msgid "All New Categories Created"
    459468msgstr ""
    460469
    461 #: ../lib/CataBlog.class.php:2854
     470#: ../lib/CataBlog.class.php:2858
    462471msgid "No New Categories Created"
    463472msgstr ""
    464473
    465 #: ../lib/CataBlog.class.php:2869
    466 #: ../lib/CataBlog.class.php:2923
     474#: ../lib/CataBlog.class.php:2873
     475#: ../lib/CataBlog.class.php:2927
    467476msgid "Insert:"
    468477msgstr ""
    469478
    470 #: ../lib/CataBlog.class.php:2869
    471 #: ../lib/CataBlog.class.php:2923
     479#: ../lib/CataBlog.class.php:2873
     480#: ../lib/CataBlog.class.php:2927
    472481#, php-format
    473482msgid " %s inserted into the database."
    474483msgstr ""
    475484
    476 #: ../lib/CataBlog.class.php:2871
     485#: ../lib/CataBlog.class.php:2875
    477486#, php-format
    478487msgid " %s was not inserted into the database."
    479488msgstr ""
    480489
    481 #: ../lib/CataBlog.class.php:2875
     490#: ../lib/CataBlog.class.php:2879
    482491msgid "Item had no title and could not be made."
    483492msgstr ""
    484493
    485 #: ../lib/CataBlog.class.php:2878
     494#: ../lib/CataBlog.class.php:2882
    486495msgid "Item had no primary image name and could not be made."
    487496msgstr ""
    488497
    489 #: ../lib/CataBlog.class.php:2920
     498#: ../lib/CataBlog.class.php:2924
    490499msgid "Update:"
    491500msgstr ""
    492501
    493 #: ../lib/CataBlog.class.php:2920
     502#: ../lib/CataBlog.class.php:2924
    494503#, php-format
    495504msgid " %s updated in database."
    496505msgstr ""
    497506
    498 #: ../lib/CataBlog.class.php:2949
     507#: ../lib/CataBlog.class.php:2953
    499508#, php-format
    500509msgid "%s Catalog Items Inserted"
    501510msgstr ""
    502511
    503 #: ../lib/CataBlog.class.php:3014
     512#: ../lib/CataBlog.class.php:3018
    504513msgid "Uploaded File Exceeded The PHP Configurations Max File Size."
    505514msgstr ""
    506515
    507 #: ../lib/CataBlog.class.php:3017
     516#: ../lib/CataBlog.class.php:3021
    508517msgid "Upload File Exceeded The HTML Form's Max File Size."
    509518msgstr ""
    510519
    511 #: ../lib/CataBlog.class.php:3020
     520#: ../lib/CataBlog.class.php:3024
    512521msgid "File Only Partially Uploaded, Please Try Again."
    513522msgstr ""
    514523
    515 #: ../lib/CataBlog.class.php:3023
     524#: ../lib/CataBlog.class.php:3027
    516525msgid "No File Selected For Upload. Please Resubmit The Form."
    517526msgstr ""
    518527
    519 #: ../lib/CataBlog.class.php:3026
     528#: ../lib/CataBlog.class.php:3030
    520529msgid "Your Server's PHP Configuration Does Not Have A Temporary Folder For Uploads, Please Contact The System Admin."
    521530msgstr ""
    522531
    523 #: ../lib/CataBlog.class.php:3029
     532#: ../lib/CataBlog.class.php:3033
    524533msgid "Your Server's PHP Configuration Can Not Write To Disc, Please Contact The System Admin."
    525534msgstr ""
    526535
    527 #: ../lib/CataBlog.class.php:3032
     536#: ../lib/CataBlog.class.php:3036
    528537msgid "A PHP Extension Is Blocking PHP From Excepting Uploads, Please Contact The System Admin."
    529538msgstr ""
    530539
    531 #: ../lib/CataBlog.class.php:3035
     540#: ../lib/CataBlog.class.php:3039
    532541msgid "An Unknown Upload Error Has Occurred"
    533542msgstr ""
     
    592601
    593602#: ../lib/CataBlogItem.class.php:361
    594 #: ../lib/CataBlogItem.class.php:548
     603#: ../lib/CataBlogItem.class.php:549
    595604msgid "The image could not be used because it is an unsupported format. JPEG, GIF and PNG formats only, please."
    596605msgstr ""
    597606
    598607#: ../lib/CataBlogItem.class.php:374
    599 #: ../lib/CataBlogItem.class.php:535
     608#: ../lib/CataBlogItem.class.php:536
    600609msgid "Can not write uploaded image to server, your storage space is exhausted."
    601610msgstr ""
    602611
    603612#: ../lib/CataBlogItem.class.php:375
    604 #: ../lib/CataBlogItem.class.php:536
     613#: ../lib/CataBlogItem.class.php:537
    605614msgid "Please delete some media files to free up space and try again."
    606615msgstr ""
    607616
    608617#: ../lib/CataBlogItem.class.php:376
    609 #: ../lib/CataBlogItem.class.php:537
     618#: ../lib/CataBlogItem.class.php:538
    610619#, php-format
    611620msgid "You have %sMB of available space on your server and your image is %sMB."
    612621msgstr ""
    613622
    614 #: ../lib/CataBlogItem.class.php:465
     623#: ../lib/CataBlogItem.class.php:466
    615624msgid "Could not set categories, please try again."
    616625msgstr ""
    617626
    618 #: ../lib/CataBlogItem.class.php:592
    619 #: ../lib/CataBlogItem.class.php:653
     627#: ../lib/CataBlogItem.class.php:593
     628#: ../lib/CataBlogItem.class.php:654
    620629#, php-format
    621630msgid "Original image file missing, could not be located at %s"
    622631msgstr ""
    623632
    624 #: ../lib/CataBlogItem.class.php:599
    625 #: ../lib/CataBlogItem.class.php:661
     633#: ../lib/CataBlogItem.class.php:600
     634#: ../lib/CataBlogItem.class.php:662
    626635msgid "Original image dimensions are less then 1px. Most likely PHP does not have permission to read the original file."
    627636msgstr ""
    628637
    629 #: ../lib/CataBlogItem.class.php:628
    630 #: ../lib/CataBlogItem.class.php:675
     638#: ../lib/CataBlogItem.class.php:629
     639#: ../lib/CataBlogItem.class.php:676
    631640msgid "Original image could not be loaded because it is an unsupported format."
    632641msgstr ""
     
    684693
    685694#: ../lib/CataBlogWidget.class.php:70
    686 #: ../lib/CataBlogWidget.class.php:263
     695#: ../lib/CataBlogWidget.class.php:270
    687696msgid "Title: "
    688697msgstr ""
     
    728737msgstr ""
    729738
    730 #: ../lib/CataBlogWidget.class.php:270
     739#: ../lib/CataBlogWidget.class.php:250
     740#, php-format
     741msgid "This widget requires you to enable the %sCataBlog Public Option%s."
     742msgstr ""
     743
     744#: ../lib/CataBlogWidget.class.php:277
    731745msgid "Display as dropdown"
    732746msgstr ""
    733747
    734 #: ../lib/CataBlogWidget.class.php:273
     748#: ../lib/CataBlogWidget.class.php:280
    735749msgid "Show post count"
    736750msgstr ""
     
    15551569msgstr ""
    15561570
    1557 #: ../templates/admin-options.php:173
     1571#: ../templates/admin-options.php:170
     1572msgid "Your public slugs cannot be the same."
     1573msgstr ""
     1574
     1575#: ../templates/admin-options.php:175
    15581576msgid "Catalog Slugs Warning"
    15591577msgstr ""
    15601578
    1561 #: ../templates/admin-options.php:174
     1579#: ../templates/admin-options.php:176
    15621580#, php-format
    15631581msgid "Please make sure you do not set either of your catalog slugs to a %sWordPress Reserved Term%s."
    15641582msgstr ""
    15651583
    1566 #: ../templates/admin-options.php:175
     1584#: ../templates/admin-options.php:177
    15671585msgid "These labels must also be URL friendly, so they may be transformed from your original input."
    15681586msgstr ""
    15691587
    1570 #: ../templates/admin-options.php:185
     1588#: ../templates/admin-options.php:187
    15711589msgid "Previous Link Label:"
    15721590msgstr ""
    15731591
    1574 #: ../templates/admin-options.php:188
    1575 msgid "What word would you like to be used for a paginated catalog's previous page link."
    1576 msgstr ""
    1577 
    1578 #: ../templates/admin-options.php:193
     1592#: ../templates/admin-options.php:190
     1593msgid "The word you would like to be used for a paginated catalog's previous page link."
     1594msgstr ""
     1595
     1596#: ../templates/admin-options.php:195
    15791597msgid "Next Link Label:"
    15801598msgstr ""
    15811599
    1582 #: ../templates/admin-options.php:196
    1583 msgid "What word would you like to be used for a paginated catalog's next page link."
    1584 msgstr ""
    1585 
    1586 #: ../templates/admin-options.php:203
     1600#: ../templates/admin-options.php:198
     1601msgid "The word you would like to be used for a paginated catalog's next page link."
     1602msgstr ""
     1603
     1604#: ../templates/admin-options.php:205
    15871605msgid "Display Location:"
    15881606msgstr ""
    15891607
    1590 #: ../templates/admin-options.php:205
     1608#: ../templates/admin-options.php:207
    15911609msgid "Above Catalog"
    15921610msgstr ""
    15931611
    1594 #: ../templates/admin-options.php:205
     1612#: ../templates/admin-options.php:207
    15951613msgid "Below Catalog"
    15961614msgstr ""
    15971615
    1598 #: ../templates/admin-options.php:205
     1616#: ../templates/admin-options.php:207
    15991617msgid "Above and Below"
    16001618msgstr ""
    16011619
    1602 #: ../templates/admin-options.php:212
     1620#: ../templates/admin-options.php:214
    16031621msgid "Select where you would like your navigation controls to be displayed"
    16041622msgstr ""
    16051623
    1606 #: ../templates/admin-options.php:218
     1624#: ../templates/admin-options.php:220
    16071625msgid "Show Extra Navigation Info:"
    16081626msgstr ""
    16091627
    1610 #: ../templates/admin-options.php:220
     1628#: ../templates/admin-options.php:222
    16111629msgid "If this is checked then the index of the catalog items being viewed on the page will be shown."
    16121630msgstr ""
    16131631
    1614 #: ../templates/admin-options.php:229
     1632#: ../templates/admin-options.php:231
    16151633msgid "Link Target:"
    16161634msgstr ""
    16171635
    1618 #: ../templates/admin-options.php:232
     1636#: ../templates/admin-options.php:234
    16191637msgid "The link target setting will set the <strong>target</strong> attribute of all the catalog title links."
    16201638msgstr ""
    16211639
    1622 #: ../templates/admin-options.php:233
    1623 #: ../templates/admin-options.php:241
     1640#: ../templates/admin-options.php:235
     1641#: ../templates/admin-options.php:243
    16241642msgid "examples:"
    16251643msgstr ""
    16261644
    1627 #: ../templates/admin-options.php:237
     1645#: ../templates/admin-options.php:239
    16281646msgid "Link Relationship:"
    16291647msgstr ""
    16301648
    1631 #: ../templates/admin-options.php:240
     1649#: ../templates/admin-options.php:242
    16321650msgid "The link relationship will set the <strong>rel</strong> attribute of all the catalog title links."
    16331651msgstr ""
    16341652
    1635 #: ../templates/admin-options.php:251
     1653#: ../templates/admin-options.php:253
    16361654msgid "Enable WordPress Filters:"
    16371655msgstr ""
    16381656
    1639 #: ../templates/admin-options.php:254
     1657#: ../templates/admin-options.php:256
    16401658msgid "Enable the standard WordPress filters for your catalog item's description."
    16411659msgstr ""
    16421660
    1643 #: ../templates/admin-options.php:255
     1661#: ../templates/admin-options.php:257
    16441662msgid "This allows you to use ShortCodes and media embeds inside your catalog item descriptions."
    16451663msgstr ""
    16461664
    1647 #: ../templates/admin-options.php:256
     1665#: ../templates/admin-options.php:258
    16481666msgid "Please <strong>do not use the CataBlog ShortCode</strong> inside a catalog item's description."
    16491667msgstr ""
    16501668
    1651 #: ../templates/admin-options.php:262
     1669#: ../templates/admin-options.php:264
    16521670msgid "Render Line Breaks:"
    16531671msgstr ""
    16541672
    1655 #: ../templates/admin-options.php:265
     1673#: ../templates/admin-options.php:267
    16561674#, php-format
    16571675msgid "Filter your catalog item's description through the standard PHP function %s."
    16581676msgstr ""
    16591677
    1660 #: ../templates/admin-options.php:266
     1678#: ../templates/admin-options.php:268
    16611679msgid "This will insert HTML line breaks before all new lines in your catalog descriptions."
    16621680msgstr ""
    16631681
    1664 #: ../templates/admin-options.php:267
     1682#: ../templates/admin-options.php:269
    16651683msgid "Turn this off if unwanted line breaks are being rendered on your page."
    16661684msgstr ""
    16671685
    1668 #: ../templates/admin-options.php:272
     1686#: ../templates/admin-options.php:274
    16691687msgid "Excerpt Length:"
    16701688msgstr ""
    16711689
    1672 #: ../templates/admin-options.php:275
     1690#: ../templates/admin-options.php:277
    16731691msgid "The excerpt length lets you set how many characters long the description will be when using the %EXCERPT% token."
    16741692msgstr ""
    16751693
    1676 #: ../templates/admin-options.php:276
     1694#: ../templates/admin-options.php:278
    16771695msgid "The excerpt will cut off any incomplete words at the end, so don't worry if the character count is a little different."
    16781696msgstr ""
    16791697
    1680 #: ../templates/admin-options.php:301
     1698#: ../templates/admin-options.php:303
    16811699msgid "You may export your CataBlog data to a XML or CSV file which may be used to backup and protect your work. The XML or CSV file is a simple transfer of the database information itself and the <strong>images are not included in this backup</strong>. To backup your images follow the directions at the bottom of the page."
    16821700msgstr ""
    16831701
    1684 #: ../templates/admin-options.php:307
     1702#: ../templates/admin-options.php:309
    16851703msgid "Save XML BackUp File"
    16861704msgstr ""
    16871705
    1688 #: ../templates/admin-options.php:311
     1706#: ../templates/admin-options.php:313
    16891707msgid "Save CSV BackUp File"
    16901708msgstr ""
    16911709
    1692 #: ../templates/admin-options.php:318
     1710#: ../templates/admin-options.php:320
    16931711#, php-format
    16941712msgid "You must have the function %sfputcsv()%s available on your web server's version of PHP for CSV export to work."
    16951713msgstr ""
    16961714
    1697 #: ../templates/admin-options.php:320
     1715#: ../templates/admin-options.php:322
    16981716msgid "Please contact your server administrator for more information regarding this error."
    16991717msgstr ""
    17001718
    1701 #: ../templates/admin-options.php:327
     1719#: ../templates/admin-options.php:329
    17021720msgid "Backing Up Images:"
    17031721msgstr ""
    17041722
    1705 #: ../templates/admin-options.php:328
     1723#: ../templates/admin-options.php:330
    17061724msgid "Please copy the <em>catablog</em> directory to a secure location."
    17071725msgstr ""
    17081726
    1709 #: ../templates/admin-options.php:329
     1727#: ../templates/admin-options.php:331
    17101728msgid "The directory for this WordPress blog can be located on your web server at:"
    17111729msgstr ""
    17121730
    1713 #: ../templates/admin-options.php:340
     1731#: ../templates/admin-options.php:342
    17141732msgid "Import XML/CSV Data"
    17151733msgstr ""
    17161734
    1717 #: ../templates/admin-options.php:348
     1735#: ../templates/admin-options.php:350
    17181736msgid "Replace All Data:"
    17191737msgstr ""
    17201738
    1721 #: ../templates/admin-options.php:351
     1739#: ../templates/admin-options.php:353
    17221740msgid "Import CataBlog Data"
    17231741msgstr ""
    17241742
    1725 #: ../templates/admin-options.php:355
     1743#: ../templates/admin-options.php:357
    17261744msgid "You must have the <strong>Simple XML Library</strong> installed on your web server's version of PHP for XML imports to work. Please contact your server administrator for more information regarding this error."
    17271745msgstr ""
    17281746
    1729 #: ../templates/admin-options.php:360
     1747#: ../templates/admin-options.php:362
    17301748msgid "To import data into your catalog you simply select a XML or CVS file on your hard drive and click the <em>Import CataBlog Data</em> button. You may choose to completely erase all your data before importing by checking the <em>Replace All Data</em> checkbox.<br />Keep in mind, this <strong>does not import or delete images</strong>."
    17311749msgstr ""
    17321750
    1733 #: ../templates/admin-options.php:363
     1751#: ../templates/admin-options.php:365
    17341752#, php-format
    17351753msgid "To import images you should upload them to the <em>originals</em> directory, located at: <em>%s</em>. Once you load the XML or CVS file and the images into the <em>originals</em> directory everything should be set after you %sRegenerate All Images%s in the systems tab."
    17361754msgstr ""
    17371755
    1738 #: ../templates/admin-options.php:367
     1756#: ../templates/admin-options.php:369
    17391757#, php-format
    17401758msgid "You may view XML and CSV examples in the %simport/export documentation%s."
    17411759msgstr ""
    17421760
    1743 #: ../templates/admin-options.php:381
     1761#: ../templates/admin-options.php:383
    17441762msgid "CataBlog Upload Folders are <strong>Unlocked</strong>"
    17451763msgstr ""
    17461764
    1747 #: ../templates/admin-options.php:383
     1765#: ../templates/admin-options.php:385
    17481766msgid "CataBlog Upload Folders are <strong>Locked</strong>"
    17491767msgstr ""
    17501768
    1751 #: ../templates/admin-options.php:391
     1769#: ../templates/admin-options.php:393
    17521770msgid "Lock Folders"
    17531771msgstr ""
    17541772
    1755 #: ../templates/admin-options.php:393
     1773#: ../templates/admin-options.php:395
    17561774msgid "Unlock Folders"
    17571775msgstr ""
    17581776
    1759 #: ../templates/admin-options.php:397
     1777#: ../templates/admin-options.php:399
    17601778#, php-format
    17611779msgid "You may lock and unlock your <em>catablog</em> folders with these controls. The idea is to unlock the folders, use your FTP client to upload your original files and then lock the folders to protect them from hackers. After unlocking your directories please upload the original files directly into the <strong>%s</strong> folder without replacing it. <strong>Do not replace any of the CataBlog created folders</strong>. You should then regenerate all your thumbnail and lightbox pictures below. These controls may not work on a Windows server, it depends on your servers PHP settings and if the chmod command is supported."
    17621780msgstr ""
    17631781
    1764 #: ../templates/admin-options.php:402
     1782#: ../templates/admin-options.php:404
    17651783msgid "Rescan Original Image Folder"
    17661784msgstr ""
    17671785
    1768 #: ../templates/admin-options.php:404
     1786#: ../templates/admin-options.php:406
    17691787msgid "Rescan Original Images Folder Now"
    17701788msgstr ""
    17711789
    1772 #: ../templates/admin-options.php:406
     1790#: ../templates/admin-options.php:408
    17731791msgid "Click the <em>Rescan Now</em> button to rescan the original catablog images folder and automatically import any new jpeg, gif or png images. It works simply by making a list of all the image names in the database and then compares each file's name in the originals folder against the list of image names in the database. Any newly discovered images will automatically be made into a new catalog item. You should Regenerate Images after running this command."
    17741792msgstr ""
    17751793
    1776 #: ../templates/admin-options.php:411
     1794#: ../templates/admin-options.php:413
    17771795msgid "Regenerate Images"
    17781796msgstr ""
    17791797
    1780 #: ../templates/admin-options.php:413
     1798#: ../templates/admin-options.php:415
    17811799msgid "Regenerate All Images Now"
    17821800msgstr ""
    17831801
    1784 #: ../templates/admin-options.php:415
     1802#: ../templates/admin-options.php:417
    17851803msgid "Click the <em>Regenerate Now</em> button to recreate all the thumbnail and lightbox images that CataBlog has generated over the time you have used it. This is also useful when restoring exported data from another version of CataBlog. after you have uploaded your original images you must regenerate your images so they display properly."
    17861804msgstr ""
    17871805
    1788 #: ../templates/admin-options.php:420
     1806#: ../templates/admin-options.php:422
    17891807msgid "Remove CataBlog"
    17901808msgstr ""
    17911809
    1792 #: ../templates/admin-options.php:422
     1810#: ../templates/admin-options.php:424
    17931811msgid "Remove All CataBlog Data"
    17941812msgstr ""
    17951813
    1796 #: ../templates/admin-options.php:424
     1814#: ../templates/admin-options.php:426
    17971815msgid "Delete your entire catalog, deleting all photos and custom data permanently. Sometimes you can use this to fix an improper installation."
    17981816msgstr ""
    17991817
    1800 #: ../templates/admin-options.php:433
    1801 #: ../templates/admin-templates-editor.php:66
     1818#: ../templates/admin-options.php:435
     1819#: ../templates/admin-templates-editor.php:67
    18021820#, php-format
    18031821msgid "or %sundo current changes%s"
    18041822msgstr ""
    18051823
    1806 #: ../templates/admin-options.php:734
     1824#: ../templates/admin-options.php:643
     1825msgid "There are errors, please correct them before saving."
     1826msgstr ""
     1827
     1828#: ../templates/admin-options.php:755
    18071829#: ../templates/admin-regenerate.php:43
    18081830#: ../templates/admin-rescan.php:49
     
    18101832msgstr ""
    18111833
    1812 #: ../templates/admin-options.php:739
     1834#: ../templates/admin-options.php:760
    18131835msgid "Image rendering is not complete, you should let image rendering complete before leaving this page."
    18141836msgstr ""
     
    18981920msgstr ""
    18991921
    1900 #: ../templates/admin-templates-editor.php:71
     1922#: ../templates/admin-templates-editor.php:72
    19011923msgid "You may change the HTML rendered by CataBlog with this control panel, allowing you to make fundamental changes to how catalogs will appear in your posts. You may choose a template to edit from the list of templates to the right . If you want to setup a photo gallery I would recommend that you use the <strong>Gallery Template</strong> by adding the template parameter to the ShortCode. Example: <code>[catablog template=\"gallery\"]</code>"
    19021924msgstr ""
    19031925
    1904 #: ../templates/admin-templates-editor.php:76
     1926#: ../templates/admin-templates-editor.php:77
    19051927msgid "If you specify a template in your CataBlog ShortCodes the <strong>default template will be ignored</strong>."
    19061928msgstr ""
    19071929
    1908 #: ../templates/admin-templates-editor.php:79
     1930#: ../templates/admin-templates-editor.php:80
    19091931msgid "If you do not specify a template in your CataBlog ShortCodes then the <strong>default template will be used</strong>."
    19101932msgstr ""
    19111933
    1912 #: ../templates/admin-templates-editor.php:82
     1934#: ../templates/admin-templates-editor.php:83
    19131935msgid "If you do not specify a template and the default template cannot be found then CataBlog will not be able to render your catalog."
    19141936msgstr ""
    19151937
    1916 #: ../templates/admin-templates-editor.php:85
     1938#: ../templates/admin-templates-editor.php:86
    19171939#, php-format
    19181940msgid "If you need more help read the %shelp panel%s."
    19191941msgstr ""
    19201942
    1921 #: ../templates/admin-templates-editor.php:104
     1943#: ../templates/admin-templates-editor.php:105
    19221944msgid "Create a New Template File"
    19231945msgstr ""
    19241946
    1925 #: ../templates/admin-templates-editor.php:107
     1947#: ../templates/admin-templates-editor.php:108
    19261948msgid "Save Other Changes Before Creating A New Template File."
    19271949msgstr ""
    19281950
    1929 #: ../templates/admin-templates-editor.php:113
     1951#: ../templates/admin-templates-editor.php:114
    19301952msgid "Create Template"
    19311953msgstr ""
    19321954
    1933 #: ../templates/admin-templates-editor.php:115
     1955#: ../templates/admin-templates-editor.php:116
    19341956msgid "Please enter the name of the new CataBlog Template you wish to create."
    19351957msgstr ""
    19361958
    1937 #: ../templates/admin-templates-editor.php:116
     1959#: ../templates/admin-templates-editor.php:117
    19381960msgid "If you are missing any system templates you may make them here by typing in their name, such as default."
    19391961msgstr ""
    19401962
    1941 #: ../templates/admin-templates-editor.php:117
     1963#: ../templates/admin-templates-editor.php:118
    19421964msgid "Please only use underscores, hyphens and alphanumeric characters only."
    19431965msgstr ""
  • catablog/trunk/readme.txt

    r501307 r504559  
    55Requires at least: 3.1
    66Tested up to: 3.3.1
    7 Stable tag: 1.4.1
     7Stable tag: 1.4.2
    88
    99CataBlog is a comprehensive and effortless tool that allows you to create catalogs, stores and galleries for your blog.
     
    101101
    102102== Changelog ==
     103
     104= 1.4.2 =
     105* Fix: Updated localization, including a now complete spanish translation.
     106* Fix: All catalog items are saved with a status of published, even with a future date.
     107* Fix: Better validation and error checking for the CataBlog Options Admin Panel.
    103108
    104109= 1.4.1 =
  • catablog/trunk/templates/admin-contextual-help.php

    r495986 r504559  
    7070        $message .= "<p>";
    7171        $message .= __("Read more and get the entire list of token at: ", "catablog");
    72         $message .= sprintf("<a href='http://catablog.illproductions.com/documentation/making-custom-templates/' target='_blank'/>%s</a>", __("CataBlog Documentation - Making Custom Templates", "catablog"));
     72        $message .= sprintf(" <a href='http://catablog.illproductions.com/documentation/making-custom-templates/' target='_blank'/>%s</a>", "CataBlog Documentation - Making Custom Templates");
    7373        $message .= "</p>";
    7474       
  • catablog/trunk/templates/admin-new.php

    r492787 r504559  
    3333                <p id="catablog-disable-flash-form" class="hide"><small>
    3434                    <?php _e("Flash uploader not working for you?", "catablog"); ?><br />
    35                     <a id="catablog-disable-flash-upload" href='#disable-flash'><?php _e("Disable Flash Upload") ?></a>
     35                    <a id="catablog-disable-flash-upload" href='#disable-flash'><?php _e("Disable Flash Upload", "catablog") ?></a>
    3636                </small></p>
    3737               
    3838                <p id="catablog-enable-flash-form" class=""><small>
    3939                    <?php _e("Why not try the flash uploader?", "catablog"); ?><br />
    40                     <a id="catablog-enable-flash-upload" href='#enable-flash'><?php _e("Enable Flash Upload") ?></a>
     40                    <a id="catablog-enable-flash-upload" href='#enable-flash'><?php _e("Enable Flash Upload", "catablog") ?></a>
    4141                </small></p>
    4242               
  • catablog/trunk/templates/admin-options.php

    r498885 r504559  
    159159                <label for='public_post_slug'><?php _e("Individual Pages Slug:", "catablog"); ?></label>
    160160                <input type='text' name='public_post_slug' id='public_post_slug' size='20' value='<?php echo $public_posts_slug ?>' /><br />
    161                 <small><?php _e("This is the identifying slug your blog will use to create your individual catalog item pages.", "catablog"); ?></small>
     161                <small><?php _e("This is the identifying slug your blog will use to create your individual catalog item pages.", "catablog"); ?></small><br />
    162162            </p>
    163163           
     
    165165                <label for='public_tax_slug'><?php _e("Category Pages Slug:", "catablog"); ?></label>
    166166                <input type='text' name='public_tax_slug' id='public_tax_slug' size='20' value='<?php echo $public_tax_slug ?>' /><br />
    167                 <small><?php _e("This is the identifying slug your blog will use to create your catalog archive pages.", "catablog") ?></small>
    168             </p>
     167                <small><?php _e("This is the identifying slug your blog will use to create your catalog archive pages.", "catablog") ?></small><br />
     168            </p>
     169           
     170            <p class="error hidden"><small><?php _e("Your public slugs cannot be the same.", "catablog"); ?></small></p>
    169171           
    170172            <p>&nbsp;</p>
     
    186188                <input type="text" id="nav_prev_label" name="nav_prev_label" value="<?php echo $nav_prev_label ?>" /><br />
    187189                <small>
    188                     <?php _e("What word would you like to be used for a paginated catalog's previous page link.", "catablog"); ?>
     190                    <?php _e("The word you would like to be used for a paginated catalog's previous page link.", "catablog"); ?>
    189191                </small>
    190192            </p>
     
    194196                <input type="text" id="nav_next_label" name="nav_next_label" value="<?php echo $nav_next_label ?>" /><br />
    195197                <small>
    196                     <?php _e("What word would you like to be used for a paginated catalog's next page link.", "catablog"); ?>
     198                    <?php _e("The word you would like to be used for a paginated catalog's next page link.", "catablog"); ?>
    197199                </small>
    198200            </p>
     
    443445        ****************************************/
    444446        $('#save_changes').bind('click', function(event) {
    445             var form_action = $('#catablog-options').attr('action');
    446             var active_tab  = $('#catablog-options-menu li.selected a').attr('href');
    447            
    448             $('#catablog-options').attr('action', (form_action+active_tab))
    449447            $('#catablog-options').submit();
    450448        });
     
    491489            var v = this.value;
    492490            if (is_integer(v) && (v > 0)) {
    493                 $(this).siblings('small.error').hide();
     491                $(this).siblings('small.error').addClass('hidden');
    494492                resize_image_adjustment();
    495493                jQuery('#demo_box').animate({width:(v-1)}, 100);
     
    499497            var v = this.value;
    500498            if (is_integer(v) && (v > 0)) {
    501                 $(this).siblings('small.error').hide();
     499                $(this).siblings('small.error').addClass('hidden');
    502500                resize_image_adjustment();
    503501                jQuery('#demo_box').animate({height:(v-1)}, 100);
     
    568566        ** PUBLIC PANEL
    569567        ****************************************/
    570         $('#public-catalog-slug').attr('readonly', !$('#public-catalog-items').attr('checked'));
    571         $('#public-catalog-items').bind('click', function(event) {
     568        $('#public_post_slug, #public_tax_slug').attr('readonly', !$('#public_posts').attr('checked'));
     569        $('#public_posts').bind('click', function(event) {
    572570            if (this.checked) {
    573                 $('#public-catalog-slug').attr('readonly', false);
     571                $('#public_post_slug, #public_tax_slug').attr('readonly', false);
    574572            }
    575573            else {
    576                 $('#public-catalog-slug').attr('readonly', true);
    577             }
    578         });
     574                $('#public_post_slug, #public_tax_slug').attr('readonly', true);
     575            }
     576        });
     577        $('#public_post_slug, #public_tax_slug').bind('keyup', function() {
     578            var post_slug = $('#public_post_slug').val();
     579            var tax_slug  = $('#public_tax_slug').val();
     580            if (post_slug == tax_slug) {
     581                $(this).parent().siblings('.error').removeClass('hidden');
     582            }
     583            else {
     584                $(this).parent().siblings('.error').addClass('hidden');
     585            }
     586           
     587            possibly_disable_save_button();
     588        })
    579589       
    580590       
     
    624634        ** GENERAL FORM BINDINGS
    625635        ****************************************/
     636        // check for errors when form is submitted
     637        $('#catablog-options').bind('submit', function(event) {
     638            if (jQuery('.error:not(.hidden)').size() > 0) {
     639                alert("<?php _e('There are errors, please correct them before saving.', 'catablog'); ?>");
     640                return false;
     641            }
     642           
     643            var form_action = $(this).attr('action');
     644            var active_tab  = $('#catablog-options-menu li.selected a').attr('href');
     645            form_action    += (active_tab == undefined) ? "" : active_tab;
     646           
     647            $(this).attr('action', form_action);
     648           
     649        });
     650       
    626651        // enter key submits form
    627652        $('#catablog-options input').bind('keydown', function(event) {
     
    649674            }
    650675            else {
    651                 $(this).siblings('small.error').show();
     676                $(this).siblings('small.error').removeClass('hidden');
    652677            }
    653678           
     
    660685            return confirm(message);
    661686        })
    662        
    663687       
    664688       
  • catablog/trunk/templates/admin-templates-editor.php

    r495986 r504559  
    4242                <?php endforeach ?>
    4343               
    44                 <li><a href="#new" id="catablog-template-new">+ new</a></li>
     44                <li><a href="#new" id="catablog-template-new"><?php printf("+ %s", __("new", "catablog")); ?></a></li>
    4545               
    4646            <?php else: ?>
     
    6060            <form action="admin.php?page=catablog-templates-save" method="post">
    6161                <textarea name="template-code" id="catablog-template-code" class="catablog-code" rows="10" cols="30" disabled="disabled"></textarea>
     62               
    6263                <fieldset>
    6364                    <input type="hidden" id="catablog-template-filename" name="catablog-template-filename" value="" />
Note: See TracChangeset for help on using the changeset viewer.