aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-25 06:33:53 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-25 06:33:53 -0400
commitb1116880f861cf5b72d45a9edfabfdd7d48a9887 (patch)
treedf5a1bbfe7780c7dfeb35c043f48aff23618679c /apps/files_sharing/l10n
parent89f26915152e5aaf357b2aa633d5bea954e4bcc2 (diff)
downloadnextcloud-server-b1116880f861cf5b72d45a9edfabfdd7d48a9887.tar.gz
nextcloud-server-b1116880f861cf5b72d45a9edfabfdd7d48a9887.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r--apps/files_sharing/l10n/es.php7
-rw-r--r--apps/files_sharing/l10n/ja.php18
-rw-r--r--apps/files_sharing/l10n/nl.php7
3 files changed, 21 insertions, 11 deletions
diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php
index 6e8d055446a..117b97eb942 100644
--- a/apps/files_sharing/l10n/es.php
+++ b/apps/files_sharing/l10n/es.php
@@ -1,11 +1,14 @@
<?php
$TRANSLATIONS = array(
+"Server to server sharing is not enabled on this server" => "Compartir entre servidores no está habilitado en este servidor",
+"Couldn't add remote share" => "No se puede añadir un compartido remoto",
"Shared with you" => "Compartido contigo",
"Shared with others" => "Compartido con otros",
"Shared by link" => "Compartido por medio de enlaces",
"No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.",
"You haven't shared any files yet." => "Aún no has compartido ningún archivo.",
"You haven't shared any files by link yet." => "Usted todavía no ha compartido ningún archivo por medio de enlaces.",
+"Add {name} from {owner}@{remote}" => "Añadir {name} desde {owner}@{remote}",
"No ownCloud installation found at {remote}" => "No se encontró una instalación de ownCloud en {remote}",
"Invalid ownCloud url" => "URL de ownCloud inválido",
"Shared by {owner}" => "Compartido por {owner}",
@@ -27,6 +30,8 @@ $TRANSLATIONS = array(
"Download" => "Descargar",
"Download %s" => "Descargar %s",
"Direct link" => "Enlace directo",
-"File Sharing" => "Compartir archivos"
+"File Sharing" => "Compartir archivos",
+"Allow other instances to mount public links shared from this server" => "Permitir a otros montar enlaces publicos compartidos de este servidor",
+"Allow users to mount public link shares" => "Permitir a los usuarios montar enlaces publicos compartidos"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php
index 43c8f1c06d6..27fa30005a5 100644
--- a/apps/files_sharing/l10n/ja.php
+++ b/apps/files_sharing/l10n/ja.php
@@ -2,12 +2,12 @@
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "このサーバーでは、サーバー間の共有が有効ではありません",
"Couldn't add remote share" => "リモート共有を追加できませんでした",
-"Shared with you" => "あなたと共有",
-"Shared with others" => "他人と共有",
-"Shared by link" => "URLリンクで共有済",
-"No files have been shared with you yet." => "まだ共有を行なっているファイルはありません。",
-"You haven't shared any files yet." => "まだ共有を行なっているファイルはありません。",
-"You haven't shared any files by link yet." => "まだURLリンクで共有を行なっているファイルはありません。",
+"Shared with you" => "他ユーザーがあなたと共有中",
+"Shared with others" => "他ユーザーと共有中",
+"Shared by link" => "URLリンクで共有中",
+"No files have been shared with you yet." => "他のユーザーがあなたと共有しているファイルはありません。",
+"You haven't shared any files yet." => "他のユーザーと共有しているファイルはありません。",
+"You haven't shared any files by link yet." => "URLリンクで共有しているファイルはありません。",
"Add {name} from {owner}@{remote}" => "{owner}@{remote} から {name} を追加",
"No ownCloud installation found at {remote}" => "{remote} には ownCloud がインストールされていません",
"Invalid ownCloud url" => "無効な ownCloud URL です",
@@ -22,7 +22,7 @@ $TRANSLATIONS = array(
"Reasons might be:" => "理由は以下の通りと考えられます:",
"the item was removed" => "アイテムが削除されました",
"the link expired" => "リンクの期限が切れています",
-"sharing is disabled" => "共有が無効になっています",
+"sharing is disabled" => "共有は無効になっています",
"For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
"Save to ownCloud" => "ownCloud に保存",
"example.com/owncloud" => "example.com/owncloud",
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"Download %s" => "%s をダウンロード",
"Direct link" => "リンク",
"File Sharing" => "ファイル共有",
-"Allow other instances to mount public links shared from this server" => "このサーバの公開共有リンクを他のインスタンスからマウントできるようにする",
-"Allow users to mount public link shares" => "ユーザが公開共有リンクをマウントできるようにする"
+"Allow other instances to mount public links shared from this server" => "このサーバにおけるURLでの共有を他のインスタンスからマウントできるようにする",
+"Allow users to mount public link shares" => "ユーザーがURLでの共有をマウントできるようにする"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php
index de6644cd385..0f229d91945 100644
--- a/apps/files_sharing/l10n/nl.php
+++ b/apps/files_sharing/l10n/nl.php
@@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
+"Server to server sharing is not enabled on this server" => "Server met server delen is niet geactiveerd op deze server",
+"Couldn't add remote share" => "Kon geen externe share toevoegen",
"Shared with you" => "Deelde met u",
"Shared with others" => "Deelde met anderen",
"Shared by link" => "Gedeeld via een link",
@@ -7,6 +9,7 @@ $TRANSLATIONS = array(
"You haven't shared any files yet." => "U hebt nog geen bestanden gedeeld.",
"You haven't shared any files by link yet." => "U hebt nog geen bestanden via een link gedeeld.",
"Add {name} from {owner}@{remote}" => "Toevoegen {name} van {owner}@{remote}",
+"No ownCloud installation found at {remote}" => "Geen ownCloud installatie gevonden op {remote}",
"Invalid ownCloud url" => "Ongeldige ownCloud url",
"Shared by {owner}" => "Gedeeld door {owner}",
"Shared by" => "Gedeeld door",
@@ -27,6 +30,8 @@ $TRANSLATIONS = array(
"Download" => "Downloaden",
"Download %s" => "Download %s",
"Direct link" => "Directe link",
-"File Sharing" => "Bestand delen"
+"File Sharing" => "Bestand delen",
+"Allow other instances to mount public links shared from this server" => "Toestaan dat andere oanClouds openbaar gedeelde links mounten vanaf deze server",
+"Allow users to mount public link shares" => "Toestaan dat gebruikers openbaar gedeelde links mounten"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";