-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from pedro-mendonca/master
Portuguese (pt_PT) translation
- Loading branch information
Showing
2 changed files
with
50 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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>DONATE</key> | ||
<string>Doar via PayPal</string> | ||
<key>NON_CYDIA_DEL</key> | ||
<string>Eliminação não Cydia</string> | ||
<key>NON_CYDIA_DEL_TEXT</key> | ||
<string>Permite ao CyDelete eliminar Aplicações que não foram instaladas com o Cydia. Isto pode ser perigoso, as aplicações desinstaladas deste modo só poderão ser reinstaladas manualmente.</string> | ||
<key>PROTECTED_TITLE</key> | ||
<string>Aplicações protegidas</string> | ||
<key>PROTECTED_WARNING</key> | ||
<string>Eliminar todas estas aplicações vai deixá-lo sem Interface Gráfico para instalar pacotes, NÃO é recomendado.</string> | ||
</dict> | ||
</plist> |
34 changes: 34 additions & 0 deletions
34
layout/Library/Application Support/CyDelete/CyDelete.bundle/pt_PT.lproj/Localizable.strings
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,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NOT_ENOUGH_MEMORY</key> | ||
<string>Não tem memória suficiente</string> | ||
<key>PACKAGE_DELETE_BODY</key> | ||
<string>Apagar “%@” irá desinstalar “%@” e todas as suas dependências.</string> | ||
<key>PACKAGE_FINISH_BODY</key> | ||
<string>Para concluir a desinstalação de “%@”, tem que %@.</string> | ||
<key>PACKAGE_FINISH_OKAY</key> | ||
<string>OK</string> | ||
<key>PACKAGE_FINISH_REBOOT</key> | ||
<string>Reiniciar</string> | ||
<key>PACKAGE_FINISH_RELOAD</key> | ||
<string>Recarregar o SpringBoard</string> | ||
<key>PACKAGE_FINISH_RESTART</key> | ||
<string>Reiniciar o SpringBoard</string> | ||
<key>PACKAGE_FINISH_TITLE</key> | ||
<string>Acção requerida</string> | ||
<key>PACKAGE_NOT_CYDIA_BODY</key> | ||
<string>“%@” não foi instalado pelo Cydia, não pode ser removido pelo CyDelete.</string> | ||
<key>PACKAGE_NOT_CYDIA_TITLE</key> | ||
<string>Não instalado pelo Cydia</string> | ||
<key>PACKAGE_SEARCHING</key> | ||
<string>A processar...</string> | ||
<key>PACKAGE_UNINSTALLING</key> | ||
<string>A desinstalar...</string> | ||
<key>PACKAGE_UNINSTALL_ERROR_BODY</key> | ||
<string>“%@” falhou ao desinstalar.</string> | ||
<key>PACKAGE_UNINSTALL_ERROR_TITLE</key> | ||
<string>Erro ao desinstalar</string> | ||
</dict> | ||
</plist> |