34 lines
692 B
Plaintext
34 lines
692 B
Plaintext
/* quicklook file count */
|
|
"%@ files" = "%@ arquivos";
|
|
|
|
/* quicklook file header */
|
|
"%@ Files" = "%@ Arquivos";
|
|
|
|
/* quicklook tracker header */
|
|
"%@ Trackers" = "%@ Rastreadores";
|
|
|
|
/* quicklook web seed header */
|
|
"%@ Web Seeds" = "%@ Web Seeds";
|
|
|
|
/* quicklook file count */
|
|
"1 file" = "1 arquivo";
|
|
|
|
/* quicklook file header */
|
|
"1 File" = "1 Arquivo";
|
|
|
|
/* quicklook tracker header */
|
|
"1 Tracker" = "1 Rastreador";
|
|
|
|
/* quicklook web seed header */
|
|
"1 Web Seed" = "1 Web Seed";
|
|
|
|
/* quicklook creation info */
|
|
"Created on %@" = "Criado em %@";
|
|
|
|
/* quicklook creation info */
|
|
"Created on %@ with %@" = "Criado em %1$@ com %2$@";
|
|
|
|
/* quicklook creation info */
|
|
"Created with %@" = "Criado com %@";
|
|
|