summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/sq.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-16 00:13:10 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-16 00:13:10 +0200
commit7279a07ca20949cf3cee82faf064d6aae8cf0a99 (patch)
tree01d912d1743db2e34225383d3f8b9783c9b6e295 /apps/files_trashbin/l10n/sq.php
parentd91104e120d570eaf3d80c23c5caf6b597b24db7 (diff)
parentbd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff)
downloadnextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.tar.gz
nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.zip
Merge branch 'master' into mimetype-defaults
Conflicts: apps/files/ajax/newfile.php
Diffstat (limited to 'apps/files_trashbin/l10n/sq.php')
-rw-r--r--apps/files_trashbin/l10n/sq.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_trashbin/l10n/sq.php b/apps/files_trashbin/l10n/sq.php
index ce3ed947ccd..1b7b5b828c8 100644
--- a/apps/files_trashbin/l10n/sq.php
+++ b/apps/files_trashbin/l10n/sq.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Nuk munda ta eliminoj përfundimisht %s",
"Couldn't restore %s" => "Nuk munda ta rivendos %s",
"perform restore operation" => "ekzekuto operacionin e rivendosjes",
@@ -7,12 +8,11 @@
"Delete permanently" => "Elimino përfundimisht",
"Name" => "Emri",
"Deleted" => "Eliminuar",
-"1 folder" => "1 dosje",
-"{count} folders" => "{count} dosje",
-"1 file" => "1 skedar",
-"{count} files" => "{count} skedarë",
+"_%n folder_::_%n folders_" => array("",""),
+"_%n file_::_%n files_" => array("",""),
"Nothing in here. Your trash bin is empty!" => "Këtu nuk ka asgjë. Koshi juaj është bosh!",
"Restore" => "Rivendos",
"Delete" => "Elimino",
"Deleted Files" => "Skedarë të eliminuar"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";