aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/gl.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/gl.php')
-rw-r--r--apps/files/l10n/gl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php
index bba6335ae05..02bbad53e43 100644
--- a/apps/files/l10n/gl.php
+++ b/apps/files/l10n/gl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Non se moveu %s - Xa existe un ficheiro con ese nome.",
"Could not move %s" => "Non foi posíbel mover %s",
"Unable to set upload directory." => "Non é posíbel configurar o directorio de envíos.",
@@ -79,3 +80,4 @@
"files" => "ficheiros",
"Upgrading filesystem cache..." => "Anovando a caché do sistema de ficheiros..."
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";