-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate transferguard_i18n.properties in pt_PT
100% translated source file: 'transferguard_i18n.properties' on 'pt_PT'.
- Loading branch information
1 parent
ca028f3
commit ce72a6d
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
plugins/transferguard/src/main/resources/i18n/transferguard_i18n_pt_PT.properties
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,54 @@ | ||
## | ||
## Transferguard Language File | ||
## | ||
## Additional locales can be specified by creating a new resource file in this | ||
## directory using the following conventions: | ||
## | ||
## spark_i18n "_" language "_" country ".properties" | ||
## spark_i18n "_" language ".properties" | ||
## | ||
## e.g. | ||
## spark_i18n_en.properties <- English resources | ||
## spark_i18n_en_US.properties <- American US resources | ||
## spark_i18n_de.properties <- German resources | ||
## spark_i18n_ja.properties <- Japanese resources | ||
## | ||
## Please note that the two digit language code should be lower case, and the | ||
## two digit country code should be in uppercase. Often, it is not necessary to | ||
## specify the country code. | ||
## | ||
## A full list of language codes can be found at | ||
## http://www-old.ics.uci.edu/pub/ietf/http/related/iso639.txt | ||
## and a full list of country codes can be found at | ||
## http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html | ||
## | ||
## In property strings that are parameterized, single quotes can be used to | ||
## quote the "{" (curly brace) if necessary. A real single quote is represented by ''. | ||
## | ||
## | ||
## REVISION HISTORY (by Transferguard version): | ||
## | ||
## 1.0.1 | ||
## Added key: 'guard.settings.tooltips.blockedtypes' | ||
## Added key: 'guard.settings.tooltips.blockedperson' | ||
## Added key: 'guard.settings.tooltips.textarea' | ||
## Added key: 'guard.settings.title.extensions' | ||
## Added key: 'guard.settings.title.person' | ||
## Added key: 'guard.settings.title.rejectresponse' | ||
## Added key: 'guard.settings.label.maxsize' | ||
## Added key: 'guard.settings.title.filesize' | ||
## Added key: 'guard.settings.limitcheck' | ||
## Added key: 'guard.settings.title.settings' | ||
## | ||
|
||
guard.settings.title.list = Transfer Guard | ||
guard.settings.title.settings = Definições de Transferência de Ficheiros | ||
guard.settings.tooltips.blockedtypes = Insira as extensões de ficheiros que deseja bloquear (por ex., '*.doc'), separadas por vírgulas | ||
guard.settings.tooltips.blockedperson = Insira o JID dos utilizadores de quem pretende bloquear as transferências de ficheiros (por ex., '[email protected]'), separados por vírgulas | ||
guard.settings.tooltips.textarea = Insira uma mensagem que gostaria de enviar para aqueles cujos ficheiros estão bloqueados pelas suas configurações. Deixe este espaço em branco se não desejar lhes enviar uma mensagem. | ||
guard.settings.title.extensions = Extensões de Ficheiros Bloqueados | ||
guard.settings.title.person = Remetentes Bloqueados | ||
guard.settings.title.rejectresponse = Resposta de Rejeição Automatizada | ||
guard.settings.label.maxsize = Tamanho Máximo em KB: | ||
guard.settings.title.filesize = Tamanho do Ficheiro | ||
guard.settings.limitcheck = Limitar Tamanho do Ficheiro |