diff options
Diffstat (limited to 'view/it/strings.php')
-rw-r--r-- | view/it/strings.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index 7f4b3eddd..25439d8d5 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -1038,6 +1038,11 @@ $a->strings['Invalid OpenID url'] = 'Url OpenID non valido'; $a->strings['Cannot use that email.'] = 'Questa email non si puo\' usare.'; $a->strings['Normal View'] = 'Vista normale'; $a->strings['New Item View'] = 'Vista Nuovi Elementi'; +$a->strings['Share'] = 'Condividi'; +$a->strings['Insert YouTube video'] = 'Inserisci video da YouTube'; +$a->strings['Set your location'] = 'Imposta la tua posizione'; +$a->strings['Clear browser location'] = 'Cancella la tua posizione data dal browser'; +$a->strings['Permission settings'] = 'Impostazione permessi'; $a->strings[' Cannot change to that email.'] = 'Non puoi cambiare a quella email.'; $a->strings['Birthday:'] = 'Compleanno:'; $a->strings['Update now'] = 'Aggiorna adesso'; |