mirror of
https://github.com/projectsend/projectsend.git
synced 2026-09-12 06:48:55 +00:00
6e47d76ba6
Client file sharing, rebuilt from the ground up: a private area per client, resumable uploads, folders, groups and categories, sharing with expiry dates and download limits, comments, file versions, an activity log, a REST API, and sixteen languages. This repository begins here. ProjectSend 2 was developed privately, and that development history is not published — the previous generation remains available, with its own history, at projectsend/legacy. Free software under the GNU General Public License v2, or (at your option) any later version.
120 lines
4.2 KiB
PHP
120 lines
4.2 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'accept' => 'Accettare',
|
|
'action' => 'Azione',
|
|
'actions' => 'Azioni',
|
|
'add' => 'Aggiungi',
|
|
'admin' => 'Ammin',
|
|
'agree' => 'Essere d\'accordo',
|
|
'archive' => 'Archivio',
|
|
'assign' => 'Assegnare',
|
|
'associate' => 'Associare',
|
|
'attach' => 'Allega',
|
|
'browse' => 'Naviga',
|
|
'cancel' => 'Annulla',
|
|
'choose' => 'Scegli',
|
|
'choose_file' => 'Scegli il file',
|
|
'choose_image' => 'Scegli Immagine',
|
|
'click_to_copy' => 'Fare clic per copiare',
|
|
'close' => 'Chiudi',
|
|
'collapse' => 'Comprimi',
|
|
'collapse_all' => 'Comprimi tutto',
|
|
'comment' => 'Commenta',
|
|
'confirm' => 'Conferma',
|
|
'connect' => 'Collega',
|
|
'create' => 'Crea',
|
|
'delete' => 'Elimina',
|
|
'detach' => 'Scollega',
|
|
'details' => 'Dettagli',
|
|
'disable' => 'Disattiva',
|
|
'discard' => 'Scarta',
|
|
'done' => 'Fatto',
|
|
'down' => 'Giù',
|
|
'duplicate' => 'Duplica',
|
|
'edit' => 'Modifica',
|
|
'enable' => 'Abilita',
|
|
'expand' => 'Espandi',
|
|
'expand_all' => 'Espandi tutto',
|
|
'explanation' => 'Spiegazione',
|
|
'export' => 'Esporta',
|
|
'file' => 'File',
|
|
'files' => 'File',
|
|
'go_home' => 'Torna alla Home',
|
|
'hide' => 'Nascondi',
|
|
'home' => 'Home',
|
|
'image' => 'Immagine',
|
|
'impersonate' => 'Impersona',
|
|
'impersonation' => 'Impersonificazione',
|
|
'import' => 'Importa',
|
|
'introduction' => 'introduzione',
|
|
'like' => 'Mi Piace',
|
|
'load' => 'Carica',
|
|
'localize' => 'Localizza',
|
|
'log_in' => 'Login',
|
|
'log_out' => 'Disconnettersi',
|
|
'named' => [
|
|
'add' => 'Aggiungi :name',
|
|
'choose' => 'Scegli :name',
|
|
'create' => 'Crea :name',
|
|
'delete' => 'Cancella :name',
|
|
'duplicate' => 'Duplica: nome',
|
|
'edit' => 'Modifica :name',
|
|
'export' => 'Esporta :name',
|
|
'hide' => 'Nascondi :name',
|
|
'import' => 'Importa :name',
|
|
'new' => 'Nuovo :name',
|
|
'restore' => 'Ripristina :name',
|
|
'save' => 'Salva :name',
|
|
'search' => 'Cerca :name',
|
|
'show' => 'Mostra :name',
|
|
'update' => 'Aggiorna :name',
|
|
'view' => 'Mostra :name',
|
|
],
|
|
'new' => 'Nuovo',
|
|
'no' => 'NO',
|
|
'open' => 'Aprire',
|
|
'open_website' => 'Apri sul sito',
|
|
'preview' => 'Anteprima',
|
|
'price' => 'Prezzo',
|
|
'record' => 'Documentazione',
|
|
'restore' => 'Ripristina',
|
|
'save' => 'Salva',
|
|
'save_and_close' => 'Salva e chiudi',
|
|
'save_and_return' => 'Salva e ritorna',
|
|
'search' => 'Ricerca',
|
|
'select' => 'Seleziona',
|
|
'select_all' => 'Seleziona tutto',
|
|
'send' => 'Invia',
|
|
'settings' => 'Impostazioni',
|
|
'show' => 'Mostra',
|
|
'show_all' => 'Mostra tutto',
|
|
'sign_in' => 'Accedi',
|
|
'solve' => 'Risolvere',
|
|
'start' => 'Avvia',
|
|
'stop' => 'Ferma',
|
|
'submit' => 'Invia',
|
|
'subscribe' => 'Sottoscrivi',
|
|
'switch' => 'Passa',
|
|
'switch_to_role' => 'Passa al ruolo',
|
|
'tag' => 'Etichetta',
|
|
'tags' => 'Etichette',
|
|
'target_link' => [
|
|
'blank' => 'Apri in una nuova finestra',
|
|
'parent' => 'Apri in un frame principale',
|
|
'self' => 'Apri in una finestra corrente',
|
|
'top' => 'Apri nel riquadro più in alto',
|
|
],
|
|
'translate' => 'Traduci',
|
|
'translate_it' => 'Traducilo',
|
|
'unpack' => 'Decomprimi',
|
|
'unsubscribe' => 'Annulla l\'iscrizione',
|
|
'up' => 'Su',
|
|
'update' => 'Aggiorna',
|
|
'user' => 'Utente',
|
|
'view' => 'Visualizza',
|
|
'yes' => 'SI',
|
|
];
|