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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/gl.php')
-rw-r--r--apps/files_trashbin/l10n/gl.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_trashbin/l10n/gl.php b/apps/files_trashbin/l10n/gl.php
deleted file mode 100644
index 475d7075c70..00000000000
--- a/apps/files_trashbin/l10n/gl.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Couldn't delete %s permanently" => "Non foi posíbel eliminar %s permanente",
-"Couldn't restore %s" => "Non foi posíbel restaurar %s",
-"Deleted files" => "Ficheiros eliminados",
-"Restore" => "Restabelecer",
-"Error" => "Erro",
-"restored" => "restaurado",
-"Nothing in here. Your trash bin is empty!" => "Aquí non hai nada. O cesto do lixo está baleiro!",
-"Name" => "Nome",
-"Deleted" => "Eliminado",
-"Delete" => "Eliminar"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";