diff options
Diffstat (limited to 'apps/theming/l10n/pt_PT.js')
-rw-r--r-- | apps/theming/l10n/pt_PT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/pt_PT.js b/apps/theming/l10n/pt_PT.js index c9062a326f7..8a3ce8c6c16 100644 --- a/apps/theming/l10n/pt_PT.js +++ b/apps/theming/l10n/pt_PT.js @@ -50,7 +50,6 @@ OC.L10N.register( "Color" : "Cor", "Logo" : "Logótipo", "Upload new logo" : "Carregar novo logótipo", - "Login image" : "Imagem de Login", "Upload new login background" : "Carregar imagem de segundo plano de Login", "Remove background image" : "Remover imagem de segundo plano", "Advanced options" : "Opções avançadas", @@ -60,6 +59,7 @@ OC.L10N.register( "Upload new header logo" : "Carregar logótipo do cabeçalho", "Favicon" : "Favicon", "Upload new favicon" : "Carregar novo favicon", - "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte para imagens SVG para gerar automaticamente favicons com base na cor e no logotipo carregado." + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte para imagens SVG para gerar automaticamente favicons com base na cor e no logotipo carregado.", + "Login image" : "Imagem de Login" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |