Ignore:
Timestamp:
Mar 3, 2011, 10:13:15 AM (13 years ago)
Author:
patdenice
Message:

Remove piclens module.
Update localisations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/language/hu_HU/plugin.lang.php

    r9383 r9490  
    11<?php
    22
    3 $lang['stuffs_mods_management'] = 'Modulok kezelése';
    4 $lang['stuffs_add_mod'] = 'Modul hozzáadása';
    5 $lang['stuffs_edit_mod'] = 'Modul beállítása:';
     3/*TODO*/$lang['stuffs_mods_management'] = 'Blocks management';
     4/*TODO*/$lang['stuffs_add_mod'] = 'Add a block';
     5/*TODO*/$lang['stuffs_edit_mod'] = 'Edit block';
    66
    7 $lang['stuffs_module_title'] = 'Modul címe';
    8 $lang['stuffs_desc'] = 'Leírás';
    9 $lang['stuffs_only_for_admin'] = '(csak az Adminisztrációs panelen)';
    10 $lang['stuffs_type'] = 'Modul tipusa';
    11 $lang['stuffs_position'] = 'Elhelyezkedés';
    12 $lang['stuffs_id_ligne'] = 'ID line';
    13 $lang['stuffs_width'] = 'Szélesség';
    14 $lang['stuffs_action'] = 'Végrehajtás';
    15 $lang['stuffs_edit'] = 'Modul szerkesztése';
    16 $lang['stuffs_delete'] = 'Modul törlése';
    17 $lang['stuffs_confirm_delete'] = 'Biztos, hogy törölni akarja ezt a modult: %s?';
    18 $lang['stuffs_main_block'] = 'Fő blokk';
    19 $lang['Hide on home page'] = 'Elrejtés a kezdőlapon';
     7/*TODO*/$lang['stuffs_module_title'] = 'Block title';
     8/*TODO*/$lang['stuffs_desc'] = 'Description';
     9/*TODO*/$lang['stuffs_only_for_admin'] = '(only for administration pannel)';
     10/*TODO*/$lang['stuffs_type'] = 'Block type';
     11/*TODO*/$lang['stuffs_position'] = 'Position';
     12/*TODO*/$lang['stuffs_id_ligne'] = 'ID line';
     13/*TODO*/$lang['stuffs_width'] = 'Width';
     14/*TODO*/$lang['stuffs_action'] = 'Actions';
     15/*TODO*/$lang['stuffs_edit'] = 'Modify block';
     16/*TODO*/$lang['stuffs_delete'] = 'Delete block';
     17/*TODO*/$lang['stuffs_confirm_delete'] = 'Are you sure you want to delete block %s?';
     18/*TODO*/$lang['stuffs_main_block'] = 'Main block';
     19/*TODO*/$lang['Hide on home page'] = 'Hide on home page';
    2020
    21 $lang['stuffs_add_module'] = 'Új modul hozzáadva';
    22 $lang['stuffs_module_config'] = 'Modul beállítások';
    23 $lang['stuffs_visual_config'] = 'Megjelenítés beállításai';
    24 $lang['stuffs_module_options'] = 'Egyéb lehetőségek';
    25 $lang['stuffs_authorized_group'] = 'Mely csoportok láthatják';
    26 $lang['stuffs_authorized_users'] = 'Mely felhasználók láthatják';
    27 $lang['stuffs_public_module'] = '(A publikus modulok legyenek üresek)';
    28 $lang['stuffs_show_title'] = 'Mutassa a modul címét';
    29 $lang['stuffs_show_module_on'] = 'Modul megjelenés :';
    30 $lang['stuffs_show_on_home'] = 'Fő oldalon';
    31 $lang['stuffs_show_on_cats'] = 'Minden kategória oldalon';
    32 $lang['stuffs_show_on_picture'] = 'Kép oldalakon';
    33 $lang['stuffs_no_options'] = 'A modulhoz nincs egyéb beállítási lehetőség';
     21/*TODO*/$lang['stuffs_add_module'] = 'Add new block';
     22/*TODO*/$lang['stuffs_module_config'] = 'Block configuration';
     23/*TODO*/$lang['stuffs_visual_config'] = 'Display configuration';
     24/*TODO*/$lang['stuffs_module_options'] = 'Block options';
     25/*TODO*/$lang['stuffs_authorized_group'] = 'Authorized groups';
     26/*TODO*/$lang['stuffs_authorized_users'] = 'Authorized users';
     27/*TODO*/$lang['stuffs_public_module'] = '(Keep empty for public block)';
     28/*TODO*/$lang['stuffs_show_title'] = 'Show block title';
     29/*TODO*/$lang['stuffs_show_module_on'] = 'Show block :';
     30/*TODO*/$lang['stuffs_show_on_home'] = 'On main page';
     31/*TODO*/$lang['stuffs_show_on_root'] = 'On categories root page';
     32/*TODO*/$lang['stuffs_show_on_cats'] = 'On all categories pages';
     33/*TODO*/$lang['stuffs_show_on_picture'] = 'On picture pages';
     34/*TODO*/$lang['stuffs_no_options'] = 'No options for this block';
    3435
    3536/*TODO*/$lang['stuffs_perm'] = 'Activate authorization management:';
     
    3738/*TODO*/$lang['stuffs_user_perm'] = 'by user type';
    3839/*TODO*/$lang['stuffs_level_perm'] = 'by privacy level';
    39 /*TODO*/$lang['stuffs_show_on_root'] = 'On root categories';
    4040
    41 //Messages d'infos
    42 $lang['stuffs_order_saved'] = 'Beállítások mentése sikeres.';
     41/*TODO*/$lang['stuffs_select_all'] = 'Select all';
     42/*TODO*/$lang['stuffs_unselect_all'] = 'Unselect all';
    4343
     44// Infos messages
     45/*TODO*/$lang['stuffs_order_saved'] = 'Order successfully saved.';
     46/*TODO*/$lang['stuffs_upgrade_message'] = 'PWG Stuffs plugin as been renamed. It is now called "Blocks".';
    4447
    45 // Messages d'erreurs
    46 $lang['stuffs_error_no_mod_selected'] = 'Nincs modul kiválasztva.';
    47 $lang['stuffs_no_name'] = 'Meg kell adni a modul címét';
    48 /*TODO*/$lang['stuffs_parent_plugin_is_missing'] = 'PARENT PLUGIN IS NOT ACTIVATED. You should remove this module or re-activate parent plugin.';
     48// Errors messages
     49/*TODO*/$lang['stuffs_error_no_mod_selected'] = 'You didn\'t select any block.';
     50/*TODO*/$lang['stuffs_no_name'] = 'You must specify block\'s name';
     51/*TODO*/$lang['stuffs_parent_plugin_is_missing'] = 'PARENT PLUGIN IS NOT ACTIVATED. You should remove this block or re-activate parent plugin.';
     52/*TODO*/$lang['stuffs_piclens_need_upgrade'] = 'PICLENS PLUGIN MUST BE UPDATED. PWG Stuffs is not compatible with this version of Piclens.';
    4953
    5054//------------------------------------------------------------------------------
     
    98102$lang['stuffs_tags_cumulus'] = 'Használja a gomolyfelhő módot (telepíteni kell a <a href=http://piwigo.org/ext/extension_view.php?eid=263 target="_blank">Cumulus Tags Cloud</a> bővítményt)';
    99103
    100 
    101 //------------------------------------------------------------------------------
    102 //              Module Piclenswall
    103 //------------------------------------------------------------------------------
    104 
    105 $lang['module_name_piclenswall'] = 'Piclens 3DWall';
    106 $lang['module_desc_piclenswall'] = 'Jelenjen meg a piclens 3D fal (telepíteni kell a <a href="http://piwigo.org/ext/extension_view.php?eid=234" target="_blank">Cooliris/piclens</a> bővítményt)';
    107 
    108 $lang['piclenswall_height'] = 'Fal magassága';
    109 $lang['piclenswall_background_color'] = 'Háttér szine';
    110 $lang['piclenswall_black'] = 'Fekete';
    111 $lang['piclenswall_white'] = 'Fehér';
    112 $lang['piclenswall_info'] = 'Hogy a fal megfelelően működjön';
    113 $lang['piclenswall_info_piclens'] = 'Telepíteni és aktiválni kell a <a href="http://piwigo.org/ext/extension_view.php?eid=234">Cooliris/piclens</a> bővítményt.';
    114 $lang['piclenswall_info_crossdomain'] = 'Be kell másolni a <a href="%s">crossdomain.xml</a> fájlt a webhely gyökér könyvtárába (vagy módosítani a meglévő fájlt).';
    115 $lang['piclenswall_info_param'] = 'A 3D Wall beállítása módosítható a <b>Cooliris-piclens</b> bővítmény Beállítások oldalon.';
    116104
    117105//------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.