Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • wp-content/plugins/wp-e-commerce/wpsc-languages/wpsc.pot – open in text editor and find all files

    #: wpsc-components/theme-engine-v1/templates/wpsc-shopping_cart_page.php:266
    #: wpsc-theme/wpsc-shopping_cart_page.php:273
    msgid “Total Price:”

    /wp-content/plugins/wp-e-commerce/wpsc-components/theme-engine-v1/helpers/template-tags.php

    1633-1638

    $defaults = array(
    ‘id’ => $id,
    ‘old_price_text’ => __( ‘Цена в каталоге: %s’, ‘wpsc’ ),
    ‘price_text’ => __( ‘Price %s’, ‘wpsc’ ),
    /* translators : %1$s is the saved amount text, %2$s is the saved percentage text, %% is the percentage sign */
    ‘you_save_text’ => __( ‘Ваша экономия: %s’, ‘wpsc’ ),

    I was change this code, and translate in to Russian word “Price”. And save file in UTF-8!!

Viewing 2 replies - 1 through 2 (of 2 total)