Changeset 22188


Ignore:
Timestamp:
Apr 13, 2013, 12:31:51 PM (11 years ago)
Author:
ddtddt
Message:

[branche 2.5] plugin - check Language 2.5.1

Location:
branches/2.5/plugins
Files:
16 added
6 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php

    r20939 r22188  
    3030$lang['locfiledit_newfile'] = 'Il file non esiste fino a quando qualche informazione verrà inserita di seguito. Una volta che le informazioni sono inserite e salvate, il file verrà creato.';
    3131$lang['locfiledit_save_config'] = 'Il file è stato salvato.';
    32 $lang['locfiledit_show_default'] = 'Visualizzare il file ';
     32$lang['locfiledit_show_default'] = 'Visualizzare file di riferimento:';
    3333$lang['locfiledit_save_bak'] = 'Una copia di backup del file sarà creata durante la fase di salvataggio.';
    3434$lang['locfiledit_saved_bak'] = 'Una copia di backup è stata creata (%s)';
    3535$lang['locfiledit_save_file'] = 'Salvare il file';
    36 $lang['locfiledit_choose_file'] = 'Scegliere un file da editare';
    37 $lang['locfiledit_edit'] = 'Editare';
     36$lang['locfiledit_choose_file'] = 'Scegliere un file da modificare';
     37$lang['locfiledit_edit'] = 'Modificare';
    3838$lang['locfiledit_restore'] = 'Caricare il file di backup';
    3939$lang['locfiledit_restore_confirm'] = 'Si prega di confermare?
    4040Il ripristino non sarà effettivo fino al successivo salvataggio.';
    41 $lang['locfiledit_bak_loaded1'] = 'Copia di backup caricata';
     41$lang['locfiledit_bak_loaded1'] = 'Copia di backup caricata.';
    4242$lang['locfiledit_bak_loaded2'] = 'E\' necessario salvare il file per ripristinarlo.';
    4343$lang['locfiledit_syntax_error'] = 'Errore di sintassi! Impossible salvare il file.';
     
    4949$lang['locfiledit_filename_error'] = 'Caratteri vietati nel nome del file.';
    5050$lang['locfiledit_file_already_exists'] = 'Il file esiste già.';
    51 $lang['locfiledit_model_error'] = 'Selezionare un modello.';
    52 $lang['locfiledit_empty_filename'] = 'Indicate un nome di file.';
     51$lang['locfiledit_model_error'] = 'E\' necessario scegliere un modello.';
     52$lang['locfiledit_empty_filename'] = 'E\' necessario inserire il nome del file.';
    5353$lang['locfiledit_webmaster_only'] = 'Solo i webmasters sono autorizzati a creare o modificare i file locali.';
    5454?>
  • branches/2.5/plugins/LocalFilesEditor/main.inc.php

    r20875 r22188  
    2424/*
    2525Plugin Name: LocalFiles Editor
    26 Version: 2.5.0
     26Version: 2.5.1
    2727Description: Edit local files from administration panel
    2828Plugin URI: http://piwigo.org/ext/extension_view.php?eid=144
  • branches/2.5/plugins/admin_multi_view/main.inc.php

    r20875 r22188  
    2424/*
    2525Plugin Name: Multi view
    26 Version: 2.5.0
     26Version: 2.5.1
    2727Description: Allows administrators to view gallery as guests and/or change the language and/or theme on the fly. Practical to debug changes...
    2828Plugin URI: http://piwigo.org/ext/extension_view.php?eid=286
  • branches/2.5/plugins/c13y_upgrade/main.inc.php

    r20875 r22188  
    2424/*
    2525Plugin Name: Check upgrades
    26 Version: 2.5.0
     26Version: 2.5.1
    2727Description: Check integrity of upgrades.
    2828Plugin URI: http://piwigo.org/ext/extension_view.php?eid=287
  • branches/2.5/plugins/language_switch/language_switch.css

    r21991 r22188  
    121121#languageSwitch .langflag-ta_IN { background-position:-192px -96px; }
    122122#languageSwitch .langflag-bn_IN { background-position:-192px -96px; }
     123#languageSwitch .langflag-kn_IN { background-position:-192px -96px; }
    123124#languageSwitch .langflag-iq { background-position:-216px -96px; }
    124125#languageSwitch .langflag-fa_IR { background-position:-240px -96px; }
  • branches/2.5/plugins/language_switch/main.inc.php

    r21991 r22188  
    2424/*
    2525Plugin Name: Language Switch
    26 Version: 2.5.1
     26Version: 2.5.3
    2727Description: Switch to another language from flags on your gallery home page.
    2828Plugin URI: http://piwigo.org/ext/extension_view.php?eid=123
Note: See TracChangeset for help on using the changeset viewer.