[tx-robot] updated from transifex
This commit is contained in:
parent
b8e251549c
commit
4fdd8c6898
@ -2,6 +2,8 @@
|
||||
"Format filter server is down or misconfigured" => "El servidor de filtres de format ha caigut o està mal configurat",
|
||||
"Can't create document" => "El document no es pot crear",
|
||||
"You don't have permission to rename this document" => "No teniu permisos per canviar de nom aquest document",
|
||||
"An error occurred while changing directory." => "S'ha produït un error en canviar de carpeta",
|
||||
"Directory saved successfully." => "La carpeta s'ha desat correctament",
|
||||
"Documents" => "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!",
|
||||
@ -63,12 +65,16 @@
|
||||
"Unknown Author" => "Autor desconegut",
|
||||
"Edit" => "Edita",
|
||||
"guest" => "convidat",
|
||||
"MS Word support (requires openOffice/libreOffice)" => "compatibilitat amb MS Word (requereix openOffice/libreOffice)",
|
||||
"Local" => "Local",
|
||||
"openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php" => "openOffice/libreOffice està instal·ñlat en aquest servidor. La carpeta al binari es proporciona via preview_libreoffice_path a config.php",
|
||||
"External" => "Extern",
|
||||
"openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice està instal·lat en un servidor extern executant un servidor de filtrat de formats",
|
||||
"scheme://domain.tld[:port]" => "esquema://domini.tld[:port]",
|
||||
"Server URL" => "URL del servidor",
|
||||
"Apply" => "Aplica",
|
||||
"New document" => "Document nou",
|
||||
"Upload (max. %s)" => "Pujada (màx. %s)",
|
||||
"Upload" => "Puja",
|
||||
"Save new documents to" => "Desa els documents nous a",
|
||||
"Wrong password. Please retry." => "Contrasenya incorrecta. Intenteu-ho de nou.",
|
||||
|
@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-06-14 00:43-0400\n"
|
||||
"PO-Revision-Date: 2014-06-14 04:43+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-06-18 00:43-0400\n"
|
||||
"PO-Revision-Date: 2014-06-17 16:10+0000\n"
|
||||
"Last-Translator: rogerc\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -33,11 +33,11 @@ msgstr "No teniu permisos per canviar de nom aquest document"
|
||||
|
||||
#: ajax/personal.php:26
|
||||
msgid "An error occurred while changing directory."
|
||||
msgstr ""
|
||||
msgstr "S'ha produït un error en canviar de carpeta"
|
||||
|
||||
#: ajax/personal.php:34
|
||||
msgid "Directory saved successfully."
|
||||
msgstr ""
|
||||
msgstr "La carpeta s'ha desat correctament"
|
||||
|
||||
#: appinfo/app.php:34 templates/admin.php:3 templates/personal.php:2
|
||||
#: templates/settings.php:2
|
||||
@ -293,7 +293,7 @@ msgstr "convidat"
|
||||
|
||||
#: templates/admin.php:4
|
||||
msgid "MS Word support (requires openOffice/libreOffice)"
|
||||
msgstr ""
|
||||
msgstr "compatibilitat amb MS Word (requereix openOffice/libreOffice)"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "Local"
|
||||
@ -303,7 +303,7 @@ msgstr "Local"
|
||||
msgid ""
|
||||
"openOffice/libreOffice is installed on this server. Path to binary is "
|
||||
"provided via preview_libreoffice_path in config.php"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice està instal·ñlat en aquest servidor. La carpeta al binari es proporciona via preview_libreoffice_path a config.php"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "External"
|
||||
@ -313,7 +313,7 @@ msgstr "Extern"
|
||||
msgid ""
|
||||
"openOffice/libreOffice is installed on external server running a format "
|
||||
"filter server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice està instal·lat en un servidor extern executant un servidor de filtrat de formats"
|
||||
|
||||
#: templates/admin.php:22
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
@ -334,7 +334,7 @@ msgstr "Document nou"
|
||||
#: templates/documents.php:7
|
||||
#, php-format
|
||||
msgid "Upload (max. %s)"
|
||||
msgstr ""
|
||||
msgstr "Pujada (màx. %s)"
|
||||
|
||||
#: templates/documents.php:27
|
||||
msgid "Upload"
|
||||
|
@ -65,6 +65,7 @@
|
||||
"Unknown Author" => "Άγνωστος Δημιουργός",
|
||||
"Edit" => "Επεξεργασία",
|
||||
"guest" => "Επισκέπτης",
|
||||
"MS Word support (requires openOffice/libreOffice)" => "Υποστήριξη MS Word (απαιτεί openOffice/libreOffice)",
|
||||
"Local" => "Τοπικός",
|
||||
"External" => "Εξωτερικός",
|
||||
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
|
||||
|
@ -7,14 +7,15 @@
|
||||
# George Daniil <goergios@hotmail.com>, 2014
|
||||
# Spyros Melissovas <peppe@cs.uoi.gr>, 2014
|
||||
# stratosgl <stratos_gl@yahoo.com>, 2014
|
||||
# Theodore Grammenos <theodorewii121@hotmail.com>, 2014
|
||||
# Vassilis Kehayas <vkehayas@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-06-14 00:43-0400\n"
|
||||
"PO-Revision-Date: 2014-06-14 04:43+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-06-18 00:43-0400\n"
|
||||
"PO-Revision-Date: 2014-06-17 18:51+0000\n"
|
||||
"Last-Translator: Theodore Grammenos <theodorewii121@hotmail.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -296,7 +297,7 @@ msgstr "Επισκέπτης"
|
||||
|
||||
#: templates/admin.php:4
|
||||
msgid "MS Word support (requires openOffice/libreOffice)"
|
||||
msgstr ""
|
||||
msgstr "Υποστήριξη MS Word (απαιτεί openOffice/libreOffice)"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "Local"
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "Formatfilter-server er nede eller feilkonfigurert",
|
||||
"Format filter server is down or misconfigured" => "Formatfiltrerings-serveren er nede eller feilkonfigurert",
|
||||
"Can't create document" => "Kan ikke opprette dokument",
|
||||
"You don't have permission to rename this document" => "Du har ikke tillatelse til å gi nytt navn til dette dokumentet",
|
||||
"An error occurred while changing directory." => "En feil oppstod ved endring av mappe.",
|
||||
@ -65,8 +65,11 @@
|
||||
"Unknown Author" => "Ukjent Forfatter",
|
||||
"Edit" => "Endre",
|
||||
"guest" => "gjest",
|
||||
"MS Word support (requires openOffice/libreOffice)" => "Støtte for MS Word (krever openOffice/libreOffice)",
|
||||
"Local" => "Lokal",
|
||||
"openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php" => "openOffice/libreOffice er installert på denne serveren. Stien til binærfilen er gitt via preview_libreoffice_path i config.php",
|
||||
"External" => "Ekstern",
|
||||
"openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice er installert på en ekstern server som kjører en formatfiltrerings-server",
|
||||
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
|
||||
"Server URL" => "Server-URL",
|
||||
"Apply" => "Bruk",
|
||||
|
@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-06-14 00:43-0400\n"
|
||||
"PO-Revision-Date: 2014-06-14 04:43+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-06-18 00:43-0400\n"
|
||||
"PO-Revision-Date: 2014-06-17 22:40+0000\n"
|
||||
"Last-Translator: vidaren <news@vidartysse.net>\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -21,7 +21,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:22
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr "Formatfilter-server er nede eller feilkonfigurert"
|
||||
msgstr "Formatfiltrerings-serveren er nede eller feilkonfigurert"
|
||||
|
||||
#: ajax/documentController.php:43
|
||||
msgid "Can't create document"
|
||||
@ -293,7 +293,7 @@ msgstr "gjest"
|
||||
|
||||
#: templates/admin.php:4
|
||||
msgid "MS Word support (requires openOffice/libreOffice)"
|
||||
msgstr ""
|
||||
msgstr "Støtte for MS Word (krever openOffice/libreOffice)"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "Local"
|
||||
@ -303,7 +303,7 @@ msgstr "Lokal"
|
||||
msgid ""
|
||||
"openOffice/libreOffice is installed on this server. Path to binary is "
|
||||
"provided via preview_libreoffice_path in config.php"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice er installert på denne serveren. Stien til binærfilen er gitt via preview_libreoffice_path i config.php"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "External"
|
||||
@ -313,7 +313,7 @@ msgstr "Ekstern"
|
||||
msgid ""
|
||||
"openOffice/libreOffice is installed on external server running a format "
|
||||
"filter server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice er installert på en ekstern server som kjører en formatfiltrerings-server"
|
||||
|
||||
#: templates/admin.php:22
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
|
@ -5,7 +5,7 @@
|
||||
"An error occurred while changing directory." => "При смене директории возникла ошибка.",
|
||||
"Directory saved successfully." => "Директория успешно сохранена.",
|
||||
"Documents" => "Документы",
|
||||
"Failed to load documents." => "Загрузка документов не удалась.",
|
||||
"Failed to load documents." => "Не удалось загрузить документы.",
|
||||
"No documents are found. Please upload or create a document!" => "Документов нет. Пожалуйста, загрузите или создайте документ!",
|
||||
"Share" => "Открыть доступ",
|
||||
"Close" => "Закрыть",
|
||||
@ -69,6 +69,7 @@
|
||||
"Local" => "Локально",
|
||||
"openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php" => "openOffice/libreOffice установлен на этом сервере. Путь до бинарных файлов настраивается в переменной preview_libreoffice_path в файле config.php",
|
||||
"External" => "Внешний",
|
||||
"openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice установлен на внешнем сервере выполняющем форматирование и фильтрацию",
|
||||
"scheme://domain.tld[:port]" => "протокол://домен.зона[:порт]",
|
||||
"Server URL" => "URL сервера",
|
||||
"Apply" => "Применить",
|
||||
|
@ -13,15 +13,15 @@
|
||||
# Victor Dubiniuk <victor.dubiniuk@gmail.com>, 2013
|
||||
# Viktor Kharkovets <slam.3lnc@live.com>, 2013
|
||||
# viskubov <viskubov@gmail.com>, 2014
|
||||
# Vladimir Sapronov <vladimir.sapronov@gmail.com>, 2013
|
||||
# Vladimir Sapronov <vladimir.sapronov@gmail.com>, 2013-2014
|
||||
# Yuriy Malyovaniy <yuriy.malyovaniy@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-06-17 00:43-0400\n"
|
||||
"PO-Revision-Date: 2014-06-16 08:30+0000\n"
|
||||
"Last-Translator: viskubov <viskubov@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-06-18 00:43-0400\n"
|
||||
"PO-Revision-Date: 2014-06-17 23:30+0000\n"
|
||||
"Last-Translator: Vladimir Sapronov <vladimir.sapronov@gmail.com>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -56,7 +56,7 @@ msgstr "Документы"
|
||||
|
||||
#: js/documents.js:86
|
||||
msgid "Failed to load documents."
|
||||
msgstr "Загрузка документов не удалась."
|
||||
msgstr "Не удалось загрузить документы."
|
||||
|
||||
#: js/documents.js:121
|
||||
msgid "No documents are found. Please upload or create a document!"
|
||||
@ -323,7 +323,7 @@ msgstr "Внешний"
|
||||
msgid ""
|
||||
"openOffice/libreOffice is installed on external server running a format "
|
||||
"filter server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice установлен на внешнем сервере выполняющем форматирование и фильтрацию"
|
||||
|
||||
#: templates/admin.php:22
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
|
@ -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: 2014-06-17 00:43-0400\n"
|
||||
"POT-Creation-Date: 2014-06-18 00:43-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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user