This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6eaf007
commit 58c1a44
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
-app-name = Masonry | ||
hello-counter = Il conteggio è { $count } | ||
# Menù dell'applicazione su Mac-Os | ||
macos-menu-about-app = Chi siamo { -app-name } | ||
macos-menu-preferences = Preferenze... | ||
macos-menu-hide-app = Nascondi { -app-name } | ||
macos-menu-hide-others = Nascondi gli altri | ||
macos-menu-show-all = Mostra tutti | ||
macos-menu-services = Servizi | ||
macos-menu-application-menu = { -app-name } | ||
macos-menu-quit-app = Chiudi { -app-name } | ||
# Oggetti nel Menù File | ||
common-menu-file-menu = File | ||
common-menu-file-new = Nuovo | ||
common-menu-file-new-window = Nuova Finestra | ||
common-menu-file-open = Apri.. | ||
common-menu-file-close = Chiudi | ||
common-menu-file-save = Salva... | ||
# usato in altri file per salvare un dialogo | ||
common-menu-file-save-ellipsis = Salva... | ||
common-menu-file-save-as = Salva come... | ||
common-menu-file-page-setup = Imposta pagina... | ||
common-menu-file-print = Stampa... | ||
# tasti nel menu file | ||
win-menu-file-exit = Esci | ||
# Tasti nel menu modifica | ||
common-menu-edit-menu = Modifica | ||
common-menu-cut = Taglia | ||
common-menu-copy = Copia | ||
common-menu-paste = Incolla | ||
common-menu-undo = Indietro | ||
common-menu-redo = Avanti |