diff options
Diffstat (limited to 'apps/files_trashbin/l10n/gl.php')
-rw-r--r-- | apps/files_trashbin/l10n/gl.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/gl.php b/apps/files_trashbin/l10n/gl.php index d22277c28f5..9b222e6e15f 100644 --- a/apps/files_trashbin/l10n/gl.php +++ b/apps/files_trashbin/l10n/gl.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?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", "perform restore operation" => "realizar a operación de restauración", @@ -17,3 +18,4 @@ "Delete" => "Eliminar", "Deleted Files" => "Ficheiros eliminados" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |