summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ka.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-18 00:38:52 +0200
committerkondou <kondou@ts.unde.re>2013-08-18 00:38:52 +0200
commitedd92e4c09151238a89816186914f9382293ab9b (patch)
treee25d87cecf45ff2c2189198e5369f7754e01873a /apps/files/l10n/ka.php
parent1348330c7d75d2b60d845a43be57dedc6199ea1a (diff)
parent12f4494de02457d51004ca6a82c1b2160189819f (diff)
downloadnextcloud-server-edd92e4c09151238a89816186914f9382293ab9b.tar.gz
nextcloud-server-edd92e4c09151238a89816186914f9382293ab9b.zip
Merge branch 'master' into fix_jslint_kondou
Conflicts: apps/files/js/file-upload.js
Diffstat (limited to 'apps/files/l10n/ka.php')
-rw-r--r--apps/files/l10n/ka.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/l10n/ka.php b/apps/files/l10n/ka.php
index 148e688547a..527a2c49b1c 100644
--- a/apps/files/l10n/ka.php
+++ b/apps/files/l10n/ka.php
@@ -1,4 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Files" => "ფაილები",
+"_Uploading %n file_::_Uploading %n files_" => array(""),
+"_%n folder_::_%n folders_" => array(""),
+"_%n file_::_%n files_" => array(""),
"Download" => "გადმოწერა"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";