diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-21 00:02:33 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-21 00:02:33 +0100 |
commit | 9204be827b92d9b0e16a9bb59d1bf72f19065e27 (patch) | |
tree | a5007d0395141592b8718736d8b43e0db75af2b6 /apps/files_sharing | |
parent | 486b8013d03e4ba3dfa6f11e5a86498391e8dcea (diff) | |
download | nextcloud-server-9204be827b92d9b0e16a9bb59d1bf72f19065e27.tar.gz nextcloud-server-9204be827b92d9b0e16a9bb59d1bf72f19065e27.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/gl.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ko.php | 9 | ||||
-rw-r--r-- | apps/files_sharing/l10n/vi.php | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/gl.php b/apps/files_sharing/l10n/gl.php index c9644d720e3..fe06a5bc70e 100644 --- a/apps/files_sharing/l10n/gl.php +++ b/apps/files_sharing/l10n/gl.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Password" => "Contrasinal", "Submit" => "Enviar", +"%s shared the folder %s with you" => "%s compartiu o cartafol %s contigo", +"%s shared the file %s with you" => "%s compartiu ficheiro %s contigo", "Download" => "Baixar", "No preview available for" => "Sen vista previa dispoñible para ", -"web services under your control" => "servizos web baixo o seu control" +"web services under your control" => "servizos web baixo o teu control" ); diff --git a/apps/files_sharing/l10n/ko.php b/apps/files_sharing/l10n/ko.php new file mode 100644 index 00000000000..c172da854d8 --- /dev/null +++ b/apps/files_sharing/l10n/ko.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Password" => "비밀번호", +"Submit" => "제출", +"%s shared the folder %s with you" => "%s 공유된 폴더 %s 당신과 함께", +"%s shared the file %s with you" => "%s 공유된 파일 %s 당신과 함께", +"Download" => "다운로드", +"No preview available for" => "사용가능한 프리뷰가 없습니다.", +"web services under your control" => "당신의 통제하에 있는 웹서비스" +); diff --git a/apps/files_sharing/l10n/vi.php b/apps/files_sharing/l10n/vi.php index 6a36f11899e..afeec5c6481 100644 --- a/apps/files_sharing/l10n/vi.php +++ b/apps/files_sharing/l10n/vi.php @@ -1,8 +1,8 @@ <?php $TRANSLATIONS = array( "Password" => "Mật khẩu", "Submit" => "Xác nhận", -"%s shared the folder %s with you" => "%s đã chia sẽ thư mục %s với bạn", -"%s shared the file %s with you" => "%s đã chia sẽ tập tin %s với bạn", +"%s shared the folder %s with you" => "%s đã chia sẻ thư mục %s với bạn", +"%s shared the file %s with you" => "%s đã chia sẻ tập tin %s với bạn", "Download" => "Tải về", "No preview available for" => "Không có xem trước cho", "web services under your control" => "dịch vụ web dưới sự kiểm soát của bạn" |