diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-30 22:33:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-30 22:33:10 -0400 |
| commit | c0801e4f6de87f6a14409b7f399cfd52b3ce88e8 (patch) | |
| tree | 6f3a50296d479e1d085cea6ee07545b68b3339a4 /MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json | |
| parent | 5a014b093ccefed72fa09c3b19b18d4ee7578218 (diff) | |
added web client localization
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json new file mode 100644 index 000000000..25d3ff944 --- /dev/null +++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json @@ -0,0 +1,21 @@ +{ + "SettingsSaved": "Configura\u00e7\u00f5es guardadas.", + "AddUser": "Adicionar Utilizador", + "Users": "Utilizadores", + "Delete": "Apagar", + "Administrator": "Administrador", + "Password": "Senha", + "CreatePassword": "Criar Senha", + "DeleteImage": "Apagar Imagem", + "DeleteImageConfirmation": "Tem a certeza que pretende apagar a imagem?", + "FileReadCancelled": "The file read has been cancelled.", + "FileNotFound": "Ficheiro n\u00e3o encontrado", + "FileReadError": "Ocorreu um erro ao ler o ficheiro.", + "DeleteUser": "Apagar Utilizador", + "DeleteUserConfirmation": "Tem a certeza que pretende apagar {0}?", + "PasswordResetHeader": "Password Reset", + "PasswordResetComplete": "The password has been reset.", + "PasswordResetConfirmation": "Are you sure you wish to reset the password?", + "PasswordSaved": "Senha guardada.", + "PasswordMatchError": "Password and password confirmation must match." +}
\ No newline at end of file |
