diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-01 01:54:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-01 01:54:43 -0400 |
commit | a878b42b42f79b9362fc37835f9922451e64fbc4 (patch) | |
tree | 859713c19e5b3c445b3d1710cad567158b96e8de /apps/files_sharing/l10n | |
parent | f3973c1c205893e9260b3684a20acc0ec0a9ae13 (diff) | |
download | nextcloud-server-a878b42b42f79b9362fc37835f9922451e64fbc4.tar.gz nextcloud-server-a878b42b42f79b9362fc37835f9922451e64fbc4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/ca.php | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/en_GB.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/gl.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ja.php | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php index 55836bf84dc..eb84e14c98f 100644 --- a/apps/files_sharing/l10n/ca.php +++ b/apps/files_sharing/l10n/ca.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You haven't shared any files yet." => "Encara no heu compartit cap fitxer.", "You haven't shared any files by link yet." => "Encara no heu compartit cap fitxer amb enllaç.", "Add {name} from {owner}@{remote}" => "Afegiu {name} de {owner}@{remote}", +"Add Share" => "Comparteix", "Password" => "Contrasenya", "No ownCloud installation found at {remote}" => "No s'ha trobat cap instal·lació ownCloud a {remote}", "Invalid ownCloud url" => "La url d'ownCloud no és vàlida", @@ -30,6 +31,7 @@ $TRANSLATIONS = array( "Download" => "Baixa", "Download %s" => "Baixa %s", "Direct link" => "Enllaç directe", +"Remote Shares" => "Compartició remota", "Allow other instances to mount public links shared from this server" => "Permet que altres instàncies muntin enllaços públics compartits des d'aqeust servidor", "Allow users to mount public link shares" => "Permet que usuaris muntin compartits amb enllaços públics" ); diff --git a/apps/files_sharing/l10n/en_GB.php b/apps/files_sharing/l10n/en_GB.php index 401e03e14b5..07f96a4beb0 100644 --- a/apps/files_sharing/l10n/en_GB.php +++ b/apps/files_sharing/l10n/en_GB.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You haven't shared any files yet." => "You haven't shared any files yet.", "You haven't shared any files by link yet." => "You haven't shared any files by link yet.", "Add {name} from {owner}@{remote}" => "Add {name} from {owner}@{remote}", +"Add Share" => "Add Share", "Password" => "Password", "No ownCloud installation found at {remote}" => "No ownCloud installation found at {remote}", "Invalid ownCloud url" => "Invalid ownCloud URL", diff --git a/apps/files_sharing/l10n/gl.php b/apps/files_sharing/l10n/gl.php index 7678d360e3f..1147df5def8 100644 --- a/apps/files_sharing/l10n/gl.php +++ b/apps/files_sharing/l10n/gl.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You haven't shared any files yet." => "Aínda non compartiu ningún ficheiro.", "You haven't shared any files by link yet." => "Aínda non compartiu ningún ficheiro por ligazón.", "Add {name} from {owner}@{remote}" => "Engadir {name} desde {owner}@{remote}", +"Add Share" => "Engadir compartición", "Password" => "Contrasinal", "No ownCloud installation found at {remote}" => "Non se atopou unha instalación do ownCloud en {remote}", "Invalid ownCloud url" => "URL incorrecta do ownCloud", diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php index dd46bb91b63..f71214ff2cc 100644 --- a/apps/files_sharing/l10n/ja.php +++ b/apps/files_sharing/l10n/ja.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "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} を追加", +"Add Share" => "共有を追加", "Password" => "パスワード", "No ownCloud installation found at {remote}" => "{remote} には ownCloud がインストールされていません", "Invalid ownCloud url" => "無効な ownCloud URL です", @@ -30,6 +31,7 @@ $TRANSLATIONS = array( "Download" => "ダウンロード", "Download %s" => "%s をダウンロード", "Direct link" => "リンク", +"Remote Shares" => "リモート共有", "Allow other instances to mount public links shared from this server" => "このサーバにおけるURLでの共有を他のインスタンスからマウントできるようにする", "Allow users to mount public link shares" => "ユーザーがURLでの共有をマウントできるようにする" ); |