Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/pt_PT.php')
-rw-r--r--l10n/pt_PT.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/l10n/pt_PT.php b/l10n/pt_PT.php
deleted file mode 100644
index cd86900..0000000
--- a/l10n/pt_PT.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"This file is too big to be opened. Please download the file instead." => "Este ficheiro é demasiado grande para ser aberto. Em vez disso, por favor, transfira o ficheiro.",
-"Cannot read the file." => "Não é possível ler o ficheiro.",
-"Invalid file path supplied." => "Caminho do ficheiro indicado inválido.",
-"The file is locked." => "O ficheiro está bloqueado.",
-"An internal server error occurred." => "Ocorreu um erro de servidor interno.",
-"Cannot save file as it has been modified since opening" => "Não é possível guardar o ficheiro porque este foi modificado desde a abertura",
-"Insufficient permissions" => "Permissões insuficientes",
-"File path not supplied" => "Caminho do ficheiro não indicado",
-"File mtime not supplied" => "Ficheiro mtime não foi indicado",
-"saving..." => "a guardar...",
-"saved!" => "guardado!",
-"failed!" => "falhou!",
-"Saved" => "Guardado",
-"There was a problem saving your changes. Click to resume editing." => "Ocorreu um problema ao guardar as suas alterações. Clique para retomar a edição.",
-"An error occurred!" => "Ocorreu um erro!",
-"Text file" => "Ficheiro de Texto",
-"New text file.txt" => "Novo texto ficheiro.txt"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";