[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2014-04-25 00:43:31 -04:00
parent a452748f1c
commit 38e2aa7b32
13 changed files with 125 additions and 69 deletions

View File

@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Cancel" => "Kanseleer",
"Password" => "Wagwoord" "Password" => "Wagwoord"
); );

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-15 00:43-0400\n" "POT-Creation-Date: 2014-04-25 00:43-0400\n"
"PO-Revision-Date: 2014-04-15 04:43+0000\n" "PO-Revision-Date: 2014-04-24 12:53+0000\n"
"Last-Translator: I Robot\n" "Last-Translator: I Robot\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -119,7 +119,7 @@ msgstr ""
#: js/locale.js:8 #: js/locale.js:8
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr "Kanseleer"
#: js/locale.js:9 #: js/locale.js:9
msgid "Center" msgid "Center"

View File

@ -66,6 +66,7 @@
"openOffice/libreOffice is installed on this server" => "openOffice/libreOffice je nainstalováno na tomto serveru", "openOffice/libreOffice is installed on this server" => "openOffice/libreOffice je nainstalováno na tomto serveru",
"External" => "Externí", "External" => "Externí",
"openOffice/libreOffice is installed on another server" => "openOffice/libreOffice je nainstalováno na jiném serveru", "openOffice/libreOffice is installed on another server" => "openOffice/libreOffice je nainstalováno na jiném serveru",
"scheme://domain.tld[:port]" => "schéma://doména druhého řádu.doména prvního řádu[:port]",
"Server URL" => "URL serveru", "Server URL" => "URL serveru",
"Apply" => "Použít", "Apply" => "Použít",
"New document" => "Nový dokument", "New document" => "Nový dokument",

View File

@ -6,15 +6,16 @@
# Twiguard, 2013 # Twiguard, 2013
# liska_, 2013 # liska_, 2013
# svetlemodry <jaroslav@lichtblau.cz>, 2014 # svetlemodry <jaroslav@lichtblau.cz>, 2014
# xmorave2 <josef.moravec@gmail.com>, 2014
# cvanca <mrs.jenkins.oh.yeah@gmail.com>, 2013 # cvanca <mrs.jenkins.oh.yeah@gmail.com>, 2013
# pstast <petr@stastny.eu>, 2013-2014 # pstast <petr@stastny.eu>, 2013-2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-23 00:43-0400\n" "POT-Creation-Date: 2014-04-25 00:43-0400\n"
"PO-Revision-Date: 2014-04-22 19:20+0000\n" "PO-Revision-Date: 2014-04-24 12:32+0000\n"
"Last-Translator: svetlemodry <jaroslav@lichtblau.cz>\n" "Last-Translator: xmorave2 <josef.moravec@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -304,7 +305,7 @@ msgstr "openOffice/libreOffice je nainstalováno na jiném serveru"
#: templates/admin.php:21 #: templates/admin.php:21
msgid "scheme://domain.tld[:port]" msgid "scheme://domain.tld[:port]"
msgstr "" msgstr "schéma://doména druhého řádu.doména prvního řádu[:port]"
#: templates/admin.php:24 #: templates/admin.php:24
msgid "Server URL" msgid "Server URL"

View File

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Format filter server is down or misconfigured" => "El filtro de formato del servidor está caído o desconfigurado",
"Can't create document" => "No es posible crear el documento", "Can't create document" => "No es posible crear el documento",
"You don't have permission to rename this document" => "No tiene permiso para cambiar de nombre a este documento", "You don't have permission to rename this document" => "No tiene permiso para cambiar de nombre a este documento",
"Documents" => "Documentos", "Documents" => "Documentos",
@ -66,6 +67,7 @@
"openOffice/libreOffice is installed on this server" => "OpenOffice/LibreOffice está instalado en este servidor", "openOffice/libreOffice is installed on this server" => "OpenOffice/LibreOffice está instalado en este servidor",
"External" => "Externo", "External" => "Externo",
"openOffice/libreOffice is installed on another server" => "OpenOffice/LibreOffice está instalado en otro servidor", "openOffice/libreOffice is installed on another server" => "OpenOffice/LibreOffice está instalado en otro servidor",
"scheme://domain.tld[:port]" => "Esquema://dominio.tld[:puerto]",
"Server URL" => "URL del servidor", "Server URL" => "URL del servidor",
"Apply" => "Aplicar", "Apply" => "Aplicar",
"New document" => "Nuevo documento", "New document" => "Nuevo documento",

View File

@ -4,17 +4,19 @@
# #
# Translators: # Translators:
# Art O. Pal <artopal@fastmail.fm>, 2013-2014 # Art O. Pal <artopal@fastmail.fm>, 2013-2014
# Dharth <emilpg@gmail.com>, 2014
# Jose Luis Tirado <joseluis.tirado@gmail.com>, 2014 # Jose Luis Tirado <joseluis.tirado@gmail.com>, 2014
# juanman <juanma@kde.org.ar>, 2013 # juanman <juanma@kde.org.ar>, 2013
# plaguna <laguna.sanchez@gmail.com>, 2014
# Raul Fernandez Garcia <raulfg3@gmail.com>, 2013 # Raul Fernandez Garcia <raulfg3@gmail.com>, 2013
# saskarip <saskarip@gmail.com>, 2013 # saskarip <saskarip@gmail.com>, 2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-16 00:44-0400\n" "POT-Creation-Date: 2014-04-25 00:43-0400\n"
"PO-Revision-Date: 2014-04-15 05:10+0000\n" "PO-Revision-Date: 2014-04-24 22:10+0000\n"
"Last-Translator: Art O. Pal <artopal@fastmail.fm>\n" "Last-Translator: Dharth <emilpg@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -24,7 +26,7 @@ msgstr ""
#: ajax/admin.php:22 #: ajax/admin.php:22
msgid "Format filter server is down or misconfigured" msgid "Format filter server is down or misconfigured"
msgstr "" msgstr "El filtro de formato del servidor está caído o desconfigurado"
#: ajax/documentController.php:43 #: ajax/documentController.php:43
msgid "Can't create document" msgid "Can't create document"
@ -304,7 +306,7 @@ msgstr "OpenOffice/LibreOffice está instalado en otro servidor"
#: templates/admin.php:21 #: templates/admin.php:21
msgid "scheme://domain.tld[:port]" msgid "scheme://domain.tld[:port]"
msgstr "" msgstr "Esquema://dominio.tld[:puerto]"
#: templates/admin.php:24 #: templates/admin.php:24
msgid "Server URL" msgid "Server URL"

View File

@ -62,6 +62,7 @@
"Undo" => "Ennista", "Undo" => "Ennista",
"Unknown Author" => "Tundmatu autor", "Unknown Author" => "Tundmatu autor",
"Edit" => "Muuda", "Edit" => "Muuda",
"guest" => "külaline",
"Local" => "Kohalik", "Local" => "Kohalik",
"openOffice/libreOffice is installed on this server" => "openOffice/libreOffice on paigaldatud selles serveris", "openOffice/libreOffice is installed on this server" => "openOffice/libreOffice on paigaldatud selles serveris",
"External" => "Väline", "External" => "Väline",

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-15 00:43-0400\n" "POT-Creation-Date: 2014-04-25 00:43-0400\n"
"PO-Revision-Date: 2014-04-15 04:43+0000\n" "PO-Revision-Date: 2014-04-24 12:32+0000\n"
"Last-Translator: I Robot\n" "Last-Translator: pisike.sipelgas <pisike.sipelgas@gmail.com>\n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -281,7 +281,7 @@ msgstr "Muuda"
#: lib/db/member.php:32 #: lib/db/member.php:32
msgid "guest" msgid "guest"
msgstr "" msgstr "külaline"
#: templates/admin.php:8 #: templates/admin.php:8
msgid "Local" msgid "Local"

View File

@ -5,6 +5,7 @@
"Cancel" => "Cancellar", "Cancel" => "Cancellar",
"Create" => "Crear", "Create" => "Crear",
"Delete" => "Deler", "Delete" => "Deler",
"Open" => "Aperi",
"Size" => "Dimension", "Size" => "Dimension",
"Text" => "Texto", "Text" => "Texto",
"Edit" => "Modificar", "Edit" => "Modificar",

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-15 00:43-0400\n" "POT-Creation-Date: 2014-04-25 00:43-0400\n"
"PO-Revision-Date: 2014-04-15 04:43+0000\n" "PO-Revision-Date: 2014-04-24 13:01+0000\n"
"Last-Translator: I Robot\n" "Last-Translator: I Robot\n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -215,7 +215,7 @@ msgstr ""
#: js/locale.js:33 #: js/locale.js:33
msgid "Open" msgid "Open"
msgstr "" msgstr "Aperi"
#: js/locale.js:34 #: js/locale.js:34
msgid "Options" msgid "Options"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud documents 5.0.0\n" "Project-Id-Version: ownCloud documents 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-24 00:43-0400\n" "POT-Creation-Date: 2014-04-25 00:43-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,26 +1,72 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Can't create document" => "無法建立文件",
"You don't have permission to rename this document" => "您沒有重新命名的權限",
"Documents" => "文件", "Documents" => "文件",
"Share" => "分享", "Share" => "分享",
"Close" => " 關閉", "Close" => " 關閉",
"No connection to server. Trying to reconnect." => "未連接伺服器,嘗試連線中。",
"Save" => "儲存", "Save" => "儲存",
"Loading documents..." => "讀取文件中...",
"Failed to load documents." => "載入文件失敗", "Failed to load documents." => "載入文件失敗",
"No documents are found. Please upload or create a document!" => "找不到文件。請上傳或建立一個文件!",
"'.' is an invalid file name." => "'.' 是不合法的檔名", "'.' is an invalid file name." => "'.' 是不合法的檔名",
"File name cannot be empty." => "檔名不能為空", "File name cannot be empty." => "檔名不能為空",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元",
"Align Left" => "靠左對齊",
"Alignment" => "文字對齊",
"Align Right" => "靠右對齊",
"Annotate" => "註釋",
"Background" => "背景",
"Bold" => "粗體",
"Bottom" => "底部",
"Cancel" => "取消", "Cancel" => "取消",
"Center" => "中央",
"Clone" => "複製",
"Clone this Style" => "複製樣式",
"Color" => "色彩",
"Create" => "建立", "Create" => "建立",
"Decrease Indent" => "減少縮排",
"Default Style" => "預設樣式",
"Delete" => "刪除", "Delete" => "刪除",
"Family" => "親人", "Family" => "親人",
"Font" => "字型",
"Font Effects" => "字型效果",
"Format" => "格式",
"Increase Indent" => "增加縮排",
"Insert Image" => "插入圖片",
"Invite Members" => "邀請會員",
"Italic" => "斜體",
"Loading" => "載入中", "Loading" => "載入中",
"Members" => "會員",
"New Name:" => "新名稱:",
"OK" => "", "OK" => "",
"Open" => "開啟", "Open" => "開啟",
"Options" => "選項", "Options" => "選項",
"Paragraph..." => "段落...",
"Paragraph Styles" => "段落樣式",
"Redo" => "重做",
"Size" => "大小", "Size" => "大小",
"Style" => "樣式",
"Text" => "文字", "Text" => "文字",
"Top" => "頂端",
"Underline" => "下底線",
"Undo" => "復原",
"Unknown Author" => "作者不明",
"Edit" => "編輯", "Edit" => "編輯",
"guest" => "訪客",
"Local" => "本地",
"openOffice/libreOffice is installed on this server" => " openOffice/libreOffice 已安裝於本伺服器",
"External" => "外部",
"openOffice/libreOffice is installed on another server" => " openOffice/libreOffice 已安裝於其他伺服器",
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
"Server URL" => "伺服器網址",
"Apply" => "套用",
"New document" => "新文件",
"Upload" => "上傳", "Upload" => "上傳",
"Save new documents to" => "儲存新檔案至", "Save new documents to" => "儲存新檔案至",
"Wrong password. Please retry." => "密碼錯誤,請重新嘗試。",
"Password" => "密碼", "Password" => "密碼",
"Guest %s" => "訪客 %s",
"Advanced feature-set" => "進階功能", "Advanced feature-set" => "進階功能",
"(Unstable)" => "(不穩定)" "(Unstable)" => "(不穩定)"
); );

View File

@ -5,13 +5,14 @@
# Translators: # Translators:
# sy6614 <sy6614@yahoo.com.hk>, 2013 # sy6614 <sy6614@yahoo.com.hk>, 2013
# pellaeon <nfsmwlin@gmail.com>, 2013 # pellaeon <nfsmwlin@gmail.com>, 2013
# Flymok <transifex@flymok.net>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-15 00:43-0400\n" "POT-Creation-Date: 2014-04-25 00:43-0400\n"
"PO-Revision-Date: 2014-04-15 04:43+0000\n" "PO-Revision-Date: 2014-04-24 13:01+0000\n"
"Last-Translator: I Robot\n" "Last-Translator: Flymok <transifex@flymok.net>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -25,11 +26,11 @@ msgstr ""
#: ajax/documentController.php:43 #: ajax/documentController.php:43
msgid "Can't create document" msgid "Can't create document"
msgstr "" msgstr "無法建立文件"
#: ajax/documentController.php:82 #: ajax/documentController.php:82
msgid "You don't have permission to rename this document" msgid "You don't have permission to rename this document"
msgstr "" msgstr "您沒有重新命名的權限"
#: appinfo/app.php:34 templates/admin.php:3 templates/personal.php:2 #: appinfo/app.php:34 templates/admin.php:3 templates/personal.php:2
#: templates/settings.php:2 #: templates/settings.php:2
@ -46,7 +47,7 @@ msgstr " 關閉"
#: js/documents.js:124 #: js/documents.js:124
msgid "No connection to server. Trying to reconnect." msgid "No connection to server. Trying to reconnect."
msgstr "" msgstr "未連接伺服器,嘗試連線中。"
#: js/documents.js:191 #: js/documents.js:191
msgid "" msgid ""
@ -67,7 +68,7 @@ msgstr "儲存"
#: js/documents.js:576 templates/documents.php:31 #: js/documents.js:576 templates/documents.php:31
msgid "Loading documents..." msgid "Loading documents..."
msgstr "" msgstr "讀取文件中..."
#: js/documents.js:595 #: js/documents.js:595
msgid "Failed to load documents." msgid "Failed to load documents."
@ -75,7 +76,7 @@ msgstr "載入文件失敗"
#: js/documents.js:638 #: js/documents.js:638
msgid "No documents are found. Please upload or create a document!" msgid "No documents are found. Please upload or create a document!"
msgstr "" msgstr "找不到文件。請上傳或建立一個文件!"
#: js/documents.js:674 #: js/documents.js:674
msgid "'.' is an invalid file name." msgid "'.' is an invalid file name."
@ -93,31 +94,31 @@ msgstr "檔名不合法,不允許 \\ / < > : \" | ? * 字元"
#: js/locale.js:1 #: js/locale.js:1
msgid "Align Left" msgid "Align Left"
msgstr "" msgstr "靠左對齊"
#: js/locale.js:2 #: js/locale.js:2
msgid "Alignment" msgid "Alignment"
msgstr "" msgstr "文字對齊"
#: js/locale.js:3 #: js/locale.js:3
msgid "Align Right" msgid "Align Right"
msgstr "" msgstr "靠右對齊"
#: js/locale.js:4 #: js/locale.js:4
msgid "Annotate" msgid "Annotate"
msgstr "" msgstr "註釋"
#: js/locale.js:5 #: js/locale.js:5
msgid "Background" msgid "Background"
msgstr "" msgstr "背景"
#: js/locale.js:6 #: js/locale.js:6
msgid "Bold" msgid "Bold"
msgstr "" msgstr "粗體"
#: js/locale.js:7 #: js/locale.js:7
msgid "Bottom" msgid "Bottom"
msgstr "" msgstr "底部"
#: js/locale.js:8 #: js/locale.js:8
msgid "Cancel" msgid "Cancel"
@ -125,19 +126,19 @@ msgstr "取消"
#: js/locale.js:9 #: js/locale.js:9
msgid "Center" msgid "Center"
msgstr "" msgstr "中央"
#: js/locale.js:10 #: js/locale.js:10
msgid "Clone" msgid "Clone"
msgstr "" msgstr "複製"
#: js/locale.js:11 #: js/locale.js:11
msgid "Clone this Style" msgid "Clone this Style"
msgstr "" msgstr "複製樣式"
#: js/locale.js:13 #: js/locale.js:13
msgid "Color" msgid "Color"
msgstr "" msgstr "色彩"
#: js/locale.js:14 #: js/locale.js:14
msgid "Create" msgid "Create"
@ -145,11 +146,11 @@ msgstr "建立"
#: js/locale.js:15 #: js/locale.js:15
msgid "Decrease Indent" msgid "Decrease Indent"
msgstr "" msgstr "減少縮排"
#: js/locale.js:16 #: js/locale.js:16
msgid "Default Style" msgid "Default Style"
msgstr "" msgstr "預設樣式"
#: js/locale.js:17 #: js/locale.js:17
msgid "Delete" msgid "Delete"
@ -161,31 +162,31 @@ msgstr "親人"
#: js/locale.js:19 #: js/locale.js:19
msgid "Font" msgid "Font"
msgstr "" msgstr "字型"
#: js/locale.js:20 #: js/locale.js:20
msgid "Font Effects" msgid "Font Effects"
msgstr "" msgstr "字型效果"
#: js/locale.js:21 #: js/locale.js:21
msgid "Format" msgid "Format"
msgstr "" msgstr "格式"
#: js/locale.js:22 #: js/locale.js:22
msgid "Increase Indent" msgid "Increase Indent"
msgstr "" msgstr "增加縮排"
#: js/locale.js:23 #: js/locale.js:23
msgid "Insert Image" msgid "Insert Image"
msgstr "" msgstr "插入圖片"
#: js/locale.js:24 #: js/locale.js:24
msgid "Invite Members" msgid "Invite Members"
msgstr "" msgstr "邀請會員"
#: js/locale.js:25 #: js/locale.js:25
msgid "Italic" msgid "Italic"
msgstr "" msgstr "斜體"
#: js/locale.js:26 #: js/locale.js:26
msgid "Justified" msgid "Justified"
@ -205,11 +206,11 @@ msgstr "載入中"
#: js/locale.js:30 #: js/locale.js:30
msgid "Members" msgid "Members"
msgstr "" msgstr "會員"
#: js/locale.js:31 #: js/locale.js:31
msgid "New Name:" msgid "New Name:"
msgstr "" msgstr "新名稱:"
#: js/locale.js:32 templates/public.php:12 #: js/locale.js:32 templates/public.php:12
msgid "OK" msgid "OK"
@ -225,15 +226,15 @@ msgstr "選項"
#: js/locale.js:35 #: js/locale.js:35
msgid "Paragraph..." msgid "Paragraph..."
msgstr "" msgstr "段落..."
#: js/locale.js:36 #: js/locale.js:36
msgid "Paragraph Styles" msgid "Paragraph Styles"
msgstr "" msgstr "段落樣式"
#: js/locale.js:37 #: js/locale.js:37
msgid "Redo" msgid "Redo"
msgstr "" msgstr "重做"
#: js/locale.js:38 #: js/locale.js:38
msgid "Right" msgid "Right"
@ -253,7 +254,7 @@ msgstr ""
#: js/locale.js:43 #: js/locale.js:43
msgid "Style" msgid "Style"
msgstr "" msgstr "樣式"
#: js/locale.js:44 #: js/locale.js:44
msgid "Text" msgid "Text"
@ -261,19 +262,19 @@ msgstr "文字"
#: js/locale.js:45 #: js/locale.js:45
msgid "Top" msgid "Top"
msgstr "" msgstr "頂端"
#: js/locale.js:46 #: js/locale.js:46
msgid "Underline" msgid "Underline"
msgstr "" msgstr "下底線"
#: js/locale.js:47 #: js/locale.js:47
msgid "Undo" msgid "Undo"
msgstr "" msgstr "復原"
#: js/locale.js:48 #: js/locale.js:48
msgid "Unknown Author" msgid "Unknown Author"
msgstr "" msgstr "作者不明"
#: js/viewer/viewer.js:30 #: js/viewer/viewer.js:30
msgid "Edit" msgid "Edit"
@ -281,39 +282,39 @@ msgstr "編輯"
#: lib/db/member.php:32 #: lib/db/member.php:32
msgid "guest" msgid "guest"
msgstr "" msgstr "訪客"
#: templates/admin.php:8 #: templates/admin.php:8
msgid "Local" msgid "Local"
msgstr "" msgstr "本地"
#: templates/admin.php:9 #: templates/admin.php:9
msgid "openOffice/libreOffice is installed on this server" msgid "openOffice/libreOffice is installed on this server"
msgstr "" msgstr " openOffice/libreOffice 已安裝於本伺服器"
#: templates/admin.php:15 #: templates/admin.php:15
msgid "External" msgid "External"
msgstr "" msgstr "外部"
#: templates/admin.php:16 #: templates/admin.php:16
msgid "openOffice/libreOffice is installed on another server" msgid "openOffice/libreOffice is installed on another server"
msgstr "" msgstr " openOffice/libreOffice 已安裝於其他伺服器"
#: templates/admin.php:21 #: templates/admin.php:21
msgid "scheme://domain.tld[:port]" msgid "scheme://domain.tld[:port]"
msgstr "" msgstr "scheme://domain.tld[:port]"
#: templates/admin.php:24 #: templates/admin.php:24
msgid "Server URL" msgid "Server URL"
msgstr "" msgstr "伺服器網址"
#: templates/admin.php:26 #: templates/admin.php:26
msgid "Apply" msgid "Apply"
msgstr "" msgstr "套用"
#: templates/documents.php:5 #: templates/documents.php:5
msgid "New document" msgid "New document"
msgstr "" msgstr "新文件"
#: templates/documents.php:7 templates/documents.php:27 #: templates/documents.php:7 templates/documents.php:27
msgid "Upload" msgid "Upload"
@ -325,7 +326,7 @@ msgstr "儲存新檔案至"
#: templates/public.php:8 #: templates/public.php:8
msgid "Wrong password. Please retry." msgid "Wrong password. Please retry."
msgstr "" msgstr "密碼錯誤,請重新嘗試。"
#: templates/public.php:11 #: templates/public.php:11
msgid "Password" msgid "Password"
@ -334,7 +335,7 @@ msgstr "密碼"
#: templates/public.php:17 #: templates/public.php:17
#, php-format #, php-format
msgid "Guest %s" msgid "Guest %s"
msgstr "" msgstr "訪客 %s"
#: templates/public.php:21 #: templates/public.php:21
msgid "" msgid ""