]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/it/common.php
Update settings.php
[bookstack] / resources / lang / it / common.php
index bace09621b48bd65be443cbe1a45293a28c6d66f..d8dbce451cea564fa8069c0ca6ee1c05aa537cdb 100755 (executable)
@@ -1,47 +1,55 @@
 <?php
+/**
+ * Common elements found throughout many areas of BookStack.
+ */
 return [
 
-    /**
-     * Buttons
-     */
+    // Buttons
     'cancel' => 'Annulla',
     'confirm' => 'Conferma',
     'back' => 'Indietro',
     'save' => 'Salva',
     'continue' => 'Continua',
     'select' => 'Seleziona',
-    'more' => 'More',
+    'toggle_all' => 'Attiva/disattiva tutto',
+    'more' => 'Altro',
 
-    /**
-     * Form Labels
-     */
+    // Form Labels
     'name' => 'Nome',
     'description' => 'Descrizione',
     'role' => 'Ruolo',
     'cover_image' => 'Immagine di copertina',
     'cover_image_description' => 'Questa immagine dovrebbe essere approssimatamente 440x250px.',
-
-    /**
-     * Actions
-     */
+    
+    // Actions
     'actions' => 'Azioni',
     'view' => 'Visualizza',
+    'view_all' => 'Vedi tutto',
     'create' => 'Crea',
     'update' => 'Aggiorna',
     'edit' => 'Modifica',
     'sort' => 'Ordina',
     'move' => 'Muovi',
+    'copy' => 'Copia',
     'reply' => 'Rispondi',
     'delete' => 'Elimina',
     'search' => 'Cerca',
     'search_clear' => 'Pulisci Ricerca',
-    'reset' => 'Reset',
+    'reset' => 'Azzera',
     'remove' => 'Rimuovi',
     'add' => 'Aggiungi',
+    'fullscreen' => 'Schermo intero',
+
+    // Sort Options
+    'sort_options' => 'Opzioni Ordinamento',
+    'sort_direction_toggle' => 'Inverti Direzione Ordinamento',
+    'sort_ascending' => 'Ordine Ascendente',
+    'sort_descending' => 'Ordine Discendente',
+    'sort_name' => 'Nome',
+    'sort_created_at' => 'Data Creazione',
+    'sort_updated_at' => 'Data Aggiornamento',
 
-    /**
-     * Misc
-     */
+    // Misc
     'deleted_user' => 'Utente Eliminato',
     'no_activity' => 'Nessuna attività da mostrare',
     'no_items' => 'Nessun elemento disponibile',
@@ -51,16 +59,19 @@ return [
     'details' => 'Dettagli',
     'grid_view' => 'Visualizzazione Griglia',
     'list_view' => 'Visualizzazione Lista',
+    'default' => 'Predefinito',
+    'breadcrumb' => 'Navigazione',
 
-    /**
-     * Header
-     */
+    // Header
+    'profile_menu' => 'Menu del profilo',
     'view_profile' => 'Visualizza Profilo',
     'edit_profile' => 'Modifica Profilo',
 
-    /**
-     * Email Content
-     */
+    // Layout tabs
+    'tab_info' => 'Info',
+    'tab_content' => 'Contenuto',
+
+    // Email Content
     'email_action_help' => 'Se hai problemi nel cliccare il pulsante ":actionText", copia e incolla lo URL sotto nel tuo browser:',
     'email_rights' => 'Tutti i diritti riservati',
-];
\ No newline at end of file
+];