Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-17 10:18:22 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-17 10:18:22 +0300
commit607a50771355604de5f1ce12344d64daede13860 (patch)
tree3c39ee18f0b2f0800f59aa85b6befbbaf71ca150
parent3306eaa4e2d4d46ab33723292e6679cd58ffbf45 (diff)
[tx-robot] updated from transifexv8.0.0beta1
-rw-r--r--l10n/ko.js2
-rw-r--r--l10n/ko.json2
-rw-r--r--l10n/ko.php2
3 files changed, 6 insertions, 0 deletions
diff --git a/l10n/ko.js b/l10n/ko.js
index d8bb9eed..b38f22ef 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -10,6 +10,8 @@ OC.L10N.register(
"Close" : "닫기",
"Error loading slideshow template" : "슬라이드 쇼 템플릿을 불러오는 중 오류 발생",
"Share" : "공유",
+ "No pictures found! If you upload pictures in the files app, they will be displayed here." : "사진이 없습니다! 파일 앱에서 올린 사진이 여기에 표시됩니다.",
+ "shared by %s" : "%s 님이 공유함",
"File list" : "파일 목록"
},
"nplurals=1; plural=0;");
diff --git a/l10n/ko.json b/l10n/ko.json
index d6bfec73..9fa181fc 100644
--- a/l10n/ko.json
+++ b/l10n/ko.json
@@ -8,6 +8,8 @@
"Close" : "닫기",
"Error loading slideshow template" : "슬라이드 쇼 템플릿을 불러오는 중 오류 발생",
"Share" : "공유",
+ "No pictures found! If you upload pictures in the files app, they will be displayed here." : "사진이 없습니다! 파일 앱에서 올린 사진이 여기에 표시됩니다.",
+ "shared by %s" : "%s 님이 공유함",
"File list" : "파일 목록"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/l10n/ko.php b/l10n/ko.php
index a1492e69..a133003b 100644
--- a/l10n/ko.php
+++ b/l10n/ko.php
@@ -9,6 +9,8 @@ $TRANSLATIONS = array(
"Close" => "닫기",
"Error loading slideshow template" => "슬라이드 쇼 템플릿을 불러오는 중 오류 발생",
"Share" => "공유",
+"No pictures found! If you upload pictures in the files app, they will be displayed here." => "사진이 없습니다! 파일 앱에서 올린 사진이 여기에 표시됩니다.",
+"shared by %s" => "%s 님이 공유함",
"File list" => "파일 목록"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";