diff options
Diffstat (limited to 'apps/files/l10n/is.php')
-rw-r--r-- | apps/files/l10n/is.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/is.php b/apps/files/l10n/is.php index 97b19ae9379..8a131b20c8f 100644 --- a/apps/files/l10n/is.php +++ b/apps/files/l10n/is.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Gat ekki fært %s - Skrá með þessu nafni er þegar til", "Could not move %s" => "Gat ekki fært %s", "No file was uploaded. Unknown error" => "Engin skrá var send inn. Óþekkt villa.", @@ -61,3 +62,4 @@ "Files are being scanned, please wait." => "Verið er að skima skrár, vinsamlegast hinkraðu.", "Current scanning" => "Er að skima" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |