diff options
Diffstat (limited to 'apps/workflowengine/l10n')
-rw-r--r-- | apps/workflowengine/l10n/de.js | 2 | ||||
-rw-r--r-- | apps/workflowengine/l10n/de.json | 2 | ||||
-rw-r--r-- | apps/workflowengine/l10n/de_DE.js | 2 | ||||
-rw-r--r-- | apps/workflowengine/l10n/de_DE.json | 2 | ||||
-rw-r--r-- | apps/workflowengine/l10n/sr.js | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/sr.json | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.json | 1 |
8 files changed, 8 insertions, 4 deletions
diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js index 62e881e4ef4..dbd27d57688 100644 --- a/apps/workflowengine/l10n/de.js +++ b/apps/workflowengine/l10n/de.js @@ -20,7 +20,7 @@ OC.L10N.register( "is tagged with" : "hat den Tag", "is not tagged with" : "hat nicht den Tag", "Select tag…" : "Wähle einen Tag…", - "Request remote address" : "Entfernte Adresse anfordern", + "Request remote address" : "IP Adresse der Anfrage", "matches IPv4" : "entspricht IPv4", "does not match IPv4" : "entspricht nicht IPv4", "matches IPv6" : "entspricht IPv6", diff --git a/apps/workflowengine/l10n/de.json b/apps/workflowengine/l10n/de.json index 02ff5ca677c..44082676c9d 100644 --- a/apps/workflowengine/l10n/de.json +++ b/apps/workflowengine/l10n/de.json @@ -18,7 +18,7 @@ "is tagged with" : "hat den Tag", "is not tagged with" : "hat nicht den Tag", "Select tag…" : "Wähle einen Tag…", - "Request remote address" : "Entfernte Adresse anfordern", + "Request remote address" : "IP Adresse der Anfrage", "matches IPv4" : "entspricht IPv4", "does not match IPv4" : "entspricht nicht IPv4", "matches IPv6" : "entspricht IPv6", diff --git a/apps/workflowengine/l10n/de_DE.js b/apps/workflowengine/l10n/de_DE.js index 3389b9f3ccd..7c5d57348dc 100644 --- a/apps/workflowengine/l10n/de_DE.js +++ b/apps/workflowengine/l10n/de_DE.js @@ -20,7 +20,7 @@ OC.L10N.register( "is tagged with" : "hat den Tag", "is not tagged with" : "hat nicht den Tag", "Select tag…" : "Wählen Sie einen Tag…", - "Request remote address" : "Entfernte Adresse anfordern", + "Request remote address" : "IP Adresse der Anfrage", "matches IPv4" : "entspricht IPv4", "does not match IPv4" : "entspricht nicht IPv4", "matches IPv6" : "entspricht IPv6", diff --git a/apps/workflowengine/l10n/de_DE.json b/apps/workflowengine/l10n/de_DE.json index c04cec6f458..67ad8a30f63 100644 --- a/apps/workflowengine/l10n/de_DE.json +++ b/apps/workflowengine/l10n/de_DE.json @@ -18,7 +18,7 @@ "is tagged with" : "hat den Tag", "is not tagged with" : "hat nicht den Tag", "Select tag…" : "Wählen Sie einen Tag…", - "Request remote address" : "Entfernte Adresse anfordern", + "Request remote address" : "IP Adresse der Anfrage", "matches IPv4" : "entspricht IPv4", "does not match IPv4" : "entspricht nicht IPv4", "matches IPv6" : "entspricht IPv6", diff --git a/apps/workflowengine/l10n/sr.js b/apps/workflowengine/l10n/sr.js index 130cc0cdaea..9e89a23d3b6 100644 --- a/apps/workflowengine/l10n/sr.js +++ b/apps/workflowengine/l10n/sr.js @@ -1,6 +1,7 @@ OC.L10N.register( "workflowengine", { + "Group list is empty" : "Списак група је празан", "Unable to retrieve the group list" : "Није могуће дохватити списак група", "Saved" : "Снимљено", "Saving failed:" : "Снимање није успело:", diff --git a/apps/workflowengine/l10n/sr.json b/apps/workflowengine/l10n/sr.json index 1caf1695ba4..9fdd4bd2cf0 100644 --- a/apps/workflowengine/l10n/sr.json +++ b/apps/workflowengine/l10n/sr.json @@ -1,4 +1,5 @@ { "translations": { + "Group list is empty" : "Списак група је празан", "Unable to retrieve the group list" : "Није могуће дохватити списак група", "Saved" : "Снимљено", "Saving failed:" : "Снимање није успело:", diff --git a/apps/workflowengine/l10n/zh_CN.js b/apps/workflowengine/l10n/zh_CN.js index cf45cb709f9..a8d7e9556b6 100644 --- a/apps/workflowengine/l10n/zh_CN.js +++ b/apps/workflowengine/l10n/zh_CN.js @@ -1,6 +1,7 @@ OC.L10N.register( "workflowengine", { + "Group list is empty" : "小组列表空", "Unable to retrieve the group list" : "无法获取用户分组列表", "Saved" : "已保存", "Saving failed:" : "保存失败:", diff --git a/apps/workflowengine/l10n/zh_CN.json b/apps/workflowengine/l10n/zh_CN.json index 7eae6cc3cf8..a94709e423e 100644 --- a/apps/workflowengine/l10n/zh_CN.json +++ b/apps/workflowengine/l10n/zh_CN.json @@ -1,4 +1,5 @@ { "translations": { + "Group list is empty" : "小组列表空", "Unable to retrieve the group list" : "无法获取用户分组列表", "Saved" : "已保存", "Saving failed:" : "保存失败:", |