[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2013-12-17 03:47:55 -05:00
parent 7692af55c5
commit cc81462439
8 changed files with 370 additions and 26 deletions

View File

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"You don't have permission to rename this document" => "No teniu permisos per canviar de nom aquest document",
"Documents" => "Documents", "Documents" => "Documents",
"Close" => "Tanca", "Close" => "Tanca",
"Share" => "Comparteix", "Share" => "Comparteix",
@ -8,6 +9,7 @@
"'.' is an invalid file name." => "'.' és un nom no vàlid per un fitxer.", "'.' is an invalid file name." => "'.' és un nom no vàlid per un fitxer.",
"File name cannot be empty." => "El nom del fitxer no pot ser buit.", "File name cannot be empty." => "El nom del fitxer no pot ser buit.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.",
"Loading documents..." => "S'estan carregant els documents...",
"Failed to load documents." => "Ha fallat en carregar documents.", "Failed to load documents." => "Ha fallat en carregar documents.",
"No documents are found. Please upload or create a document!" => "No hi ha documents. Pugeu o creeu un document!", "No documents are found. Please upload or create a document!" => "No hi ha documents. Pugeu o creeu un document!",
"Align Left" => "Alinea a l'esquerra", "Align Left" => "Alinea a l'esquerra",

View File

@ -4,13 +4,14 @@
# #
# Translators: # Translators:
# rogerc, 2013 # rogerc, 2013
# Josep Torné <josep.torne@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: 2013-12-07 20:22-0500\n" "POT-Creation-Date: 2013-12-17 03:47-0500\n"
"PO-Revision-Date: 2013-12-06 01:30+0000\n" "PO-Revision-Date: 2013-12-15 14:00+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Josep Torné <josep.torne@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\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"
@ -20,7 +21,7 @@ msgstr ""
#: ajax/sessionController.php:39 #: ajax/sessionController.php:39
msgid "You don't have permission to rename this document" msgid "You don't have permission to rename this document"
msgstr "" msgstr "No teniu permisos per canviar de nom aquest document"
#: appinfo/app.php:35 templates/personal.php:2 templates/settings.php:2 #: appinfo/app.php:35 templates/personal.php:2 templates/settings.php:2
msgid "Documents" msgid "Documents"
@ -67,7 +68,7 @@ msgstr "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no
#: js/documents.js:427 templates/documents.php:31 #: js/documents.js:427 templates/documents.php:31
msgid "Loading documents..." msgid "Loading documents..."
msgstr "" msgstr "S'estan carregant els documents..."
#: js/documents.js:447 #: js/documents.js:447
msgid "Failed to load documents." msgid "Failed to load documents."

327
l10n/es_CL/documents.po Normal file
View File

@ -0,0 +1,327 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-12-17 03:47-0500\n"
"PO-Revision-Date: 2013-12-16 14:34+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_CL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ajax/sessionController.php:39
msgid "You don't have permission to rename this document"
msgstr ""
#: appinfo/app.php:35 templates/personal.php:2 templates/settings.php:2
msgid "Documents"
msgstr ""
#: js/documents.js:24 js/locale.js:12 js/viewer/viewer.js:69
msgid "Close"
msgstr ""
#: js/documents.js:27
msgid "Share"
msgstr ""
#: js/documents.js:107
msgid "No connection to server. Trying to reconnect."
msgstr ""
#: js/documents.js:158
msgid ""
"Leaving this page in Editor mode might cause unsaved data. It is recommended"
" to use 'Close' button instead."
msgstr ""
#: js/documents.js:175
msgid ""
"Failed to load this document. Please check if it can be opened with an "
"external odt editor. This might also mean it has been unshared or deleted "
"recently."
msgstr ""
#: js/documents.js:317
msgid "'.' is an invalid file name."
msgstr ""
#: js/documents.js:319
msgid "File name cannot be empty."
msgstr ""
#: js/documents.js:326
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
msgstr ""
#: js/documents.js:427 templates/documents.php:31
msgid "Loading documents..."
msgstr ""
#: js/documents.js:447
msgid "Failed to load documents."
msgstr ""
#: js/documents.js:490
msgid "No documents are found. Please upload or create a document!"
msgstr ""
#: js/locale.js:1
msgid "Align Left"
msgstr ""
#: js/locale.js:2
msgid "Alignment"
msgstr ""
#: js/locale.js:3
msgid "Align Right"
msgstr ""
#: js/locale.js:4
msgid "Annotate"
msgstr ""
#: js/locale.js:5
msgid "Background"
msgstr ""
#: js/locale.js:6
msgid "Bold"
msgstr ""
#: js/locale.js:7
msgid "Bottom"
msgstr ""
#: js/locale.js:8
msgid "Cancel"
msgstr ""
#: js/locale.js:9
msgid "Center"
msgstr ""
#: js/locale.js:10
msgid "Clone"
msgstr ""
#: js/locale.js:11
msgid "Clone this Style"
msgstr ""
#: js/locale.js:13
msgid "Color"
msgstr ""
#: js/locale.js:14
msgid "Create"
msgstr ""
#: js/locale.js:15
msgid "Decrease Indent"
msgstr ""
#: js/locale.js:16
msgid "Default Style"
msgstr ""
#: js/locale.js:17
msgid "Delete"
msgstr ""
#: js/locale.js:18
msgid "Family"
msgstr ""
#: js/locale.js:19
msgid "Font"
msgstr ""
#: js/locale.js:20
msgid "Font Effects"
msgstr ""
#: js/locale.js:21
msgid "Format"
msgstr ""
#: js/locale.js:22
msgid "Increase Indent"
msgstr ""
#: js/locale.js:23
msgid "Insert Image"
msgstr ""
#: js/locale.js:24
msgid "Invite Members"
msgstr ""
#: js/locale.js:25
msgid "Italic"
msgstr ""
#: js/locale.js:26
msgid "Justified"
msgstr ""
#: js/locale.js:27
msgid "Justify"
msgstr ""
#: js/locale.js:28
msgid "Left"
msgstr ""
#: js/locale.js:29
msgid "Loading"
msgstr ""
#: js/locale.js:30
msgid "Members"
msgstr ""
#: js/locale.js:31
msgid "New Name:"
msgstr ""
#: js/locale.js:32 templates/public.php:12
msgid "OK"
msgstr ""
#: js/locale.js:33
msgid "Open"
msgstr ""
#: js/locale.js:34
msgid "Options"
msgstr ""
#: js/locale.js:35
msgid "Paragraph..."
msgstr ""
#: js/locale.js:36
msgid "Paragraph Styles"
msgstr ""
#: js/locale.js:37
msgid "Redo"
msgstr ""
#: js/locale.js:38
msgid "Right"
msgstr ""
#: js/locale.js:39
msgid "Save"
msgstr ""
#: js/locale.js:40
msgid "Size"
msgstr ""
#: js/locale.js:41
msgid "Spacing"
msgstr ""
#: js/locale.js:42
msgid "Strikethrough"
msgstr ""
#: js/locale.js:43
msgid "Style"
msgstr ""
#: js/locale.js:44
msgid "Text"
msgstr ""
#: js/locale.js:45
msgid "Top"
msgstr ""
#: js/locale.js:46
msgid "Underline"
msgstr ""
#: js/locale.js:47
msgid "Undo"
msgstr ""
#: js/locale.js:48
msgid "Unknown Author"
msgstr ""
#: js/viewer/viewer.js:24
msgid "Edit"
msgstr ""
#: lib/invite.php:64
msgid "Sent"
msgstr ""
#: lib/invite.php:65 lib/invite.php:75
msgid "Declined"
msgstr ""
#: lib/invite.php:66 lib/invite.php:76
msgid "Accepted"
msgstr ""
#: lib/invite.php:74
msgid "Incoming"
msgstr ""
#: templates/documents.php:5
msgid "New document"
msgstr ""
#: templates/documents.php:7 templates/documents.php:27
msgid "Upload"
msgstr ""
#: templates/personal.php:4
msgid "Save new documents to"
msgstr ""
#: templates/public.php:8
msgid "Wrong password. Please retry."
msgstr ""
#: templates/public.php:11
msgid "Password"
msgstr ""
#: templates/public.php:17
msgid "Please enter your nickname"
msgstr ""
#: templates/public.php:18
msgid "Join"
msgstr ""
#: templates/public.php:24
msgid ""
"This link has been expired or is never existed. Please contact the person "
"who shared it with you for details."
msgstr ""
#: templates/settings.php:9
msgid "Advanced feature-set"
msgstr ""
#: templates/settings.php:10
msgid "(Unstable)"
msgstr ""

View File

@ -5,26 +5,39 @@
"'.' is an invalid file name." => "'.' não é um nome de ficheiro válido!", "'.' is an invalid file name." => "'.' não é um nome de ficheiro válido!",
"File name cannot be empty." => "O nome do ficheiro não pode estar vazio.", "File name cannot be empty." => "O nome do ficheiro não pode estar vazio.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome Inválido, os caracteres '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome Inválido, os caracteres '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos.",
"Loading documents..." => "A carregar documentos...",
"Failed to load documents." => "O carregamento dos documentos falhou", "Failed to load documents." => "O carregamento dos documentos falhou",
"No documents are found. Please upload or create a document!" => "Nenhum documento encontrado. Por favor carregue ou crie um documento!", "No documents are found. Please upload or create a document!" => "Nenhum documento encontrado. Por favor carregue ou crie um documento!",
"Background" => "Fundo",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
"Create" => "Criar", "Create" => "Criar",
"Delete" => "Eliminar", "Delete" => "Eliminar",
"Family" => "Familia", "Family" => "Familia",
"Font" => "Tipo de letra",
"Italic" => "Itálico",
"Left" => "Esquerda",
"Loading" => "A carregar tarefas...", "Loading" => "A carregar tarefas...",
"Members" => "Membros",
"New Name:" => "Novo Nome:",
"OK" => "OK", "OK" => "OK",
"Open" => "Abrir", "Open" => "Abrir",
"Options" => "Opções", "Options" => "Opções",
"Paragraph..." => "Parágrafo...",
"Save" => "Guardar", "Save" => "Guardar",
"Size" => "Tamanho", "Size" => "Tamanho",
"Spacing" => "Espaçamento",
"Style" => "Estilo",
"Text" => "Texto", "Text" => "Texto",
"Undo" => "Desfazer",
"Edit" => "Editar", "Edit" => "Editar",
"Sent" => "Enviado", "Sent" => "Enviado",
"Declined" => "Negado", "Declined" => "Negado",
"Accepted" => "Aceite", "Accepted" => "Aceite",
"Incoming" => "Chegada", "Incoming" => "Chegada",
"New document" => "Novo documento",
"Upload" => "Carregar", "Upload" => "Carregar",
"Save new documents to" => "Guardar novos documentos para", "Save new documents to" => "Guardar novos documentos para",
"Wrong password. Please retry." => "Senha errada. Por favor tente novamente.",
"Password" => "Palavra-passe", "Password" => "Palavra-passe",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." => "Esta ligação expirou ou nunca existiu. Para mais detalhes, por favor contacte a pessoa que a partilhou consigo.", "This link has been expired or is never existed. Please contact the person who shared it with you for details." => "Esta ligação expirou ou nunca existiu. Para mais detalhes, por favor contacte a pessoa que a partilhou consigo.",
"Advanced feature-set" => "Opções avançadas", "Advanced feature-set" => "Opções avançadas",

View File

@ -3,15 +3,16 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Carlos <crolidge@gmail.com>, 2013
# Duarte Velez Grilo <duartegrilo@gmail.com>, 2013 # Duarte Velez Grilo <duartegrilo@gmail.com>, 2013
# Helder Meneses <helder.meneses@gmail.com>, 2013 # Helder Meneses <helder.meneses@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: 2013-12-07 20:22-0500\n" "POT-Creation-Date: 2013-12-17 03:47-0500\n"
"PO-Revision-Date: 2013-12-06 01:30+0000\n" "PO-Revision-Date: 2013-12-16 03:50+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Carlos <crolidge@gmail.com>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\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"
@ -68,7 +69,7 @@ msgstr "Nome Inválido, os caracteres '\\', '/', '<', '>', ':', '\"', '|', '?' e
#: js/documents.js:427 templates/documents.php:31 #: js/documents.js:427 templates/documents.php:31
msgid "Loading documents..." msgid "Loading documents..."
msgstr "" msgstr "A carregar documentos..."
#: js/documents.js:447 #: js/documents.js:447
msgid "Failed to load documents." msgid "Failed to load documents."
@ -96,7 +97,7 @@ msgstr ""
#: js/locale.js:5 #: js/locale.js:5
msgid "Background" msgid "Background"
msgstr "" msgstr "Fundo"
#: js/locale.js:6 #: js/locale.js:6
msgid "Bold" msgid "Bold"
@ -148,7 +149,7 @@ msgstr "Familia"
#: js/locale.js:19 #: js/locale.js:19
msgid "Font" msgid "Font"
msgstr "" msgstr "Tipo de letra"
#: js/locale.js:20 #: js/locale.js:20
msgid "Font Effects" msgid "Font Effects"
@ -172,7 +173,7 @@ msgstr ""
#: js/locale.js:25 #: js/locale.js:25
msgid "Italic" msgid "Italic"
msgstr "" msgstr "Itálico"
#: js/locale.js:26 #: js/locale.js:26
msgid "Justified" msgid "Justified"
@ -184,7 +185,7 @@ msgstr ""
#: js/locale.js:28 #: js/locale.js:28
msgid "Left" msgid "Left"
msgstr "" msgstr "Esquerda"
#: js/locale.js:29 #: js/locale.js:29
msgid "Loading" msgid "Loading"
@ -192,11 +193,11 @@ msgstr "A carregar tarefas..."
#: js/locale.js:30 #: js/locale.js:30
msgid "Members" msgid "Members"
msgstr "" msgstr "Membros"
#: js/locale.js:31 #: js/locale.js:31
msgid "New Name:" msgid "New Name:"
msgstr "" msgstr "Novo Nome:"
#: js/locale.js:32 templates/public.php:12 #: js/locale.js:32 templates/public.php:12
msgid "OK" msgid "OK"
@ -212,7 +213,7 @@ msgstr "Opções"
#: js/locale.js:35 #: js/locale.js:35
msgid "Paragraph..." msgid "Paragraph..."
msgstr "" msgstr "Parágrafo..."
#: js/locale.js:36 #: js/locale.js:36
msgid "Paragraph Styles" msgid "Paragraph Styles"
@ -236,7 +237,7 @@ msgstr "Tamanho"
#: js/locale.js:41 #: js/locale.js:41
msgid "Spacing" msgid "Spacing"
msgstr "" msgstr "Espaçamento"
#: js/locale.js:42 #: js/locale.js:42
msgid "Strikethrough" msgid "Strikethrough"
@ -244,7 +245,7 @@ msgstr ""
#: js/locale.js:43 #: js/locale.js:43
msgid "Style" msgid "Style"
msgstr "" msgstr "Estilo"
#: js/locale.js:44 #: js/locale.js:44
msgid "Text" msgid "Text"
@ -260,7 +261,7 @@ msgstr ""
#: js/locale.js:47 #: js/locale.js:47
msgid "Undo" msgid "Undo"
msgstr "" msgstr "Desfazer"
#: js/locale.js:48 #: js/locale.js:48
msgid "Unknown Author" msgid "Unknown Author"
@ -288,7 +289,7 @@ msgstr "Chegada"
#: templates/documents.php:5 #: templates/documents.php:5
msgid "New document" msgid "New document"
msgstr "" msgstr "Novo documento"
#: templates/documents.php:7 templates/documents.php:27 #: templates/documents.php:7 templates/documents.php:27
msgid "Upload" msgid "Upload"
@ -300,7 +301,7 @@ msgstr "Guardar novos documentos para"
#: templates/public.php:8 #: templates/public.php:8
msgid "Wrong password. Please retry." msgid "Wrong password. Please retry."
msgstr "" msgstr "Senha errada. Por favor tente novamente."
#: templates/public.php:11 #: templates/public.php:11
msgid "Password" msgid "Password"

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: 2013-12-13 12:38-0500\n" "POT-Creation-Date: 2013-12-17 03:47-0500\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

@ -17,7 +17,7 @@
"Align Right" => "Sağa Hizala", "Align Right" => "Sağa Hizala",
"Annotate" => "Yorum Yap", "Annotate" => "Yorum Yap",
"Background" => "Arkapla", "Background" => "Arkapla",
"Bold" => "Kalı", "Bold" => "Kalın",
"Bottom" => "Alt", "Bottom" => "Alt",
"Cancel" => "İptal", "Cancel" => "İptal",
"Center" => "Orta", "Center" => "Orta",

View File

@ -10,8 +10,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: 2013-12-07 20:22-0500\n" "POT-Creation-Date: 2013-12-17 03:47-0500\n"
"PO-Revision-Date: 2013-12-06 13:50+0000\n" "PO-Revision-Date: 2013-12-15 13:00+0000\n"
"Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Last-Translator: volkangezer <volkangezer@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -101,7 +101,7 @@ msgstr "Arkapla"
#: js/locale.js:6 #: js/locale.js:6
msgid "Bold" msgid "Bold"
msgstr "Kalı" msgstr "Kalın"
#: js/locale.js:7 #: js/locale.js:7
msgid "Bottom" msgid "Bottom"