Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 09:02 pm EDT

Geeklog Forums

Paypal plugin translation


Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Hello,

The Paypal plugin for geeklog 1.6.0 will be release soon and it will be a multi languages version.

If you wish to translate it :helpme: , I will be glade to send you a copy of the english language file and include your translation in the next version.

The french_france language file is ready Smile

::Ben

I'm available to customise your themes or plugins for your Geeklog CMS
 Quote

iam

Anonymous
Quote by: cordiste

Hello,

The Paypal plugin for geeklog 1.6.0 will be release soon and it will be a multi languages version.

If you wish to translate it :helpme: , I will be glade to send you a copy of the english language file and include your translation in the next version.

The french_france language file is ready Smile

::Ben


thanks brother Ben, appreciate for your work hard.

 Quote

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
I will be away few days, if someone want to start to translate the language file while waiting for the paypal plugin release...

Text Formatted Code

<?php

/* Reminder: always indent with 4 spaces (no tabs). */
// +---------------------------------------------------------------------------+
// | Paypal Plugin 1.0                                                         |
// +---------------------------------------------------------------------------+
// | english.php                                                               |
// |                                                                           |
// | English language file                                                     |
// +---------------------------------------------------------------------------+
// | Copyright (C) 2009 by the following authors:                              |
// |                                                                           |
// | Authors: ::Ben                                  |
// +---------------------------------------------------------------------------+
// | Created with the Geeklog Plugin Toolkit.                                  |
// +---------------------------------------------------------------------------+
// |                                                                           |
// | This program is free software; you can redistribute it and/or             |
// | modify it under the terms of the GNU General Public License               |
// | as published by the Free Software Foundation; either version 2            |
// | of the License, or (at your option) any later version.                    |
// |                                                                           |
// | This program is distributed in the hope that it will be useful,           |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of            |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             |
// | GNU General Public License for more details.                              |
// |                                                                           |
// | You should have received a copy of the GNU General Public License         |
// | along with this program; if not, write to the Free Software Foundation,   |
// | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
// |                                                                           |
// +---------------------------------------------------------------------------+

/**
* @package Paypal
*/

/**
* Import Geeklog plugin messages for reuse
*
* @global array $LANG32
*/
global $LANG32;

// +---------------------------------------------------------------------------+
// | Array Format:                                                             |
// | $LANGXX[YY]:  $LANG - variable name                                       |
// |               XX    - specific array name                                 |
// |               YY    - phrase id or number                                 |
// +---------------------------------------------------------------------------+

$LANG_PAYPAL_1 = array(
        'plugin_name'             => 'Paypal',
        'submit'                  => 'Submit',
        'products'                => 'Products',
        'buy_now_button'          => 'Buy now',
        'add_to_cart'             => 'Add to cart',
        'featured_products'       => 'Featured products',
        'category_heading'        => 'Categories',
        'price_label'             => 'Prize :',
        'no_purchase_history'     => 'No purchase history',
        'access_to_purchasers'    => 'This page is only available to users who can purchases products, and never to anonymous users. If you believe you have reached this page in error, please contact the site administrator.',
        'purchase_history'        => 'Purchase history',
        'Download'                => 'Download',
        'N/A'                     => 'N/A',
        'contact_admin'           => 'Please contact the site administrator if you have any questions.',
        'no_record'               => 'There is no record of any purchases, please contact the site administrator if you believe this is incorrect.',
        'name'                    => 'Name:',
        'quantity'                => 'Quantity:',
        'description'             => 'Description:',
        'purchase_date'           => 'Purchase date',
        'txn_id'                  => 'Txn id:',
        'expiration'              => 'Expiration:',
        'download'                => 'Download:',
        'message'                 => 'Message',
        'ipn_history'             => 'IPN history',
        'true'                    => 'True',
        'false'                   => 'False',
        'login'                   => 'Login',
        'create_account'          => 'Create an account',
        'to_purchase'             => 'to purchase.',
        'IPN_log'                 => 'IPN Log ID:',
        'IP_address'              => 'IP Address:',
        'date_time'               => 'Date/Time:',
        'verified'                => 'Verified:',
        'transaction'             => 'Transaction ID:',
        'gross_payment'           => 'Gross Payment:',
        'payment_status'          => 'Payment Status:',
        'raw'                     => 'Raw:',
        'ID'                      => 'ID:',
        'purchaser'               => 'Purchaser:',
        'name_label'              => 'Name:',
        'category_label'          => 'Category:',
        'short_description_label' => 'Short description (html):',
        'description_label'       => 'Description (html):',
        'small_picture_label'     => 'Small Picture (url):',
        'picture_label'           => 'Picture (url):',
        'downloaded_product_label'=> 'Downloaded Product:',
        'yes'                     => 'Yes',
        'no'                      => 'No',
        'shipped_product_label'   => 'Shipped Product:',
        'filename_label'          => 'Filename (no path):',
        'expiration_label'        => 'Expiration Time (days):',
        'save_button'             => 'Save',
        'delete_button'           => 'Delete',
        'required_field'          => 'Indicates required field',
        'deletion_succes'         => 'Deletion successful',
        'deletion_fail'           => 'Deletion failed',
        'error'                   => 'Error',
        'missing_field'           => 'Missing required field...',
        'save_fail'               => 'Save failed',
        'save_success'            => 'Save succeeded',
        'menu_label'              => 'Menu',
        'homepage_label'          => 'Homepage',
        'product_list_label'      => 'Product List',
        'view_cart'               => 'View cart',
        'store'                   => 'Store',
        'new_product'             => 'New Product',
        'view_IPN_log'            => 'View IPN log',
        'access_denied'           => 'Access Denied',
        'access_denied_message'   => 'You do not have access to this page. If you believe you have reached this message in error, please contact your site administrator.  All attempts to access this page are logged',
        'edit_label'              => 'Edit:',
        'ok_button'               => 'Ok',
        'edit_button'             => 'Edit'
);

// Messages for the plugin upgrade
$PLG_paypal_MESSAGE3002 = $LANG32[9]; // "requires a newer version of Geeklog"

?>
 


Thanks,

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
 Quote

Status: offline

mystral-kk

Site Admin
Admin
Registered: 03/19/06
Posts: 100
Location:Japan
Quote by: cordiste

I will be away few days, if someone want to start to translate the language file while waiting for the paypal plugin release...



Hi, Ben. I have translated the English language file into Japanese. Please tell me how to send it to you.
-- mystral-kk, "Every cloud has a silver lining."
 Quote

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Hello,

You can submit your translation as a review request on the issue tracker here.

Thanks,

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
 Quote

Status: offline

mystral-kk

Site Admin
Admin
Registered: 03/19/06
Posts: 100
Location:Japan
Quote by: cordiste

Hello,

You can submit your translation as a review request on the issue tracker here.


Thanks, I uploaded a Japanese language file. I'm looking forward to the release of the Paypal plugin.
-- mystral-kk, "Every cloud has a silver lining."
 Quote

SVP

Anonymous
PHP Formatted Code

<?php

/* Reminder: always indent with 4 spaces (no tabs). */
// +---------------------------------------------------------------------------+
// | Paypal Plugin 1.0 |
// +---------------------------------------------------------------------------+
// | english.php |
// | |
// | English language file |
// +---------------------------------------------------------------------------+
// | Copyright (C) 2009 by the following authors: |
// | |
// | Authors: ::Ben |
// +---------------------------------------------------------------------------+
// | Created with the Geeklog Plugin Toolkit. |
// +---------------------------------------------------------------------------+
// | |
// | This program is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU General Public License |
// | as published by the Free Software Foundation; either version 2 |
// | of the License, or (at your option) any later version. |
// | |
// | This program is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
// | GNU General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software Foundation, |
// | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
// | |
// +---------------------------------------------------------------------------+

/**
* @package Paypal
*/

/**
* Import Geeklog plugin messages for reuse
*
* @global array $LANG32
*/
global $LANG32;

// +---------------------------------------------------------------------------+
// | Array Format: |
// | $LANGXX[YY]: $LANG - variable name |
// | XX - specific array name |
// | YY - phrase id or number |
// +---------------------------------------------------------------------------+

$LANG_PAYPAL_1 = array(
'plugin_name' => 'Paypal',
'submit' => 'Someter',
'products' => 'Productos',
'buy_now_button' => 'Comprar',
'add_to_cart' => 'Añadir al carro',
'featured_products' => 'Productos destacados ',
'category_heading' => 'Categorías',
'price_label' => 'Precio :',
'no_purchase_history' => 'Sin historial de compras',
'access_to_purchasers' => 'Esta página solo esta disponible para compradores, y nunca para usuarios anónimos. Si usted cree haber obtenido esta página por error, favor de contactar al administrador.',
'purchase_history' => 'Historial de compras',
'Download' => 'Descargar',
'N/A' => 'N/A',
'contact_admin' => 'Favor de contactar al administrador del sitio.',
'no_record' => 'No existe registro de compras, favor de contactar al administrador del sitio si usted considera que esto no es lo correcto.',
'name' => 'Nombre:',
'quantity' => 'Cantidad:',
'description' => 'Descripción:',
'purchase_date' => 'Fecha de compra',
'txn_id' => 'Txn id:',
'expiration' => 'Expiración:',
'download' => 'Descargar:',
'message' => 'Mensaje',
'ipn_history' => 'IPN historia',
'true' => 'Verdadero',
'false' => 'Falso',
'login' => 'Login',
'create_account' => 'Crear cuenta',
'to_purchase' => 'para comprar.',
'IPN_log' => 'IPN Log ID:',
'IP_address' => 'Dirección IP:',
'date_time' => 'Fecha/Hora:',
'verified' => 'Verificado:',
'transaction' => 'Transacción ID:',
'gross_payment' => 'Monto bruto:',
'payment_status' => 'Estatus pago:',
'raw' => 'Raw:',
'ID' => 'ID:',
'purchaser' => 'Comprador:',
'name_label' => 'Nombre:',
'category_label' => 'Categoría:',
'short_description_label' => 'Descripción corta (html):',
'description_label' => 'Descripción (html):',
'small_picture_label' => 'Imagen pequeña (url):',
'picture_label' => 'Imagen (url):',
'downloaded_product_label'=> 'Producto Descargado:',
'yes' => 'Sí',
'no' => 'No',
'shipped_product_label' => 'Producto Enviado:',
'filename_label' => ' Nombre de Archivo (no path):',
'expiration_label' => 'Tiempo de expiración (días):',
'save_button' => 'Guardar',
'delete_button' => 'Borrar',
'required_field' => 'Indica campo requerido',
'deletion_succes' => 'Borrado existósamente',
'deletion_fail' => 'Error al borrar',
'error' => 'Error',
'missing_field' => 'Campo faltante requerido...',
'save_fail' => 'Error al guardar',
'save_success' => 'Guardado con éxito',
'menu_label' => 'Menú',
'homepage_label' => 'Página de Inicio',
'product_list_label' => 'Lista de Productos',
'view_cart' => 'Ver carrito de compras',
'store' => 'Tienda',
'new_product' => 'Nuevo Producto',
'view_IPN_log' => 'Ver IPN log',
'access_denied' => 'Acceso Denegado',
'access_denied_message' => 'Usted no tiene acceso a esta página. Si usted cree haber obtenido este mensaje por error, favor de contactar al administrador. Todos los accesos a esta página son registrados',
'edit_label' => 'Editar:',
'ok_button' => 'Ok',
'edit_button' => 'Editar'
);

// Messages for the plugin upgrade
$PLG_paypal_MESSAGE3002 = $LANG32[9]; // "require una nueva versión de Geeklog"

?>
 Quote

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Hola,

Thanks for the translation. I assume this is a spanish one Confused:

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
 Quote

All times are EDT. The time is now 09:02 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content