Skip to content

Commit

Permalink
Merge pull request #30 from dokuwiki-translate/lang_update_23
Browse files Browse the repository at this point in the history
Translation update (it)
  • Loading branch information
samwilson committed May 13, 2014
2 parents f1b7a01 + 3ff0ba1 commit b3bb16b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
20 changes: 7 additions & 13 deletions lang/it/lang.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?php

/**
* Italian language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Daniele Savasta <[email protected]>
*
* @author Daniele Savasta <[email protected]>
* @author Mirko <[email protected]>
*/

/* we don't need these in syntax plugins, do we?
// settings must be present and set appropriately for the language
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr'; */

// custom language strings for the plugin
$lang['namespaceRoot'] = "Root";
$lang['okbutton'] = "Aggiungi Pagina";
//Setup VIM: ex: et ts=2 enc=utf-8 :
$lang['namespaceRoot'] = 'Root';
$lang['okbutton'] = 'Aggiungi Pagina';
$lang['nooption'] = 'Non sei autorizzato ad aggiungere nuove pagine';
8 changes: 8 additions & 0 deletions lang/it/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Mirko <[email protected]>
*/
$lang['addpage_hideACL'] = 'Nascondi {{NEWPAGE}} se l\'utente non &egrave autorizzato ad aggiungere pagine(mostra il messaggio se non &egrave selezionato)';

0 comments on commit b3bb16b

Please sign in to comment.