[tx-robot] updated from transifex
This commit is contained in:
parent
0dad6d59b8
commit
9c0a0c854a
13
l10n/da.php
13
l10n/da.php
@ -1,4 +1,15 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Close" => "Luk",
|
||||
"No people found" => "Ingen personer fundet"
|
||||
"Invite" => "Inviter",
|
||||
"Users in session:" => "Brugere i møde:",
|
||||
"Failed to load documents." => "Kunne ikke hente dokumenterne. ",
|
||||
"No people found" => "Ingen personer fundet",
|
||||
"Remove from the list" => "Fjern fra listen",
|
||||
"Sent" => "Sent",
|
||||
"Declined" => "Afvist",
|
||||
"Accepted" => "Accepteret",
|
||||
"Incoming" => "Indgående",
|
||||
"Documents" => "Dokumenter",
|
||||
"Advanced feature-set" => "Avancerede funktioner",
|
||||
"(Unstable)" => "(Ustabil)"
|
||||
);
|
||||
|
@ -3,13 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Sappe, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-08-28 17:33-0400\n"
|
||||
"PO-Revision-Date: 2013-08-28 21:33+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-09-01 11:40-0400\n"
|
||||
"PO-Revision-Date: 2013-09-01 15:40+0000\n"
|
||||
"Last-Translator: Sappe\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -17,54 +18,54 @@ msgstr ""
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: js/documents.js:45
|
||||
#: js/documents.js:43
|
||||
msgid "Close"
|
||||
msgstr "Luk"
|
||||
|
||||
#: js/documents.js:48
|
||||
#: js/documents.js:46
|
||||
msgid "Invite"
|
||||
msgstr ""
|
||||
msgstr "Inviter"
|
||||
|
||||
#: js/documents.js:134
|
||||
#: js/documents.js:127
|
||||
msgid "Users in session:"
|
||||
msgstr ""
|
||||
msgstr "Brugere i møde:"
|
||||
|
||||
#: js/documents.js:190
|
||||
#: js/documents.js:183
|
||||
msgid "Failed to load documents."
|
||||
msgstr ""
|
||||
msgstr "Kunne ikke hente dokumenterne. "
|
||||
|
||||
#: js/documents.js:286
|
||||
#: js/documents.js:279
|
||||
msgid "No people found"
|
||||
msgstr "Ingen personer fundet"
|
||||
|
||||
#: js/documents.js:295
|
||||
#: js/documents.js:288
|
||||
msgid "Remove from the list"
|
||||
msgstr ""
|
||||
msgstr "Fjern fra listen"
|
||||
|
||||
#: lib/invite.php:64
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
msgstr "Sent"
|
||||
|
||||
#: lib/invite.php:65 lib/invite.php:75
|
||||
msgid "Declined"
|
||||
msgstr ""
|
||||
msgstr "Afvist"
|
||||
|
||||
#: lib/invite.php:66 lib/invite.php:76
|
||||
msgid "Accepted"
|
||||
msgstr ""
|
||||
msgstr "Accepteret"
|
||||
|
||||
#: lib/invite.php:74
|
||||
msgid "Incoming"
|
||||
msgstr ""
|
||||
msgstr "Indgående"
|
||||
|
||||
#: templates/settings.php:2
|
||||
msgid "Documents"
|
||||
msgstr ""
|
||||
msgstr "Dokumenter"
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid "Advanced feature-set"
|
||||
msgstr ""
|
||||
msgstr "Avancerede funktioner"
|
||||
|
||||
#: templates/settings.php:13
|
||||
msgid "(Unstable)"
|
||||
msgstr ""
|
||||
msgstr "(Ustabil)"
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud documents 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-08-31 14:09-0400\n"
|
||||
"POT-Creation-Date: 2013-09-01 11:40-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -1,4 +1,15 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Close" => " 關閉",
|
||||
"No people found" => "沒有找到任何人"
|
||||
"Invite" => "邀請",
|
||||
"Users in session:" => "上線的使用者:",
|
||||
"Failed to load documents." => "載入文件失敗",
|
||||
"No people found" => "沒有找到任何人",
|
||||
"Remove from the list" => "從清單移除",
|
||||
"Sent" => "已送出",
|
||||
"Declined" => "已拒絕",
|
||||
"Accepted" => "以接受",
|
||||
"Incoming" => "新進的",
|
||||
"Documents" => "文件",
|
||||
"Advanced feature-set" => "進階功能",
|
||||
"(Unstable)" => "(不穩定)"
|
||||
);
|
||||
|
@ -3,13 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# pellaeon <nfsmwlin@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-08-28 17:33-0400\n"
|
||||
"PO-Revision-Date: 2013-08-28 21:33+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-09-01 11:40-0400\n"
|
||||
"PO-Revision-Date: 2013-09-01 13:20+0000\n"
|
||||
"Last-Translator: pellaeon <nfsmwlin@gmail.com>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -17,54 +18,54 @@ msgstr ""
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: js/documents.js:45
|
||||
#: js/documents.js:43
|
||||
msgid "Close"
|
||||
msgstr " 關閉"
|
||||
|
||||
#: js/documents.js:48
|
||||
#: js/documents.js:46
|
||||
msgid "Invite"
|
||||
msgstr ""
|
||||
msgstr "邀請"
|
||||
|
||||
#: js/documents.js:134
|
||||
#: js/documents.js:127
|
||||
msgid "Users in session:"
|
||||
msgstr ""
|
||||
msgstr "上線的使用者:"
|
||||
|
||||
#: js/documents.js:190
|
||||
#: js/documents.js:183
|
||||
msgid "Failed to load documents."
|
||||
msgstr ""
|
||||
msgstr "載入文件失敗"
|
||||
|
||||
#: js/documents.js:286
|
||||
#: js/documents.js:279
|
||||
msgid "No people found"
|
||||
msgstr "沒有找到任何人"
|
||||
|
||||
#: js/documents.js:295
|
||||
#: js/documents.js:288
|
||||
msgid "Remove from the list"
|
||||
msgstr ""
|
||||
msgstr "從清單移除"
|
||||
|
||||
#: lib/invite.php:64
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
msgstr "已送出"
|
||||
|
||||
#: lib/invite.php:65 lib/invite.php:75
|
||||
msgid "Declined"
|
||||
msgstr ""
|
||||
msgstr "已拒絕"
|
||||
|
||||
#: lib/invite.php:66 lib/invite.php:76
|
||||
msgid "Accepted"
|
||||
msgstr ""
|
||||
msgstr "以接受"
|
||||
|
||||
#: lib/invite.php:74
|
||||
msgid "Incoming"
|
||||
msgstr ""
|
||||
msgstr "新進的"
|
||||
|
||||
#: templates/settings.php:2
|
||||
msgid "Documents"
|
||||
msgstr ""
|
||||
msgstr "文件"
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid "Advanced feature-set"
|
||||
msgstr ""
|
||||
msgstr "進階功能"
|
||||
|
||||
#: templates/settings.php:13
|
||||
msgid "(Unstable)"
|
||||
msgstr ""
|
||||
msgstr "(不穩定)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user