mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
b00ecdcab9
From now on for ReactOS related contributions only the organization e-mail shall be used and also reverse the order of my real full name.
17 lines
497 B
Plaintext
17 lines
497 B
Plaintext
/*
|
|
* PROJECT: ReactOS Clip Command
|
|
* LICENSE: See COPYING in the top level directory
|
|
* PURPOSE: Italian resource file
|
|
* COPYRIGHT: Copyright 2018 George Bișoc (george.bisoc@reactos.org)
|
|
*/
|
|
|
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "\nInserisci ""CLIP /?"" per leggere le informazioni sull'uso.\n"
|
|
IDS_HELP "\nReindirizza verso la clipboard l'output dei programmi a riga di comando.\n\n\
|
|
CLIP [/?]\n\n\
|
|
/? Mostra questo messaggio.\n"
|
|
END
|