aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-05-05 01:55:08 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-05-05 01:55:08 -0400
commit48be0b781a07860b4c29b2dd98b0b95207594245 (patch)
tree72af28f3289681765a2ab3c2c74a68ec8601ce7e /apps
parentba998670333b5430cd00dbce82a44f831ef34da1 (diff)
downloadnextcloud-server-48be0b781a07860b4c29b2dd98b0b95207594245.tar.gz
nextcloud-server-48be0b781a07860b4c29b2dd98b0b95207594245.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/l10n/ja.js11
-rw-r--r--apps/comments/l10n/ja.json11
-rw-r--r--apps/files/l10n/ja.js2
-rw-r--r--apps/files/l10n/ja.json2
-rw-r--r--apps/files_sharing/l10n/de.js1
-rw-r--r--apps/files_sharing/l10n/de.json1
-rw-r--r--apps/files_sharing/l10n/de_DE.js1
-rw-r--r--apps/files_sharing/l10n/de_DE.json1
-rw-r--r--apps/files_sharing/l10n/it.js1
-rw-r--r--apps/files_sharing/l10n/it.json1
-rw-r--r--apps/files_sharing/l10n/ja.js19
-rw-r--r--apps/files_sharing/l10n/ja.json19
-rw-r--r--apps/files_sharing/l10n/nl.js8
-rw-r--r--apps/files_sharing/l10n/nl.json8
-rw-r--r--apps/files_sharing/l10n/pt_BR.js1
-rw-r--r--apps/files_sharing/l10n/pt_BR.json1
-rw-r--r--apps/files_sharing/l10n/sq.js1
-rw-r--r--apps/files_sharing/l10n/sq.json1
-rw-r--r--apps/systemtags/l10n/ja.js17
-rw-r--r--apps/systemtags/l10n/ja.json17
-rw-r--r--apps/systemtags/l10n/nl.js16
-rw-r--r--apps/systemtags/l10n/nl.json16
-rw-r--r--apps/user_ldap/l10n/ro.js2
-rw-r--r--apps/user_ldap/l10n/ro.json2
24 files changed, 132 insertions, 28 deletions
diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js
index 2a8cc5fb352..d52b580d78d 100644
--- a/apps/comments/l10n/ja.js
+++ b/apps/comments/l10n/ja.js
@@ -1,20 +1,23 @@
OC.L10N.register(
"comments",
{
- "%1$s commented" : "%1$s がコメントを追加",
- "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
- "Comments" : "コメント",
"Type in a new comment..." : "新しいコメントを入力...",
"Delete comment" : "コメントを削除",
"Post" : "追加",
"Cancel" : "キャンセル",
"Edit comment" : "コメントを編集",
"[Deleted user]" : "[削除済みユーザー]",
+ "Comments" : "コメント",
"No other comments available" : "コメントはありません",
"More comments..." : "コメントをさらに表示...",
"Save" : "保存",
"Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
"{count} unread comments" : "未読コメント数 {count}",
- "Comment" : "コメント"
+ "Comment" : "コメント",
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "ファイルに対する<strong>コメント</strong><em>(常時ストリームに表示)</em>",
+ "You commented" : "コメント済",
+ "%1$s commented" : "%1$s がコメントを追加",
+ "You commented on %2$s" : "%2$s にコメント済",
+ "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました"
},
"nplurals=1; plural=0;");
diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json
index d27a4b66160..277bffd9b33 100644
--- a/apps/comments/l10n/ja.json
+++ b/apps/comments/l10n/ja.json
@@ -1,18 +1,21 @@
{ "translations": {
- "%1$s commented" : "%1$s がコメントを追加",
- "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
- "Comments" : "コメント",
"Type in a new comment..." : "新しいコメントを入力...",
"Delete comment" : "コメントを削除",
"Post" : "追加",
"Cancel" : "キャンセル",
"Edit comment" : "コメントを編集",
"[Deleted user]" : "[削除済みユーザー]",
+ "Comments" : "コメント",
"No other comments available" : "コメントはありません",
"More comments..." : "コメントをさらに表示...",
"Save" : "保存",
"Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
"{count} unread comments" : "未読コメント数 {count}",
- "Comment" : "コメント"
+ "Comment" : "コメント",
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "ファイルに対する<strong>コメント</strong><em>(常時ストリームに表示)</em>",
+ "You commented" : "コメント済",
+ "%1$s commented" : "%1$s がコメントを追加",
+ "You commented on %2$s" : "%2$s にコメント済",
+ "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js
index 185a5d6d121..d0eaf997dc5 100644
--- a/apps/files/l10n/ja.js
+++ b/apps/files/l10n/ja.js
@@ -105,7 +105,9 @@ OC.L10N.register(
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM の場合は値を変更後、反映されるのに5分程度かかります。",
"Missing permissions to edit from here." : "ここから編集するための権限がありません。",
"Settings" : "設定",
+ "Show hidden files" : "隠しファイルを表示",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">WebDAV 経由でファイルにアクセス</a> するにはこのアドレスを利用してください",
"Cancel upload" : "アップロードをキャンセル",
"No files in here" : "ファイルがありません",
"Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。",
diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json
index 129e417962b..b326ee0e56a 100644
--- a/apps/files/l10n/ja.json
+++ b/apps/files/l10n/ja.json
@@ -103,7 +103,9 @@
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM の場合は値を変更後、反映されるのに5分程度かかります。",
"Missing permissions to edit from here." : "ここから編集するための権限がありません。",
"Settings" : "設定",
+ "Show hidden files" : "隠しファイルを表示",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">WebDAV 経由でファイルにアクセス</a> するにはこのアドレスを利用してください",
"Cancel upload" : "アップロードをキャンセル",
"No files in here" : "ファイルがありません",
"Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。",
diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js
index a300dd15118..ac9083183f2 100644
--- a/apps/files_sharing/l10n/de.js
+++ b/apps/files_sharing/l10n/de.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.",
"Unknown share type" : "Unbekannter Freigabetyp",
"Not a directory" : "Kein Verzeichnis",
+ "Could not lock path" : "Pfad konnte nicht gesperrt werden",
"Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden",
"Wrong or no update parameter given" : "Falscher oder kein Updateparameter wurde übergeben",
"Cannot increase permissions" : "Berechtigungen können nicht erhöht werden",
diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json
index bb68ef07639..be648efa1f4 100644
--- a/apps/files_sharing/l10n/de.json
+++ b/apps/files_sharing/l10n/de.json
@@ -21,6 +21,7 @@
"Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.",
"Unknown share type" : "Unbekannter Freigabetyp",
"Not a directory" : "Kein Verzeichnis",
+ "Could not lock path" : "Pfad konnte nicht gesperrt werden",
"Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden",
"Wrong or no update parameter given" : "Falscher oder kein Updateparameter wurde übergeben",
"Cannot increase permissions" : "Berechtigungen können nicht erhöht werden",
diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js
index c1a4f9189d4..c5176f52818 100644
--- a/apps/files_sharing/l10n/de_DE.js
+++ b/apps/files_sharing/l10n/de_DE.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.",
"Unknown share type" : "Unbekannter Freigabetyp",
"Not a directory" : "Kein Verzeichnis",
+ "Could not lock path" : "Pfad konnte nicht gesperrt werden",
"Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden",
"Wrong or no update parameter given" : "Falscher oder kein Updateparameter wurde übergeben",
"Cannot increase permissions" : "Berechtigungen können nicht erhöht werden",
diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json
index b5ae9602ab0..c0d279c4a95 100644
--- a/apps/files_sharing/l10n/de_DE.json
+++ b/apps/files_sharing/l10n/de_DE.json
@@ -21,6 +21,7 @@
"Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.",
"Unknown share type" : "Unbekannter Freigabetyp",
"Not a directory" : "Kein Verzeichnis",
+ "Could not lock path" : "Pfad konnte nicht gesperrt werden",
"Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden",
"Wrong or no update parameter given" : "Falscher oder kein Updateparameter wurde übergeben",
"Cannot increase permissions" : "Berechtigungen können nicht erhöht werden",
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js
index a946482b164..f56e0c9bcc8 100644
--- a/apps/files_sharing/l10n/it.js
+++ b/apps/files_sharing/l10n/it.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Sharing %s failed because the back end does not allow shares from type %s" : "Condivisione di %s non riuscita poiché il motore non consente condivisioni del tipo %s",
"Unknown share type" : "Tipo di condivisione sconosciuto",
"Not a directory" : "Non è una cartella",
+ "Could not lock path" : "Impossibile bloccare il percorso",
"Can't change permissions for public share links" : "Impossibile cambiare i permessi per i collegamenti di condivisione pubblici",
"Wrong or no update parameter given" : "Parametro fornito non valido o non di aggiornamento",
"Cannot increase permissions" : "Impossibile aumentare i permessi",
diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json
index 048414b8346..9eec1cf368c 100644
--- a/apps/files_sharing/l10n/it.json
+++ b/apps/files_sharing/l10n/it.json
@@ -21,6 +21,7 @@
"Sharing %s failed because the back end does not allow shares from type %s" : "Condivisione di %s non riuscita poiché il motore non consente condivisioni del tipo %s",
"Unknown share type" : "Tipo di condivisione sconosciuto",
"Not a directory" : "Non è una cartella",
+ "Could not lock path" : "Impossibile bloccare il percorso",
"Can't change permissions for public share links" : "Impossibile cambiare i permessi per i collegamenti di condivisione pubblici",
"Wrong or no update parameter given" : "Parametro fornito non valido o non di aggiornamento",
"Cannot increase permissions" : "Impossibile aumentare i permessi",
diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js
index a643bf7f445..a7f7dcda890 100644
--- a/apps/files_sharing/l10n/ja.js
+++ b/apps/files_sharing/l10n/ja.js
@@ -8,6 +8,25 @@ OC.L10N.register(
"Could not authenticate to remote share, password might be wrong" : "リモート共有が認証できませんでした,パスワードが間違っているかもしれません",
"Storage not valid" : "ストレージが無効です",
"Couldn't add remote share" : "リモート共有を追加できませんでした",
+ "Share API is disabled" : "共有APIが無効です。",
+ "Wrong share ID, share doesn't exist" : "共有IDが間違っています。共有がありません。",
+ "Could not delete share" : "共有を削除できませんでした",
+ "Please specify a file or folder path" : "ファイルかフォルダーのパスを指定してください",
+ "Wrong path, file/folder doesn't exist" : "パスが間違っています。ファイル/フォルダーがありません",
+ "Please specify a valid user" : "正しいユーザーを指定してください",
+ "Group sharing is disabled by the administrator" : "グループ共有が管理者によって無効にされています。",
+ "Please specify a valid group" : "正しいグループを指定してください",
+ "Public link sharing is disabled by the administrator" : "URL共有が管理者によって無効されています。",
+ "Public upload disabled by the administrator" : "URL共有へのアップロードが管理者によって無効されています。",
+ "Public upload is only possible for publicly shared folders" : "公開共有されているフォルダーにしか公開アップロードはできません。",
+ "Invalid date, date format must be YYYY-MM-DD" : "無効な日付です。YYYY-MM-DDのフォーマットで日付を指定してください。",
+ "Sharing %s failed because the back end does not allow shares from type %s" : "%s の共有に失敗しました。バックエンド側で %s タイプの共有が許可されていません。",
+ "Unknown share type" : "不明な共有タイプ",
+ "Not a directory" : "ディレクトリではありません",
+ "Could not lock path" : "パスをロックできませんでした",
+ "Can't change permissions for public share links" : "URLリンク共有のパーミッションを変更できません",
+ "Wrong or no update parameter given" : "間違っている、もしくはパラメータが更新されていません",
+ "Cannot increase permissions" : "パーミッションを追加できません",
"Shared with you" : "他ユーザーがあなたと共有中",
"Shared with others" : "他ユーザーと共有中",
"Shared by link" : "URLリンクで共有中",
diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json
index a7adc456d9f..bed19ba3db1 100644
--- a/apps/files_sharing/l10n/ja.json
+++ b/apps/files_sharing/l10n/ja.json
@@ -6,6 +6,25 @@
"Could not authenticate to remote share, password might be wrong" : "リモート共有が認証できませんでした,パスワードが間違っているかもしれません",
"Storage not valid" : "ストレージが無効です",
"Couldn't add remote share" : "リモート共有を追加できませんでした",
+ "Share API is disabled" : "共有APIが無効です。",
+ "Wrong share ID, share doesn't exist" : "共有IDが間違っています。共有がありません。",
+ "Could not delete share" : "共有を削除できませんでした",
+ "Please specify a file or folder path" : "ファイルかフォルダーのパスを指定してください",
+ "Wrong path, file/folder doesn't exist" : "パスが間違っています。ファイル/フォルダーがありません",
+ "Please specify a valid user" : "正しいユーザーを指定してください",
+ "Group sharing is disabled by the administrator" : "グループ共有が管理者によって無効にされています。",
+ "Please specify a valid group" : "正しいグループを指定してください",
+ "Public link sharing is disabled by the administrator" : "URL共有が管理者によって無効されています。",
+ "Public upload disabled by the administrator" : "URL共有へのアップロードが管理者によって無効されています。",
+ "Public upload is only possible for publicly shared folders" : "公開共有されているフォルダーにしか公開アップロードはできません。",
+ "Invalid date, date format must be YYYY-MM-DD" : "無効な日付です。YYYY-MM-DDのフォーマットで日付を指定してください。",
+ "Sharing %s failed because the back end does not allow shares from type %s" : "%s の共有に失敗しました。バックエンド側で %s タイプの共有が許可されていません。",
+ "Unknown share type" : "不明な共有タイプ",
+ "Not a directory" : "ディレクトリではありません",
+ "Could not lock path" : "パスをロックできませんでした",
+ "Can't change permissions for public share links" : "URLリンク共有のパーミッションを変更できません",
+ "Wrong or no update parameter given" : "間違っている、もしくはパラメータが更新されていません",
+ "Cannot increase permissions" : "パーミッションを追加できません",
"Shared with you" : "他ユーザーがあなたと共有中",
"Shared with others" : "他ユーザーと共有中",
"Shared by link" : "URLリンクで共有中",
diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js
index 0b457da4946..0e95059efe4 100644
--- a/apps/files_sharing/l10n/nl.js
+++ b/apps/files_sharing/l10n/nl.js
@@ -9,6 +9,14 @@ OC.L10N.register(
"Storage not valid" : "Opslag ongeldig",
"Couldn't add remote share" : "Kon geen externe share toevoegen",
"Share API is disabled" : "Delen API is uitgeschakeld",
+ "Could not delete share" : "Kon share niet verwijderen",
+ "Please specify a valid user" : "Geef een geldige gebruiker op",
+ "Please specify a valid group" : "Geef een geldige groep op",
+ "Public upload disabled by the administrator" : "Publieke upload uitgeschakeld door de systeembeheerder",
+ "Public upload is only possible for publicly shared folders" : "Publieke upload is alleen mogelijk voor publiek gedeelde mappen",
+ "Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, datumnotatie moet in de vorm YYYY-MM-DD",
+ "Wrong or no update parameter given" : "Verkeerde of geen update parameter gegeven",
+ "Cannot increase permissions" : "Kan de rechten niet verruimen",
"Shared with you" : "Gedeeld met u",
"Shared with others" : "Gedeeld door u",
"Shared by link" : "Gedeeld via een link",
diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json
index 0fa5d9677d8..0ff9505ad79 100644
--- a/apps/files_sharing/l10n/nl.json
+++ b/apps/files_sharing/l10n/nl.json
@@ -7,6 +7,14 @@
"Storage not valid" : "Opslag ongeldig",
"Couldn't add remote share" : "Kon geen externe share toevoegen",
"Share API is disabled" : "Delen API is uitgeschakeld",
+ "Could not delete share" : "Kon share niet verwijderen",
+ "Please specify a valid user" : "Geef een geldige gebruiker op",
+ "Please specify a valid group" : "Geef een geldige groep op",
+ "Public upload disabled by the administrator" : "Publieke upload uitgeschakeld door de systeembeheerder",
+ "Public upload is only possible for publicly shared folders" : "Publieke upload is alleen mogelijk voor publiek gedeelde mappen",
+ "Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, datumnotatie moet in de vorm YYYY-MM-DD",
+ "Wrong or no update parameter given" : "Verkeerde of geen update parameter gegeven",
+ "Cannot increase permissions" : "Kan de rechten niet verruimen",
"Shared with you" : "Gedeeld met u",
"Shared with others" : "Gedeeld door u",
"Shared by link" : "Gedeeld via een link",
diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js
index 85f514f0ef4..e6429bdb394 100644
--- a/apps/files_sharing/l10n/pt_BR.js
+++ b/apps/files_sharing/l10n/pt_BR.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Sharing %s failed because the back end does not allow shares from type %s" : "O compartilhando %s falhou porque o backend não permite ações de tipo %s",
"Unknown share type" : "Tipo de compartilhamento desconhecido",
"Not a directory" : "Não é um diretório",
+ "Could not lock path" : "Não foi possível bloquear o caminho",
"Can't change permissions for public share links" : "Não é possível alterar permissões para compartilhar links públicos",
"Wrong or no update parameter given" : "Está errado ou nenhum parâmetro de atualização foi fornecido",
"Cannot increase permissions" : "Não pode haver aumento de permissões",
diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json
index 2b6769e9aca..75e9d6e8318 100644
--- a/apps/files_sharing/l10n/pt_BR.json
+++ b/apps/files_sharing/l10n/pt_BR.json
@@ -21,6 +21,7 @@
"Sharing %s failed because the back end does not allow shares from type %s" : "O compartilhando %s falhou porque o backend não permite ações de tipo %s",
"Unknown share type" : "Tipo de compartilhamento desconhecido",
"Not a directory" : "Não é um diretório",
+ "Could not lock path" : "Não foi possível bloquear o caminho",
"Can't change permissions for public share links" : "Não é possível alterar permissões para compartilhar links públicos",
"Wrong or no update parameter given" : "Está errado ou nenhum parâmetro de atualização foi fornecido",
"Cannot increase permissions" : "Não pode haver aumento de permissões",
diff --git a/apps/files_sharing/l10n/sq.js b/apps/files_sharing/l10n/sq.js
index f97bbbb3b7e..c94c089917c 100644
--- a/apps/files_sharing/l10n/sq.js
+++ b/apps/files_sharing/l10n/sq.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Sharing %s failed because the back end does not allow shares from type %s" : "Ndarja e %s dështoi, ngaqë pjesa përgjegjëse e shërbyesit nuk lejon ndarje prej llojit %s",
"Unknown share type" : "Lloj i panjohur ndarjesh",
"Not a directory" : "S’është drejtori",
+ "Could not lock path" : "S’u kyç dot shtegu",
"Can't change permissions for public share links" : "S’mund të ndryshohen lejet për lidhje ndarjesh publike",
"Wrong or no update parameter given" : "Ose u dha parametër i gabuar përditësimesh, pse s’u dha fare ",
"Cannot increase permissions" : "S’mund të fuqizohen lejet",
diff --git a/apps/files_sharing/l10n/sq.json b/apps/files_sharing/l10n/sq.json
index 1dd8b7e462c..f55d83f095a 100644
--- a/apps/files_sharing/l10n/sq.json
+++ b/apps/files_sharing/l10n/sq.json
@@ -21,6 +21,7 @@
"Sharing %s failed because the back end does not allow shares from type %s" : "Ndarja e %s dështoi, ngaqë pjesa përgjegjëse e shërbyesit nuk lejon ndarje prej llojit %s",
"Unknown share type" : "Lloj i panjohur ndarjesh",
"Not a directory" : "S’është drejtori",
+ "Could not lock path" : "S’u kyç dot shtegu",
"Can't change permissions for public share links" : "S’mund të ndryshohen lejet për lidhje ndarjesh publike",
"Wrong or no update parameter given" : "Ose u dha parametër i gabuar përditësimesh, pse s’u dha fare ",
"Cannot increase permissions" : "S’mund të fuqizohen lejet",
diff --git a/apps/systemtags/l10n/ja.js b/apps/systemtags/l10n/ja.js
index 34fbf744043..125e2a434cb 100644
--- a/apps/systemtags/l10n/ja.js
+++ b/apps/systemtags/l10n/ja.js
@@ -1,21 +1,28 @@
OC.L10N.register(
"systemtags",
{
+ "Tags" : "タグ",
+ "Tagged files" : "タグ済ファイル",
+ "Select tags to filter by" : "フィルターするタグを選択してください",
+ "Please select tags to filter by" : "フィルターするタグを入力してください",
+ "No files found for the selected tags" : "そのタグに割りあてられているファイルはありません",
"<strong>System tags</strong> for a file have been modified" : "ファイルの<strong>タグ</strong> が更新されています",
+ "You assigned system tag %3$s" : "%3$s タグを追加",
"%1$s assigned system tag %3$s" : "%1$s が タグ %3$s を追加",
+ "You unassigned system tag %3$s" : "%3$s タグを解除",
"%1$s unassigned system tag %3$s" : "%1$s が タグ %3$s を解除",
+ "You created system tag %2$s" : "%2$s タグを作成 ",
"%1$s created system tag %2$s" : "%1$s が %2$s タグを作成 ",
+ "You deleted system tag %2$s" : "%2$s タグを削除",
"%1$s deleted system tag %2$s" : "%1$s が %2$s タグを削除",
+ "You updated system tag %3$s to %2$s" : "タグを %3$s から %2$s に更新",
"%1$s updated system tag %3$s to %2$s" : "%1$s が タグを %3$s から %2$s に更新",
+ "You assigned system tag %3$s to %2$s" : "%2$s に タグ %3$s を追加",
"%1$s assigned system tag %3$s to %2$s" : "%1$s は、%2$s に タグ %3$s を追加",
+ "You unassigned system tag %3$s from %2$s" : "%2$s から タグ %3$s を解除",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s は%2$s から タグ %3$s を解除",
"%s (not-assignable)" : "%s (追加できない)",
"%s (invisible)" : "%s (不可視)",
- "Tags" : "タグ",
- "Tagged files" : "タグ済ファイル",
- "Select tags to filter by" : "フィルターするタグを選択してください",
- "Please select tags to filter by" : "フィルターするタグを入力してください",
- "No files found for the selected tags" : "そのタグに割りあてられているファイルはありません",
"No files in here" : "ファイルがありません",
"No entries found in this folder" : "このフォルダーにはエントリーがありません",
"Name" : "名前",
diff --git a/apps/systemtags/l10n/ja.json b/apps/systemtags/l10n/ja.json
index a36929163c3..0b4aff337ca 100644
--- a/apps/systemtags/l10n/ja.json
+++ b/apps/systemtags/l10n/ja.json
@@ -1,19 +1,26 @@
{ "translations": {
+ "Tags" : "タグ",
+ "Tagged files" : "タグ済ファイル",
+ "Select tags to filter by" : "フィルターするタグを選択してください",
+ "Please select tags to filter by" : "フィルターするタグを入力してください",
+ "No files found for the selected tags" : "そのタグに割りあてられているファイルはありません",
"<strong>System tags</strong> for a file have been modified" : "ファイルの<strong>タグ</strong> が更新されています",
+ "You assigned system tag %3$s" : "%3$s タグを追加",
"%1$s assigned system tag %3$s" : "%1$s が タグ %3$s を追加",
+ "You unassigned system tag %3$s" : "%3$s タグを解除",
"%1$s unassigned system tag %3$s" : "%1$s が タグ %3$s を解除",
+ "You created system tag %2$s" : "%2$s タグを作成 ",
"%1$s created system tag %2$s" : "%1$s が %2$s タグを作成 ",
+ "You deleted system tag %2$s" : "%2$s タグを削除",
"%1$s deleted system tag %2$s" : "%1$s が %2$s タグを削除",
+ "You updated system tag %3$s to %2$s" : "タグを %3$s から %2$s に更新",
"%1$s updated system tag %3$s to %2$s" : "%1$s が タグを %3$s から %2$s に更新",
+ "You assigned system tag %3$s to %2$s" : "%2$s に タグ %3$s を追加",
"%1$s assigned system tag %3$s to %2$s" : "%1$s は、%2$s に タグ %3$s を追加",
+ "You unassigned system tag %3$s from %2$s" : "%2$s から タグ %3$s を解除",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s は%2$s から タグ %3$s を解除",
"%s (not-assignable)" : "%s (追加できない)",
"%s (invisible)" : "%s (不可視)",
- "Tags" : "タグ",
- "Tagged files" : "タグ済ファイル",
- "Select tags to filter by" : "フィルターするタグを選択してください",
- "Please select tags to filter by" : "フィルターするタグを入力してください",
- "No files found for the selected tags" : "そのタグに割りあてられているファイルはありません",
"No files in here" : "ファイルがありません",
"No entries found in this folder" : "このフォルダーにはエントリーがありません",
"Name" : "名前",
diff --git a/apps/systemtags/l10n/nl.js b/apps/systemtags/l10n/nl.js
index 4ccd217e803..7562a797e98 100644
--- a/apps/systemtags/l10n/nl.js
+++ b/apps/systemtags/l10n/nl.js
@@ -1,21 +1,27 @@
OC.L10N.register(
"systemtags",
{
+ "Tags" : "Tags",
+ "Tagged files" : "Getagde bestanden",
+ "Select tags to filter by" : "Selecteer tags om op te filteren",
+ "Please select tags to filter by" : "Selecteer tags om op te filteren",
+ "No files found for the selected tags" : "Geen bestanden gevonden voor de geselecteerde tags",
"<strong>System tags</strong> for a file have been modified" : "<strong>Systeem tags</strong> voor een bestand zijn gewijzigd",
+ "You assigned system tag %3$s" : "Je wees systeem tag %3$s toe",
"%1$s assigned system tag %3$s" : "%1$s wees systeem tag %3$s toe",
+ "You unassigned system tag %3$s" : "Je maakte toewijzing systeem tag %3$s ongedaan",
"%1$s unassigned system tag %3$s" : "%1$s verwijderde systeem tag %3$s",
+ "You created system tag %2$s" : "Je creëerde systeem tag %2$s",
"%1$s created system tag %2$s" : "%1$s creëerde systeem tag %2$s",
+ "You deleted system tag %2$s" : "Je verwijderde systeem tag %2$s",
"%1$s deleted system tag %2$s" : "%1$s verwijderde systeem tag %2$s van het systeem",
"%1$s updated system tag %3$s to %2$s" : "%1$s hernoemde systeem tag %3$s naar %2$s",
+ "You assigned system tag %3$s to %2$s" : "Je wees systeem tag %3$s aan %2$s toe",
"%1$s assigned system tag %3$s to %2$s" : "%1$s wees systeem tag %3$s aan %2$s toe",
+ "You unassigned system tag %3$s from %2$s" : "Je maakte toewijzing systeem tag %3$s van %2$s ongedaan",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s verwijderde systeem tag %3$s van %2$s",
"%s (not-assignable)" : "%s (niet toewijsbaar)",
"%s (invisible)" : "%s (onzichtbaar)",
- "Tags" : "Tags",
- "Tagged files" : "Getagde bestanden",
- "Select tags to filter by" : "Selecteer tags om op te filteren",
- "Please select tags to filter by" : "Selecteer tags om op te filteren",
- "No files found for the selected tags" : "Geen bestanden gevonden voor de geselecteerde tags",
"No files in here" : "Hier geen bestanden",
"No entries found in this folder" : "Niets gevonden in deze map",
"Name" : "Naam",
diff --git a/apps/systemtags/l10n/nl.json b/apps/systemtags/l10n/nl.json
index b81cdf33685..30396e0a514 100644
--- a/apps/systemtags/l10n/nl.json
+++ b/apps/systemtags/l10n/nl.json
@@ -1,19 +1,25 @@
{ "translations": {
+ "Tags" : "Tags",
+ "Tagged files" : "Getagde bestanden",
+ "Select tags to filter by" : "Selecteer tags om op te filteren",
+ "Please select tags to filter by" : "Selecteer tags om op te filteren",
+ "No files found for the selected tags" : "Geen bestanden gevonden voor de geselecteerde tags",
"<strong>System tags</strong> for a file have been modified" : "<strong>Systeem tags</strong> voor een bestand zijn gewijzigd",
+ "You assigned system tag %3$s" : "Je wees systeem tag %3$s toe",
"%1$s assigned system tag %3$s" : "%1$s wees systeem tag %3$s toe",
+ "You unassigned system tag %3$s" : "Je maakte toewijzing systeem tag %3$s ongedaan",
"%1$s unassigned system tag %3$s" : "%1$s verwijderde systeem tag %3$s",
+ "You created system tag %2$s" : "Je creëerde systeem tag %2$s",
"%1$s created system tag %2$s" : "%1$s creëerde systeem tag %2$s",
+ "You deleted system tag %2$s" : "Je verwijderde systeem tag %2$s",
"%1$s deleted system tag %2$s" : "%1$s verwijderde systeem tag %2$s van het systeem",
"%1$s updated system tag %3$s to %2$s" : "%1$s hernoemde systeem tag %3$s naar %2$s",
+ "You assigned system tag %3$s to %2$s" : "Je wees systeem tag %3$s aan %2$s toe",
"%1$s assigned system tag %3$s to %2$s" : "%1$s wees systeem tag %3$s aan %2$s toe",
+ "You unassigned system tag %3$s from %2$s" : "Je maakte toewijzing systeem tag %3$s van %2$s ongedaan",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s verwijderde systeem tag %3$s van %2$s",
"%s (not-assignable)" : "%s (niet toewijsbaar)",
"%s (invisible)" : "%s (onzichtbaar)",
- "Tags" : "Tags",
- "Tagged files" : "Getagde bestanden",
- "Select tags to filter by" : "Selecteer tags om op te filteren",
- "Please select tags to filter by" : "Selecteer tags om op te filteren",
- "No files found for the selected tags" : "Geen bestanden gevonden voor de geselecteerde tags",
"No files in here" : "Hier geen bestanden",
"No entries found in this folder" : "Niets gevonden in deze map",
"Name" : "Naam",
diff --git a/apps/user_ldap/l10n/ro.js b/apps/user_ldap/l10n/ro.js
index cb3a126fe6f..292deb7ec63 100644
--- a/apps/user_ldap/l10n/ro.js
+++ b/apps/user_ldap/l10n/ro.js
@@ -7,7 +7,9 @@ OC.L10N.register(
"No action specified" : "Nu este specificata nici o acţiune ",
"No configuration specified" : "Nu este specificata nici o configurare ",
"No data specified" : "Nici o dată specificată",
+ " Could not set configuration %s" : "Nu a putut fi setată configurația %s",
"Action does not exist" : "Acțiunea nu există",
+ "Testing configuration…" : "Se testează configurația...",
"Configuration incorrect" : "Configuraţie incorecta ",
"Configuration incomplete" : "Configuraţie incompleta ",
"Configuration OK" : "Configuraţie valida",
diff --git a/apps/user_ldap/l10n/ro.json b/apps/user_ldap/l10n/ro.json
index c84722f88ba..1992542fd88 100644
--- a/apps/user_ldap/l10n/ro.json
+++ b/apps/user_ldap/l10n/ro.json
@@ -5,7 +5,9 @@
"No action specified" : "Nu este specificata nici o acţiune ",
"No configuration specified" : "Nu este specificata nici o configurare ",
"No data specified" : "Nici o dată specificată",
+ " Could not set configuration %s" : "Nu a putut fi setată configurația %s",
"Action does not exist" : "Acțiunea nu există",
+ "Testing configuration…" : "Se testează configurația...",
"Configuration incorrect" : "Configuraţie incorecta ",
"Configuration incomplete" : "Configuraţie incompleta ",
"Configuration OK" : "Configuraţie valida",