summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-12 02:07:10 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-12 02:07:10 +0200
commitb7611430471249d4b847cdd53d047f829617a277 (patch)
treea16619c69f7fc8a2199be39f60568235c21fbe36 /core
parentee28e35ba93032a3d43601c030d3d44df9b092f0 (diff)
downloadnextcloud-server-b7611430471249d4b847cdd53d047f829617a277.tar.gz
nextcloud-server-b7611430471249d4b847cdd53d047f829617a277.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r--core/l10n/fi_FI.php10
-rw-r--r--core/l10n/pt_PT.php28
-rw-r--r--core/l10n/ru_RU.php2
-rw-r--r--core/l10n/zh_CN.GB2312.php27
4 files changed, 67 insertions, 0 deletions
diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php
index a11ec5033c0..a1856067310 100644
--- a/core/l10n/fi_FI.php
+++ b/core/l10n/fi_FI.php
@@ -22,18 +22,28 @@
"Ok" => "Ok",
"No categories selected for deletion." => "Luokkia ei valittu poistettavaksi.",
"Error" => "Virhe",
+"Error while sharing" => "Virhe jaettaessa",
+"Error while unsharing" => "Virhe jakoa peruttaessa",
"Error while changing permissions" => "Virhe oikeuksia muuttaessa",
+"Shared with you and the group" => "Jaettu sinulle ja ryhmälle",
+"Share with link" => "Jaa linkillä",
"Password protect" => "Suojaa salasanalla",
"Password" => "Salasana",
"Set expiration date" => "Aseta päättymispäivä",
"Expiration date" => "Päättymispäivä",
+"Share via email:" => "Jaa sähköpostilla:",
+"No people found" => "Henkilöitä ei löytynyt",
"Resharing is not allowed" => "Jakaminen uudelleen ei ole salittu",
+"with" => "kanssa",
+"Unshare" => "Peru jakaminen",
"can edit" => "voi muokata",
+"access control" => "Pääsyn hallinta",
"create" => "luo",
"update" => "päivitä",
"delete" => "poista",
"share" => "jaa",
"Password protected" => "Salasanasuojattu",
+"Error unsetting expiration date" => "Virhe purettaessa eräpäivää",
"Error setting expiration date" => "Virhe päättymispäivää asettaessa",
"ownCloud password reset" => "ownCloud-salasanan nollaus",
"Use the following link to reset your password: {link}" => "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}",
diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php
index 4ab9958f430..d483d087103 100644
--- a/core/l10n/pt_PT.php
+++ b/core/l10n/pt_PT.php
@@ -15,13 +15,40 @@
"October" => "Outubro",
"November" => "Novembro",
"December" => "Dezembro",
+"Choose" => "Escolha",
"Cancel" => "Cancelar",
"No" => "Não",
"Yes" => "Sim",
"Ok" => "Ok",
"No categories selected for deletion." => "Nenhuma categoria seleccionar para eliminar",
"Error" => "Erro",
+"Error while sharing" => "Erro ao partilhar",
+"Error while unsharing" => "Erro ao deixar de partilhar",
+"Error while changing permissions" => "Erro ao mudar permissões",
+"Shared with you and the group" => "Partilhado consigo e o grupo",
+"by" => "por",
+"Shared with you by" => "Partilhado consigo por",
+"Share with" => "Partilhar com",
+"Share with link" => "Partilhar com link",
+"Password protect" => "Proteger com palavra-passe",
"Password" => "Palavra chave",
+"Set expiration date" => "Especificar data de expiração",
+"Expiration date" => "Data de expiração",
+"Share via email:" => "Partilhar via email:",
+"No people found" => "Não foi encontrado ninguém",
+"Resharing is not allowed" => "Não é permitido partilhar de novo",
+"Shared in" => "Partilhado em",
+"with" => "com",
+"Unshare" => "Deixar de partilhar",
+"can edit" => "pode editar",
+"access control" => "Controlo de acesso",
+"create" => "criar",
+"update" => "actualizar",
+"delete" => "apagar",
+"share" => "partilhar",
+"Password protected" => "Protegido com palavra-passe",
+"Error unsetting expiration date" => "Erro ao retirar a data de expiração",
+"Error setting expiration date" => "Erro ao aplicar a data de expiração",
"ownCloud password reset" => "Reposição da password ownCloud",
"Use the following link to reset your password: {link}" => "Use o seguinte endereço para repor a sua password: {link}",
"You will receive a link to reset your password via Email." => "Vai receber um endereço para repor a sua password",
@@ -50,6 +77,7 @@
"Database user" => "Utilizador da base de dados",
"Database password" => "Password da base de dados",
"Database name" => "Nome da base de dados",
+"Database tablespace" => "Tablespace da base de dados",
"Database host" => "Host da base de dados",
"Finish setup" => "Acabar instalação",
"web services under your control" => "serviços web sob o seu controlo",
diff --git a/core/l10n/ru_RU.php b/core/l10n/ru_RU.php
index be86bb2ea59..60e15b996ec 100644
--- a/core/l10n/ru_RU.php
+++ b/core/l10n/ru_RU.php
@@ -31,8 +31,10 @@
"Set expiration date" => "Установить срок действия",
"Expiration date" => "Дата истечения срока действия",
"No people found" => "Не найдено людей",
+"Resharing is not allowed" => "Рекурсивный общий доступ не разрешен",
"with" => "с",
"Unshare" => "Отключить общий доступ",
+"can edit" => "возможно редактирование",
"access control" => "контроль доступа",
"create" => "создать",
"update" => "обновить",
diff --git a/core/l10n/zh_CN.GB2312.php b/core/l10n/zh_CN.GB2312.php
index de437cf2e4c..2f87278bf58 100644
--- a/core/l10n/zh_CN.GB2312.php
+++ b/core/l10n/zh_CN.GB2312.php
@@ -15,13 +15,40 @@
"October" => "十月",
"November" => "十一月",
"December" => "十二月",
+"Choose" => "选择",
"Cancel" => "取消",
"No" => "否",
"Yes" => "是",
"Ok" => "好的",
"No categories selected for deletion." => "没有选者要删除的分类.",
"Error" => "错误",
+"Error while sharing" => "分享出错",
+"Error while unsharing" => "取消分享出错",
+"Error while changing permissions" => "变更权限出错",
+"Shared with you and the group" => "与您和小组成员分享",
+"by" => "由",
+"Shared with you by" => "与您的分享,由",
+"Share with" => "分享",
+"Share with link" => "分享链接",
+"Password protect" => "密码保护",
"Password" => "密码",
+"Set expiration date" => "设置失效日期",
+"Expiration date" => "失效日期",
+"Share via email:" => "通过电子邮件分享:",
+"No people found" => "查无此人",
+"Resharing is not allowed" => "不允许重复分享",
+"Shared in" => "分享在",
+"with" => "与",
+"Unshare" => "取消分享",
+"can edit" => "可编辑",
+"access control" => "访问控制",
+"create" => "创建",
+"update" => "更新",
+"delete" => "删除",
+"share" => "分享",
+"Password protected" => "密码保护",
+"Error unsetting expiration date" => "取消设置失效日期出错",
+"Error setting expiration date" => "设置失效日期出错",
"ownCloud password reset" => "私有云密码重置",
"Use the following link to reset your password: {link}" => "使用下面的链接来重置你的密码:{link}",
"You will receive a link to reset your password via Email." => "你将会收到一个重置密码的链接",