summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-05-13 10:48:06 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-05-13 10:48:06 +0200
commit0ef85907732a2a5cb9cd3b23262abccf8335789d (patch)
tree45bbc914264052184127b935be26d1324b5113ca /apps/files_trashbin
parentcc433d47cb102d0dca50b925c7519c803ccce48b (diff)
parente60cf2a99793aa9f0071b40b4d119b36df44d110 (diff)
downloadnextcloud-server-0ef85907732a2a5cb9cd3b23262abccf8335789d.tar.gz
nextcloud-server-0ef85907732a2a5cb9cd3b23262abccf8335789d.zip
Merge branch 'master' into update_etags_on_restore
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/ko.php1
-rw-r--r--apps/files_trashbin/l10n/ug.php11
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/ko.php b/apps/files_trashbin/l10n/ko.php
index f06c90962ea..42ad87e98d2 100644
--- a/apps/files_trashbin/l10n/ko.php
+++ b/apps/files_trashbin/l10n/ko.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"Error" => "오류",
+"Delete permanently" => "영원히 삭제",
"Name" => "이름",
"1 folder" => "폴더 1개",
"{count} folders" => "폴더 {count}개",
diff --git a/apps/files_trashbin/l10n/ug.php b/apps/files_trashbin/l10n/ug.php
new file mode 100644
index 00000000000..c369e385f74
--- /dev/null
+++ b/apps/files_trashbin/l10n/ug.php
@@ -0,0 +1,11 @@
+<?php $TRANSLATIONS = array(
+"Error" => "خاتالىق",
+"Delete permanently" => "مەڭگۈلۈك ئۆچۈر",
+"Name" => "ئاتى",
+"Deleted" => "ئۆچۈرۈلدى",
+"1 folder" => "1 قىسقۇچ",
+"1 file" => "1 ھۆججەت",
+"{count} files" => "{count} ھۆججەت",
+"Nothing in here. Your trash bin is empty!" => "بۇ جايدا ھېچنېمە يوق. Your trash bin is empty!",
+"Delete" => "ئۆچۈر"
+);